/* CSS Document */

/** core **/
body 			{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#414141;}
img				{ border:0; }
a				{ color:#0784bc; text-decoration:none; }
a:hover 		{ text-decoration:underline; }


/** top div **/
#main 			{ width:100%; margin:auto; background:white; border:1px solid #e0e0e0; padding:0; clear: both; }
#logoholder  	{ background-image:url(../../App_Themes/Default/Images/logoholder.jpg); background-repeat:no-repeat; width:202px; height:84px; margin:-11px 0 0 10px; padding-top:7px; }
.logo 			{ margin:auto; text-align:center; }

/** menu **/
.menu 			{ background-image:url(../../App_Themes/Default/Images/menu_bg.jpg); background-repeat:repeat-x; height:28px; margin:0px; padding:0px; font-weight:bold; padding:6px 0 0 60px; text-align:center; }
.menu a			{ color:white; text-decoration:none; }
.menu a:hover 	{ text-decoration:underline; }

.menudiv 		{ background-image:url(../../App_Themes/Default/Images/menu_div.jpg); width:2px; height:28px; background-repeat:no-repeat; padding:0px; margin:0 31px; }

/** footer **/
#footer 		{ margin:0px; padding: 0px; clear: both;  }
#copyright 		{ font-size: 10px; color:#3c3c3c; text-align:center; background-color: #e9e9e9; }

/** content **/
#content 		{ padding: 8px 8px 0 8px; }
#content p 		{ color:#414342; margin:0; padding:0; }


#welcome		{ float:left; width:500px; }
#logout			{ float:right; }

#hr 			{ border-bottom:dotted 1px #e1e3d6; margin:5px 0; }

#location		{ float:left; background-image:url(../../App_Themes/Default/Images/ico_location.jpg); width:135px; height:15px; background-repeat:no-repeat;  }
#location p		{ padding-left:20px; }

#subnav			{ float:left; width:112px; margin:0px; padding:0px; height:100%; }
#subnav	ul		{ float:left; list-style:none; margin: 0; padding-left: 1em; width:112px; border:1px solid #efeeea; background-color:#eff4fa; }
#subnav li		{ border-bottom:dotted 1px #d3d4cf; padding:0; margin:0;  }

#index			{ float:left; width:100%; padding:0; margin:0; }

.brown			{ color:#e9b426; font-weight:bold; }
.small			{ font-size:10px }

#grid			{ float:right; width:88%; margin:0 8px 40px 0px; }
.tablegrid		{ margin:0; border:1px solid #efeeea; }
.titlegrid		{ background-image:url(../../App_Themes/Default/Images/grid_bg.jpg); background-repeat:repeat-x; height:17px; }
.odd			{ background-color:#fafbfd; }
.even			{ background-color:#eef3f6; }
.indent			{ text-indent:10px; }

#sort			{ text-align:right; margin:-12px 5px 0 0; }