/***************************************************
   DEFAULT SETTINGS FOR BROWSER COMPATIBILTY
 ***************************************************/
body,html,h1,h2,h3,h4,h5,h6,pre,code,form,blockquote,fieldset
{   
	margin:0;
	padding:0
}
a img,:link img,:visited img
{
	border:none   
}
/************* DEFAULT SETTINGS END **************/


/*****************************************
			COMMON  
 *****************************************/
body
{
	background:#efefef;
	font-family:Verdana;
	font-size:11px;
}
a {color:#0030b1; text-decoration:none;}
a:hover {text-decoration:underline;}
.hyperlink {color:#0030b1; text-decoration:none; cursor:pointer;}
.hyperlink:hover {text-decoration:underline;}
.selectedText {background-color:#666; color:white;}
#formErrorContainer {color:red;}

ul{margin-top:0px; margin-bottom:0px;}

table,input,select,textarea,h4,h5,h6,pre,code
{
	font-family:Verdana;
	font-size:11px;
}

fieldset {margin-top:6px;}
fieldset legend {color: #d3d3d3;}
hr
{
	border-top:solid 1px #aaaaaa;
	border-left:solid 1px white;
	border-right:solid 1px white;
	border-bottom:solid 1px white;
}

h1 {margin:0px 0px 10px 0px; color:#da0b01; font-size:24px; font-family:Arial; font-weight:bold;}
h2 {margin:0px 0px 10px 0px; color:#da0b01; font-size:18px; font-family:Arial; font-weight:bold;}
h3 {margin:0px 0px 0px 0px; color:#000; font-size:12px; font-family:Arial; font-weight:bold;}

/************* COMMON END **************/



/*****************************************
		BLOCKS_NONE STYLES
 *****************************************/
body#blocksNoneBody
{
	background-color:#fff;
	background: none;
	padding: 10px;
}
/************* BLOCKS_NONE STYLES END **************/



/*****************************************
			page
 *****************************************/
div#page
{
	width:100%;
}
/************* page END **************/



/*****************************************
			header
 *****************************************/
div#header
{
	background:#1e77ab;
	height:160px;
}
/************* header END **************/


.menu
{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:url(../images/menubg.jpg) repeat-x #f31b00;
	color:#fff;
}
.menu table tr td a
{
	font-weight:bold;
	color:#fff;
}
.menu table tr td a:hover
{
	color:#fff;
	text-decoration:underline;
}

.verticalSubSubMenuItem
{
	padding-bottom:3px;
	font-size:12px;
}
.verticalSubSubMenuItemSel
{
	padding-bottom:3px;
	font-size:12px;
}
.verticalSubSubMenuItem a
{
	color:#000;
}

.verticalSubSubMenuItemSel a
{
	text-decoration:underline;
	color:#000;
}


/*****************************************
			module
 *****************************************/
div#module
{
	background:url(../images/modulebg.jpg) bottom right no-repeat;
}
/************* module END **************/


/*****************************************
			footer
 *****************************************/
div#footer
{
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:7px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:url(../images/menubg.jpg) repeat-x #f31b00;
}
div#footer table tr td {color:#fff;font-size:10px;}
div#footer table tr td a {color:#fff;}
/************* footer END **************/



/*****************************************
			dtree
 *****************************************/
.dtree {
    font-family: Verdana;
    color: #000000;
    white-space: nowrap;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dtree a {
    color: black;
    font-family:Verdana;
    font-size:11px;
    text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
	margin:0px;
	padding:0px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #000000;
    text-decoration: underline;
}
.dtree a.nodeSel {
    background-color: #aaa;
}

/************* dtree END **************/



/*****************************************
			TABLE
 *****************************************/
table.tableWithStyles, table.sortable, table.popupTable, table.ownerComment
{
	background-color:#fafafa;
	border:1px solid #aaa;
}
table.tableWithStyles th, table.popupTable th, table.sortable th, table.ownerComment th
{
	background-color:#aaa;
	color:#fff;
}
table.tableWithStyles th table, table.popupTable th table, table.sortable th table, table.ownerComment th table
{
	color:#fff;
	font-weight:bold;
}
table.tableWithStyles td, table.popupTable td, table.sortable td, table.ownerComment td
{
	
}
table.tableWithStyles th a, table.popupTable th a, table.sortable th a, table.ownerComment th a
{
	color:#fff;
}
table.ownerComment th
{
	color:#afa;
}
table.sortable a.sortheader {
	/*background-color: black;*/
	display: block;
	white-space: nowrap;
	color: #fff;
	font-family:Verdana;
	font-weight:bold;
    font-size:11px;
    text-decoration: none;
    text-align:left;
	margin:0px;
}
table.sortable span.sortarrow {
    color: #fff;
    text-decoration: none;
	position:relative;
	left:-5px;
}
.highlight
{
	background-color:#e5e5e5;
}
/************* TABLE END **************/


/************* TABLEWITHSCROLL START **************/


table.tableWithScroll
{
	background-color:#efefef;
	border:1px solid #1e77ab;
}

table.tableWithScroll td, table.tableWithScroll th{
	/*border-bottom:1px solid slategray;*/
}

table.tableWithScroll th
{background-color:#1e77ab;color:white;}

table.tableWithScroll > tbody
{
	overflow-x:hidden;
	overflow-y:auto;
}
table.tableWithScroll thead td 
{
	position:relative;
	text-align:center;
}

table.tableWithScroll tfoot td 
{
	font-size:11px;
	text-align:center;
	background-color:#1e77ab;
	color:white;
}

table.tableWithScroll table > tbody {
	overflow:visible;
}

table.tableWithScroll thead td {
	font-size:11px;
}
table.tableWithScroll tfoot td {
	text-align:center;
}
table.tableWithScroll thead {
	display:table-header-group;
}
table.tableWithScroll tfoot {
	display:table-footer-group;
}
table.tableWithScroll thead th, thead td {
	position:static;
}
table.tableWithScroll tr {
	height:1%;
}
/************* TABLEWITHSCROLL END **************/

/*****************************************
		language buttons
 *****************************************/
input.languageFlag
{
	border:1px solid #fff;
	margin-right:6px;
}
input#languageFlag
{
	border:1px solid #fff;
	margin-right:6px;
}
/************* language buttons END **************/


/******************************************
			control panel
******************************************/
div.controlpanel
{
	background-color:#e5e5e5;
	border: 1px solid #333;
}
.controlpanelImage
{
	border-bottom:#ccc;	
	border-right:#ccc;	
	background:transparent;	
}
div.controlpanel a
{
	margin:2px;
}
/******************* control panel END ********************/



/******************************************
			info panel
******************************************/
div.infoPanel
{
	border: 1px solid #333;
	padding:5px;
	background:#DFDFDF;
}
/******************* info panel END ********************/



/******************************************
			BLOCK
******************************************/
div.blockTitle
{
	padding:8px 8px 0px 8px;
	font-size: 14px;
	color:#da0b01;
	font-weight:bold;
	font-family:Arial;
	background:#fafafa;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
	white-space:nowrap;
}
div.blockContainer
{
	padding:8px;
	background:#fafafa;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	margin-bottom:16px;
}
/******************* BLOCK END ********************/



/******************************************
			CALENDAR
******************************************/
.calendarUtilTable
{
	border: 1px solid #aaa;
}
.calendarUtilHeader
{
	background:#aaa;
	padding:3px;
}
.calendarUtilHeaderText
{
	color:#fff;
	background:none;
	width:100%;
}
.calendarUtilHeaderText a
{
	color:#fff;
}
.calendarUtilDaysRow
{
	background-color:#eee;
}

td.disabledDay {background-color:#999; border: 1px solid #666;}
td.currentDay {background-color:#afa; border: 1px solid #666;}
td.weekendDay {background-color:#ccc; border: 1px solid #666;}
td.defaultDay {background-color:#fff; border: 1px solid #666;}

#notes_time
{

	background-color:#eee;
	border:1px solid #666;
	
}

#notes_content
{
	background-color:#FFFFD0;
	border:1px solid #666;
}
/******************* CALENDAR END ********************/




