/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */


/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	font-size:80%;
}
div.paging span.current, div.paging div.disabled {
	display:inline-block;
	background:#F4F4F4;
	color:#333;
	text-decoration:none;
	padding:2px 10px;
}
div.paging span {
}
div.paging a {
	display:inline-block;
	background:#999999;
	color:#FFF;
	text-decoration:none;
	padding:2px 10px;
}
div.paging span a {
	display:inline-block;
	background:#999999;
	color:#FFF;
	text-decoration:none;
	padding:2px 10px;
}
div.paging span a:hover {
	background:#F4F4F4;
	color:#333;
	text-decoration:none;
}
/* Scaffold View */
/* Scaffold View */
/*dl {
line-height: 1.6em;
margin: 0em 0em;
padding:5px;
width: 97.1%;
overflow:hidden;
border-bottom:1px solid #dddddd;
border-top:none;

}
.altrow {
	background: #f4f4f4;
}

dt {
padding-left: 4px;
vertical-align: top;
}
dd {
margin-left:20em;
margin-top: -2em;
vertical-align: top;
}
*/
dl {
	line-height: 2em;
	margin: 0em 0em;
	padding:10px;
	width: 97.1%;
	overflow:hidden;
	border-top:none;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-size:100%;
	padding-left: 4px;
	margin:3px 0;
	vertical-align: top;
}
dd {
	font-size:100%;
	margin-left: 20em;
	margin-top: -2em;
	vertical-align: top;
}
/* Forms */
.checkbox label {
	width:18%;
	display: block;
	font-size: 80%;
	float:left !important;
	padding-left:10px;
}
form {
	clear: both;
	padding: 0;
	margin:0;
	width: 100%;
	overflow:hidden;
	font-size:120%;
}
form div {
	padding: .5em;
	vertical-align: text-top;
	border-top:none;
	overflow:hidden;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;/*	width:300px !important;*/
}
form div.required label {
	background:url(../img/panel/icn_star.gif) no-repeat left 3px;
	padding-left:10px;
}
.required_label {
	background:url(../img/panel/icn_star.gif) no-repeat left 3px;
	padding-left:10px;
}
form div.star {
	background:url(../img/panel/icn_star.gif) no-repeat 10px 9px;
	padding-left:10px;
	color:#000;
}
form div.submit {
	width:100%;
	border: 0;
	clear: both;
	margin-left:0;
	text-align:left;
}
html>body form div.submit {
	margin-left: 20%;
}
label {
	width:140px;
	display: block;
	font-size: 80%;
	float:left;
	margin-top:5px;
}
input {
	float:left;
	font-style:normal;
	font-size: 80%;
	padding: 2px;
	/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px*/;
	background:none repeat scroll 0 0 #FEFEFE;
	border:1px solid #BBBBBB;
	color:#333333;
	outline:medium none;
	padding:7px;
	vertical-align:middle;
}
textarea {
	float:left;
	font-style:normal;
	font-size: 100%;
	padding:7px;
	width:50%;
	/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px;*/
background:none repeat scroll 0 0 #FEFEFE;
	border:1px solid #BBBBBB;
	color:#333333;
	height:100px;
	outline:medium none;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	color:#666;
	clear: both;
	font-size:100%;
	vertical-align: text-bottom;
	font-size:12px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
	-moz-box-shadow: inset 2px 2px 2px #D2D2D2;
	-webkit-box-shadow: inset 2px 2px 2px #D2D2D2;
	box-shadow: inset 2px 2px 2px #D2D2D2;
	border: 1px solid #c1c6c8;
}
input[type=text] {
	float:left;
	font-style:normal;
	font-size: 80%;
	padding: 2px;
	/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px*/;
	background:none repeat scroll 0 0 #FEFEFE;
	border:1px solid #BBBBBB;
	color:#333333;
	outline:medium none;
	padding:7px;
	vertical-align:middle;
	width:40%;
}
input[type=password] {
	float:left;
	font-style:normal;
	font-size: 80%;
	padding: 2px;
	/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px*/;
	background:none repeat scroll 0 0 #FEFEFE;
	border:1px solid #BBBBBB;
	color:#333333;
	outline:medium none;
	padding:7px;
	vertical-align:middle;
	width:40%;
}
select[multiple=multiple] {
	width: 80%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	float: right;/*margin: 0 2px 0 0;
	padding: 0px;
	width: 10px;*/
}
/*input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 15px;
}
div.radio label {
	margin: 0 0 6px 20px;
}*/
input[type=button] {
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding: 9px 6px !important;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	margin-right:10px;
	text-shadow:1px 1px 0 #0A5482;
	line-height:18px;
	vertical-align:middle;
	/*width:85px;*/
width:115px;
background:url(../img/panel/sub_bg.png) top left no-repeat;
	/*background:-moz-linear-gradient(center bottom, #66b6c1 9%, #447480 55%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(102,182,193)), color-stop(0.55, rgb(68,116,128)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b6c1', endColorstr='#447480');
	background-color:#447480;
	border:1px solid #3b7381;*/
}
input[type=button]:hover {
	/*background:-moz-linear-gradient(center bottom, #7f8289 9%, #1e222b 55%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(127,130,137)), color-stop(0.55, rgb(30,34,43)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f8289', endColorstr='#1e222b');
	background-color:#cd0000;*/
	background:url(../img/panel/sub_bg.png) top left no-repeat;
	color:#000;
}
input[type=submit] {
	display: inline;
	font-size:12px;
	font-weight:bold;
	padding: 4px 6px;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	/*text-shadow:1px 1px 0 #0A5482;*/
text-transform:capitalize;
	vertical-align:middle;
	width:115px;
	/*background:-moz-linear-gradient(center bottom , #fa5000 9%, #bf1e00 55%) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, left bottom, left top,  color-stop(0.09, rgb(102,182,193)),color-stop(0.55, rgb(68,116,128)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b6c1', endColorstr='#447480');*/
background:url(../img/panel/sub_bg.png) top left no-repeat;/*border:1px solid #3b7381;*/
}
.submit_long {
	background:url(../img/panel/sub_bg_long.png) top left no-repeat;
	width:250px;
}
input[type=submit]:hover {
	/*background:-moz-linear-gradient(center bottom , #bf1e00 9%, #fa5000 55%) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, left bottom, left top,  color-stop(0.09, rgb(127,130,137)),color-stop(0.55, rgb(30,34,43)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f8289', endColorstr='#1e222b');*/
color:#000;
}
.checkbox label {
	width:18%;
	display: block;
	font-size: 80%;
	float:left !important;
	padding-left:10px;
}
/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}
/* Related */
div.related {
	clear: both;
	display: block;
}
/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.F {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
.error-highlight {
	border: 1px solid #f00;
}
.buttonstyle {
	font-size: 80%;
	font-weight:bold;
	padding: 4px 6px;
	width: auto;
	vertical-align: bottom;
	cursor:pointer;
	color:#FFF;
	border:none;
	background:-moz-linear-gradient(center bottom, #cd0000 9%, #ff1a00 55%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(205,0,0)), color-stop(0.55, rgb(255,26,0)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd0000', endColorstr='#ff1a00');
	background-color:#cd0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tiptext {
	font-size:12px;
	color:maroon;
}
.centertext {
	text-align:center !important;
}
.inblock {
	display:inline-block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.order_summary {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#EFFAFF none repeat scroll 0 0;
	border:1px solid #CFE2EB;
	line-height:22px;
	margin:5px 0 15px;
	overflow:hidden;
	padding:8px;
	font-size:12px;
}
.smalllabel_outer {
	color:#4D4D4D;
	float:left;
	margin:5px auto;
	overflow:hidden;
	width:50%;
}
.smalllabel_outer label {
	color:#4D4D4D;
	display:inline-block;
	float:left;
	font-size:12px;
	line-height:15px;
	padding:2px 0 0;
	text-align:right;
	width:30%;
}
.smalllabel_outer .inputbox {
	float:right;
	width:68%;
}
/* Discussion messages */
.msg_list {
	overflow:hidden;
	margin:10px 0px;
	line-height:22px;
	border:1px solid #f1f1f1;
	padding:8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border-radius.htc);
}
.msg_list .msg_left {
	float:left;
	width:25%;
	font-size:16px;
	letter-spacing:-1px;
	font-weight:bold;
	margin-right:10px;
	display:block;
	text-align:right;
}
.msg_list .msg_right {
	font-size:14px;
	display:block;
	width:70%;
	overflow:hidden;
}
.msg_list .msg_right a {
	color:#006ca1 !important;
	font-weight:bold;
}
.msgli_listing {
	overflow:hidden;
}
.msgli_listing ul {
	padding:0px 0px 0px 20px;
	margin:0px;
}
.msgli_listing ul li {
	font-size:14px;
}
.more_link {
	clear:both;
	color:#000000;
	display:inline-block;
	float:right;
	font-size:11px;
	padding:5px 0;
}
.btn_sml_grey {
	background:#016191;
	color:#FFFFFF;
	border:1px solid #ebebe9;
	font-size:12px;
	padding:3px 10px 3px 10px;
	display:inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border-radius.htc);
	cursor:pointer;
	font-weight:bold;
	text-shadow:0px -1px #000000;
}
.btn_sml_grey:hover {
	background:#73a630;
	text-decoration:none;
	color:#FFFFFF;
}
.gray_curve {
	overflow:hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	padding:10px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
}
.gray_curve form div {
	border-style:none;
}
.vidlist_outer {
	width:18%;
	overflow:hidden;
	border-top:1px solid #ededed;
	border-bottom:2px solid #e4e4e4;
	border-left:1px solid #ededed;
	border-right:2px solid #e4e4e4;
	margin:5px;
	height:127px;
	font-size:11px;
	float:left;
}
.vidlist_outer .img_Sect {
	text-align:center;
	overflow:hidden;
	margin:5px;
	height:90px;
}
.vidlist_outer .img_Sect img {
	max-width:159px;
	max-height:90px;
}
*html .vidlist_outer .img_Sect img {
	width:expression(159 + "px");
	height:expression(120 + "px");
}
.vidlist_outer .name_details {
	background:#f5f5f5;
	padding:2px 5px;
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
	height:30px;
}
.vidlist_outer .rating {
	padding:5px 2px;
	overflow:hidden;
}
.msgbrd_outer {
	margin:10px 0px;
	clear:both;
	overflow-y:auto;
	overflow-x:none;
	max-height:322px;
}
.mainlist_outer {
	clear:both;
	overflow-y:auto;
	overflow-x:none;
	max-height:322px;
	margin:5px 0px;
}
.lighttext_11 {
	color:#999999;
	letter-spacing:0px;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}
.chckbox_labelouter {
	width:97.5%;
	overflow:hidden;
	margin:0px 0px;
	border-bottom:1px solid #CCCCCC;
}
.chckbox_labelouter label {
	display:block;
	float:left !important;
	margin-right:8px;
	width:46%;
}
.chckbox_labelouter .check_box {
	padding:0px !important;
	margin:0px 365px 0px 0px !important;
}
.error-message {
	font-color:#FF0000;
}
.star {
	color: rgb(153, 0, 0);
}
.wrkPlace {
	width:140px !important;
}
.test {
	border:1px #CCC solid;
	margin-bottom:10px;
}
#WorkPlace {
	width:211px;
}
.usewidth {
	width:100px !important;
}
