/*****************************************
			COMMON  
 *****************************************/
body
{
	background:#fff url(../images/bodybg.jpg) repeat-x;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
}
a {color:#279C00; text-decoration:none;}
a:hover {text-decoration:underline;}
.hyperlink {color:#279C00; text-decoration:none; cursor:pointer;}
.hyperlink:hover {text-decoration:underline;}
.selectedText {background-color:#666; color:white;}

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

table {font-family:Verdana; font-size:11px; line-height:15px;}
input {font-family:Verdana; font-size:11px; line-height:15px;}
select {font-family:Verdana; font-size:11px; line-height:15px;}
textarea {font-family:Verdana; font-size:11px; line-height:15px;}

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

h1 {margin:0px 0px 10px 0px; color:#fea100; font-size:22px; font-family:Arial; font-weight:bold; line-height:24px;}
h2 {margin:0px 0px 10px 0px; color:#fea100; font-size:16px; font-family:Arial; font-weight:bold;}
h3 {margin:0px 0px 0px 0px; color:#fea100; 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
{
	background:#57cc01;
	border-left:4px solid #fea100;
	border-right:4px solid #fea100;
}
/************* page END **************/



/*****************************************
			header
 *****************************************/
div#header
{
	height:130px;
}
/************* header END **************/


.menu
{
	background:#fea100;
	color:#fff;
}
.menu table tr td a
{
	font-weight:bold;
	color:#fff;
}
.menu table tr td a:hover
{
	color:#fff;
	text-decoration:underline;
}


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


/*****************************************
			footer
 *****************************************/
div#footer
{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:7px;
	background:#fea100;
	color:#fff;
	font-weight:bold;
}
div#footer 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:#f1ffe6;
}
table.tableWithStyles th, table.popupTable th, table.sortable th, table.ownerComment th
{
	background-color:#57cc01;
	color:white;
}
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:white;
}
table.ownerComment th
{
	color:#afa;
}
table.sortable a.sortheader {
	/*background-color: black;*/
	display: block;
	white-space: nowrap;
	color: white;
	font-family:Verdana;
	font-weight:bold;
    font-size:11px;
    text-decoration: none;
    text-align:left;
	margin:0px;
}
table.sortable span.sortarrow {
    color: white;
    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:4px 10px;
	background: #57cc01;
	white-space: nowrap; 
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#fff;
	font-family:Arial;
}
div.blockContainer
{
	padding:10px;
	background:#f1ffe6;
	margin-bottom:15px;
}
/******************* BLOCK END ********************/



/******************************************
			CALENDAR
******************************************/
.calendarUtilTable
{
	border: 1px solid #d3d3d3;
}
.calendarUtilHeader
{
	background:#1e77ab;
	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 ********************/



