/* MAIN STYLES */
body {
	font-size: 7pt;
	font-family: Tahoma, Small Fonts, Sans-Serif;
	color: #57490F;
	margin: 0;
	padding: 0;
	background-color: #D1C180;
	/*background-image: url(images/background.jpg);*/
	/*background-position: top center;*/
	/*background-repeat: no-repeat;*/
	line-height:10pt;
}
table, td, tr {
	font-size: 8pt;
	font-family: Tahoma, Small Fonts, Sans-Serif;
	font-weight: normal;
	color: #666;
	line-height:14pt;
}
a:link, a:visited, a:active {
	font-size: 8pt;
	font-family: Tahoma, Small Fonts, Sans-Serif;
	text-decoration: none;
	color: #000;
}
a:hover {
	font-size: 8pt;
	font-family: Tahoma, Small Fonts, Sans-Serif;
	text-decoration: none;
	color: #666;
}
h1 {
	font: bold;
	font-size: 16pt;
	height: 20px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #383838;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 5px;
}
h2 {
	font-weight: bold;
	font-size: 12pt;
	height: 20px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #555;
	padding: 0;
	display: block;
	text-align: left;
	line-height:18pt;
	text-transform: capitalize;
	margin: 0;
	margin-top:4px;
	margin-bottom: 5px;
	border-bottom:1px solid #CCC;
}
h3 {
	font-weight: bold;
	font-size: 11pt;
	height: 20px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #383838;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
}
hr {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	border:0;
	border-top: 1px dotted #DDD;
}
input, .formcontent {
	font-size: 8pt;
	font-family: Tahoma, Small Fonts, Sans-Serif;
	color: #333333;
}
#container {
	width: 707px;
}
#contentdiv {
	border:4px solid #234308;
	background-color:#FFFFFF;
	position:relative;
	padding:1px;
	top:-30px;
	-moz-opacity:.9;
	filter:alpha(opacity: 90);
	opacity:.9;
	z-index:1;
	text-align:left;
	color:#666;
}
#contentcell {
	background-color:#FFFFFF;
	padding:10px;
	text-align:left;
	color:#777;
	vertical-align:top;
}
/******************* LOGODIV ********************/
#logodiv {
	position:relative;
	top:2px;
	left:215px;
	width:230px;
	z-index:2;
}

/******************* RIGHTMENU ********************/
#rightside {
	width: 150px;
	background-color: #E0D6B0;
	vertical-align:top;
	padding-bottom:30px;
	color: #877630;
}
#rightside table tr td {
	font-size: 8pt;
	color: #57490F;
}
#rightside a:link, #rightside a:active, #rightside a:visited {
	display:block;
	line-height:10pt;
	font-size: 8pt;
	font-family: Tahoma, Small Fonts, Sans-Serif;
	color: #877630;
	border:0;
	font-weight:bold;
	padding:5px;
	text-align:right;
}
#rightside a:hover {
	margin:0;
	padding:0;
	display:block;
	font-size: 8pt;
	font-family: Tahoma, Small Fonts, Sans-Serif;
	color: #FFF;
	background-color:#877630;
	text-decoration:none;
	padding:5px;
	text-align:right;
}
#menuheader {
	margin-top:15px;
	line-height:10pt;
	font-size:10pt;
	color: #57490F;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	background-color: #BBAB69;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	text-align:right;
	border-top:1px solid #8C7B35;
	border-bottom:1px solid #8C7B35;
}

/******************* LEFTSIDE ********************/
#leftside {
	width:546px;
	padding: 0;
	float: right;
	text-align: justify;
	background-color: #C7C7C7;
	color: #383838;
	margin-top:1px;
	margin-right:1px;
}

/******************* BOTTOMDIV ********************/
#bottomdiv {
	display:block;
	padding: 0;
	width:707px;
	clear:both;
	text-align: center;
	background-image: url(images/bottombg.jpg);
	color: #999;
	border:0;
}


/******************* NEEDED!!! ********************/
.pad20 {
	padding: 20px;
	padding-top: 15px;
}
.cellbg1 {
	background-color:#C7C7C7;
	padding: 10px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align: justify;
}
.cellbg2 {
	background-color:#DDDDDD;
	padding: 10px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align: justify;
}

/******************* MISCELLANEOUS ******************/
.calendarHeader {
	font-weight: bold; 
	color: #555; 
	background-color: #EEE;
	border:1px solid #CCC;
} 
.calendarToday {
	background-color: #dbe4ed;
	border:2px solid #00F;
	font-weight: bold;
	font-size: 13pt;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #0000FF;
	height:70px;
}
.calendarEmpty {
	background-color: #EEE;
	border:1px solid #CCC;
	font-weight: bold;
	font-size: 13pt;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #999;
	height:70px;
}
.calendarDay {
	background-color: #FFF;
	border:2px solid #DDD;
	font-weight: bold;
	font-size: 13pt;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #383838;
	height:70px;
}
.calendar { 
	border:1px solid #BBB;
	width:100%;
}

/******************* MISCELLANEOUS ******************/
a:link.button, a:active.button, a:visited.button {
	margin-top:3px;
	display:block;
	float:right;
	background-color:#CCC;
	border:1px solid #999;
	padding:2px;
}
a:hover.button {
	margin-top:3px;
	display:block;
	float:right;
	background-color:#000;
	border:1px solid #999;
	color: #CCC;
	padding:2px;
}
.loginhead {
	text-align:center;
	font-weight:bold;
	padding-top:7px;
}
.login {
	text-align:right;
}
table.portfolio tr td {
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px solid #999;
	vertical-align:top;
}
.rightheader {
	font-weight:bold;
	margin-bottom:5px;
}
.boldright {
	font-weight:bold;
	text-align:right;
}

/******************************************************************************/
/* DATE PICKER STYLES */
/******************************************************************************/

.dpDiv {
}
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
}
.dpTR {
}
.dpTitleTR {
}
.dpDayTR {
}
.dpTodayButtonTR {
}
.dpTD {
	border: 1px solid #ece9d8;
}
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}
.dpTitleTD {
}
.dpButtonTD {
}
.dpTodayButtonTD {
}
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
}
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
}
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}

a.linkbutton:link, a.linkbutton:visited, a.linkbutton:active {
	display:inline;
	padding:3px;
	font-size:7pt;
	border:1px solid #666;
	background-color:#F5F5F5;
	color:#666;
}
a.linkbutton:hover {
	display:inline;
	padding:3px;
	font-size:7pt;
	border:1px solid #F00;
	background-color:#ffdbdb;
	color:#F00;
	text-decoration:none;
}
