﻿body 
{
	background-color:#FFFFFF;
}

body, h1, h2, h3, h4, h5, h6, h7, h8, table, td, tr, div, p, a, th
{
	font-family:Verdana;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	padding:0;
	margin:0;
	border:0;
	color:#333333;
}

table
{
	border-collapse:collapse;	
}

td
{
	vertical-align:top;
}

#CenterMiddle
{
	margin:0 auto;
	width:776px;
	background-image:url(../../data/img/pageBg.gif);
	background-repeat:repeat-y;
}
#CenterTop
{
	margin:0 auto;
	width:758px;
	background-image:url(../../data/img/clientBg.gif);
	background-repeat:repeat;
	height:47px;
}
#CenterContent
{
	margin:0 auto;
	width:758px;
	background-color:#FFFFFF;
}
div#Content
{
	margin-top:10px;
}
#CenterBottom
{
	margin:0 auto;
	width:776px;
	background-image:url(../../data/img/pgBottom.gif);
	background-repeat:no-repeat;	
	height:22px;
}


#Content h1
{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}



#MenuRow
{
	background-color:#C1C1C1;
	border:solid 1px #A1A1A1;
}









#ContentBrowser
{
	width:150px;
}









img { border:none; }





a
{
	text-decoration:underline;
	
}
a:hover
{
	text-decoration:none;
}

div#CenterFooter
{
	margin:10px auto 20px;
	width:776px;
	text-align:center;
}
div#CenterFooter a, div#CenterFooter a:hover
{
	text-decoration:none;
}



table#FormTable
{
}
table#FormTable td
{
	padding:5px 0 5px 0;
	vertical-align:middle;
}
table#FormTable td.label label
{
	font-weight:bold;
	float:right;
	margin:0 5px 3px 0;
}


.FormError
{
	color:#CC0000;
	font-weight:bold;
	margin:10px 0 15px 0;
}


#FormMiddle
{
	margin-left:150px;
}





#FormBottom
{
	margin-top:10px;
	border-top:dotted 1px #BFBAB0;
}

#FormMessage
{
	margin:0 0 10px 150px;
}

#FormMessage h1
{	
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin:0 0 10px 0;
	padding-top:10px;
}

#Content p
{
	margin:0 0 10px 0;
}

.TreeNode
{
	margin-left:10px;
}





div#Page
{
	padding:15px;
}



















/* ---------------------------------------------
Menu Definitions
--------------------------------------------- */
.StaticMenuClass
{
	background-color:#CAEDFF;
	border-bottom:solid 1px #FFFFFF;
	height:35px;
}
.StaticMenuHoverClass
{
	background-color:#49C0FF;
	border-bottom:solid 1px #FFFFFF;
	height:35px;
}
.DynamicMenuBlockClass
{
	border:solid 1px #FFFFFF;
}
.DynamicMenuClass
{
	background-color:#CAEDFF;
	border-bottom:solid 1px #FFFFFF;
}
.DynamicMenuHoverClass
{
	background-color:#49C0FF;
	border-bottom:solid 1px #FFFFFF;
}

div.MenuLink,div.StaticMenuLink
{
	width:148px;
	padding:3px;
	height:20px;
	font-size:11px;
	line-height:13px;
}

div.StaticMenuLink
{
	width:150px;
	margin:0;
}

table#ContentBox
{
	border:solid 1px #BFBAB0;
	width:100%;
	padding:5px;
	background-image:url(/cms/data/img/fieldset-bg.gif);
	background-repeat:repeat-x;
	background-color:#f4f1eb;
}

table#MainTable
{
	width:100%;
}

#TopNavLogo
{
	padding:1px;
}


#TopNav
{
	height:20px;
	vertical-align:bottom;
}







/*C9C9C9
End Menu CSS
*/


div#PaginationBlock
{
	border-top:solid 1px #CAEDFF;
	margin-top:5px;
	padding-top:5px;
	vertical-align:middle;
}

div#PaginationBlock p
{
	display:inline;
	vertical-align:middle;
}



div#PageList
{
	display:inline;
	margin:0 20px 0 20px;
	vertical-align:text-top;
}





div#PopupMessage
{
	border:solid 1px #49C0FF;
	background-color:#CAEDFF;
	padding:10px;
}

div#PopupMessage h1
{
	font-size:12px;
	line-height:14px;
	margin-bottom:10px;
}
div#PopupMessage p.left
{
	float:left;
	margin-right:10px;
}
div#PopupMessage p.right
{
	
}


table#DataList
{
	margin-top:20px;
	width:100%;
}

table#DataList tr.odd td
{	
	background-color:#E1F5FF;
	margin:0;
	padding:5px;
}

table#DataList tr.even td
{
	margin:0;
	padding:5px;
}

table#DataList thead tr td h3
{
	font-size:12px;
	line-height:14px;
}

table#DataList a
{
	text-decoration:none;
}
table#DataList a:hover
{
	text-decoration:underline;
}








table#FormTable
{
}
table#FormTable td
{
	/*padding:5px 0 5px 0;*/
	vertical-align:middle;
}
table td.Label label,
table td.label label,
table td.labelReq label,
table .LabelExtreme label
{
	font-weight:bold;
	margin:0 5px 3px 0;
}

table#FormTable .label label
{
	font-weight:normal;
	margin-right:4px;
}

table#FormTable .labelReq label
{
	font-weight:bold;
	margin-right:4px;
}

table#FormTable .Label,
table#FormTable .label,
table#FormTable .labelReq
{
	text-align:right;
}

table .LabelExtreme label
{
	color:#CC9999;
}


table#FormTable td
{
	padding-bottom:3px;
}

table#FormTable td.label label
{
	font-weight:normal;
}

table#FormTable td.labelReq span
{
	margin-right:3px;
}





.txtInput,
select,
textarea,
.search input,
input.text,
.fileInput
{
    border:solid 1px #666;
    background-image:url(/cms/data/img/input-bg.gif) !important;
    background-repeat:repeat-x;
    padding:2px !important;
}

