@import url('resetSettings.css');
@import url('standardSettings.css');

/* -----------------------------------*/
/* ------->>> BASIC LAYOUT <<<--------*/
/* -----------------------------------*/
:root
{
 overflow-y:scroll; 
 height:100%;
}
body, html
{	
	height:100%;
	background-color:#7ab800;	
}
form
{
	height:100%;	
}
.colorLight
{
	color:#979797;
}
.wrap
{
	margin:0 auto;
	width:850px;
	height:100%;
}
.menu
{
	width:200px;
	background-color:#FFFFFF;
	white-space:nowrap;
}
.contentTable
{
	width:100%;
}
.header
{
	width:650px;
	height:200px;
	font-size:0px;
}
.content
{
	padding:25px 0 0px 25px;
}
.logo
{
	height:100px;
}
.menuTable
{
	margin:0 auto;
}
.menuTable a
{
	text-decoration:none;
}
.menuTable a:hover
{
	text-decoration:underline;
}
.menuTable, .menuTable td 
{
	background-image:url(../images/menu_divider.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:11px;
	width:100%;
}
.menuTable td a 
{
	line-height:11px;
}
.menuTable td 
{
	padding-top:7px;
	padding-left:25px;
	padding-right:25px;	
	padding-bottom:7px;
	text-transform:uppercase;
	background-position:bottom;
}
.menuTable td.login
{
	padding-top:7px;
	padding-left:25px;
	padding-bottom:7px;
	text-transform:none;
	font-weight:normal;
	line-height:17px;
	background-position:bottom;
	white-space:normal;
}
.subTable
{
	width:100%;
	border:1px solid #ffffff;
	border-top:0;
	border-bottom:0;
	background-color:#FFFFFF;
	margin-bottom:25px;
}
.leftColumn, .leftColumn .subTable
{
	width:350px;
}
.rightColumn
{
	width:250px;
	padding-left:25px;
}
.subTable tr th
{
	line-height:11px;
	font-weight:bold;
	padding:7px 0px 16px 9px;
	text-transform:uppercase;	
	background-image:url(../images/table-title.png);
	background-position:top;
	background-repeat:repeat-x;
}
.buttonDiv
{
	color:#404040;
	line-height:11px;
	font-weight:bold;
	height:22px;
	padding:2px 0px 0px 9px;
	text-transform:uppercase;	
	background-image:url(../images/table-title.png);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #e6e6e6;
	width:275px;
	cursor:pointer;
}
.buttonDiv a, a .buttonDiv
{
	text-decoration:none;
}
.subTable tr th span, .subTable tr th a, .subTable tr th div
{
	line-height:11px;
}
.subTable td, td.underlineRight
{
	padding:0 14px 6px 14px;
	background-image:url(../images/rightColumn_divider.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	border-bottom:10px solid #fff;
}
.subTable td.noSidePadding
{
	padding-right:0px;
}
.subTable td.noBottomPadding
{
	padding-bottom:0px;	
}
.wideTable td, td.underlineWide
{
	background-image:url(../images/wideColumn_divider.gif);	
}
.leftColumn .subTable td, td.underlineLeft
{
	background-image:url(../images/leftColumn_divider.gif);
}
.leftColumn .subTable td td
{
	background-image:none;
}
.detailTable tr th
{
	padding:7px 0px 23px 9px;
}
.detailTable td, .leftColumn .detailTable td
{
	border:0;
	padding:0;
	padding-left:15px;
	line-height:11px;
	padding-bottom:10px;
	background-image:none;
}
.detailTable td, .leftColumn .detailTable td.padding-right
{
	padding-right:15px;
}
.leftColumn .detailTable td.underlineLeft
{
	background-image:url(../images/leftColumn_divider.gif);
	padding-bottom:10px;
	border-bottom:10px solid #ffffff;
}
.leftColumn .detailTable td.noPadding
{
	padding:0;
}
.detailTable td span, .detailTable td a
{
	line-height:11px;
}
.input, .inputDdl, .clTextBox, textarea .input
{
	border: 1px solid #d9d9d9;
	color:#979797;
	background-image:url(../images/tb_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:17px;
	width:100%;
	line-height:11px;
	padding-top:2px;
	padding-left:3px;
}
textarea.input
{
	height:auto;
	margin-bottom:2px;
}
.login div, .login div a
{
	line-height:11px;
}
.login .input
{
	margin-bottom:3px;
}
.clTextBox
{
	width:70px;
}
.rightColumn .input
{

}
.copyright
{
	text-align:center;
	vertical-align:bottom;
	padding-bottom:7px;
}
.cuteEditor
{
	width:346px;
	position:relative;
	left:-6px;
	margin-right:-100px;
}
.leftColumn .subTable td .preventStyles *, .leftColumn .subTable td .preventStyles * *, .leftColumn .subTable td .preventStyles * * *
{ padding:0; margin:0; border:0; text-align:left; vertical-align:top; }
.tool-tip {
	color: #000000;
	background-color: #ffffff;	
	border:1px solid #d1d5c4;
	z-index: 13000;
	padding:5px;
} 
.tool-tip img
{
	float:left;
	margin-right:15px;
}
.tool-title {
	font-size: 11px;
	font-weight:normal;
	line-height:21px;
	-moz-opacity: 1;
	filter: alpha(opacity=1);		
	margin: 0;
	color: #404040;
	padding: 3px 3px 4px 3px;
}
.tool-text {
	font-size: 11px;
	line-height:21px;	
	color: #404040;	
	-moz-opacity: 1;
	filter: alpha(opacity=1);		
	padding: 0px 8px 8px;
}
.vsummary ul
{
	padding-left:15px;
}
.vsummary li
{
	list-style-type:square;
}
/* datagrid start */
.datagrid
{
	width:100%;
}
.datagrid td, .datagrid tr th
{
	background:0;
	background-image:none;
	border-bottom:dotted 1px #d9d9d9;
	padding:4px 5px 0px 2px;
	margin:0;
}
.datagrid tr th
{
	padding-bottom:6px;
}
/* datagrid end */
/* dataform start */
.datatable
{
	width:100%;	
}
.datatable td, .datatable tr th
{
	background:0;
	background-image:none;
	border-bottom:dotted 1px #d9d9d9;
	padding:4px 5px 0px 2px;
	margin:0;
}
.datatable .lbl
{
	width:25%;
}
.datatable td .lbl, .datatable td .ctrl
{
	padding:4px 5px 0px 0px;	
}
.datatable td.ctrl
{
	padding:2px 5px 0px 0px;	
}
.datatable td td
{
	border:0;
	background-image:none;
}
.ctrl .input, .ctrl input, .ctrl .inputDdl
{
	color:#404040;
}
/* APPLICATION FORM */
.inputDdl option
{
    padding-left:3px;
    padding-right:3px;
}
.ctrl .radioButtons
{    
    display:block;
    margin:0;
    padding:0;
    margin-top:2px;    
}
.ctrl .radioButtons input
{    
    margin:0;
    padding:0;
    vertical-align:middle;        
}
.ctrl .radioButtons label
{    
    margin:0;
    padding:0;
    padding-left:3px;
    padding-right:6px;
    vertical-align:middle;     
}
.vsummary
{
    margin:0;
    padding:0;
	padding-left:10px;
	padding-bottom:10px;
}
.vsummary strong
{
	 color:#ff2200;
}

.ctrl .required
{
	border-left: 2px solid #fecb00;
}
.ctrl .ivld
{
	border: 1px solid #fecb00;
}
/* dataform end */ 
/* profile body styles */
h1
{
	font-size:16px;
	font-weight:bold;
}
h2
{
	font-size:14px;
	font-weight:bold;
}
h3
{
	font-size:12px;
	font-weight:bold;
}
ul
{
	margin-left:20px;
	padding-bottom:0;
	margin-bottom:0;
}
li
{
list-style-type: square;
}
/* end profile body styles */
span .calender, span .calender tr td, span .calender *, span .calender input
{
	border:0;
	background-image:none;
	padding:0;
	margin:0;
}
.smiley
{
	vertical-align:bottom;
	position:relative;
	top:-3px;
}
.menuIcon
{
	margin-top:-2px;
	margin-left:-2px;
	margin-right:5px;
}
.invisible
{
	display:none;
	visibility:collapse;
}