BODY {
	background-color:#FFF;
	margin:0px;
	margin-bottom:50px;
	padding:0px;
}

P, DIV, TD, TH, A, input, textarea, select {
	font-family:Tahoma;
	font-size:11px;
}

P, DIV, TD, TH, A {
	color:#2D3E4D;
}
table {
	border-collapse: collapse;
}

.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.header {
	border-collapse: collapse;
	width: 100%;
}

.header td{
	padding:0px;
	vertical-align:middle;
}
.header td.headImg{
	padding:30px 0px 35px 23px;
}
.topLine{
	border-collapse:collapse;
	width:100%;
	background-image:url('../images/line.gif');
	margin-bottom:20px;
}
.login{
	border-collapse:collapse;
	width:100%;
}
.login td{
	padding:0px;
	vertical-align:middle;
}
.login td.headImg{
	padding:30px 0px 35px 0px;
	text-align:center;
}
.loginForm{
	border-collapse:collapse;
	width:300px;
}
.loginForm input.logintext{
	border:1px solid #A5ACB2;
	height:24px;
	width:181px;
	font-size: 12px;
}
.loginForm th{
	width:50%;
	text-align:right;
	font-weight:normal;
	padding-right:10px;
}
.loginForm td{
	width:50%;
	text-align:left;
}
.topLine td{
	padding:0px;
}
td.menu a{
	font-size:12px;
	text-decoration:none;
	color:#0C6FC7;
}
td.menu{
	padding:6px 0px 7px 41px;
	background-image:url('../images/blue_arr.gif');
	background-position:23px 11px;
	background-repeat:no-repeat;
	width:178px;
}
div.sepLine {
	background-image:url('../images/sep.gif');
	background-position:center;
	background-repeat:repeat-x;
	padding:1px 0px;
	width:178px;
}
td.menuOvr{
	padding:6px 0px 7px 41px;
	background-color:#F8F8F8;
	background-image:url('../images/rose_arr.gif');
	background-position:23px 11px;
	background-repeat:no-repeat;
	width:178px;
}
td.menuOvr a{
	font-size:12px;
	text-decoration:none;
	color:#C70C9D;
}
div.tableArea {
	border:1px solid #A5ACB2;
	padding:2px;
}
.tabsArea {
	width:100%;
	border-collapse:collapse;
	border:1px solid #A5ACB2;
	background-color:#F8F8F8;
	margin-bottom:3px;
}
.filter{
	width: 589px;
	padding:5px 35px 7px 0px;
}

.filter a{
	color:#0C6FC7;
	font-weight:bold;
	text-decoration:none;
}

table.listview {
	width:622px;
	border-collapse:collapse;
}
table.listview th{
	background-color:#F8F8F8;
	border-bottom:1px solid #0C6FC7;
	padding:6px 0px 10px 12px;
	font-weight:normal;
	text-align:left;
}
table.listview th a{
	color:#2D3E4D;
	font-weight:normal;
}
table.listview td{
	padding:7px 12px 5px 12px;
	text-align:left;
}
table.listview td a{
	color:#0C6FC7;
	text-decoration:none;
}
table.listview tr.even {
	background-color:#F6FBFF;
}
table.formview{
	width:622px;
	border-collapse:collapse;
}
table.formview td{
	padding:0px;
}
table.formview th{
	padding:10px 10px 10px 0px;
	font-weight:normal;
	width:20%;
	text-align:right;
}
table.formview td{
	padding:5px 12px 5px 12px;
	width:50%;
	text-align:left;
}

table.formview table th, 
table.formview table td {
	padding: 0;
}

table.formview tr.formHeader td{
	background-color:#F8F8F8;
	border-bottom:1px solid #0C6FC7;
	padding:6px 0px 1px 0px;
	font-weight:normal;
}
/*********** Table Header ***********/
table.TableHeader {
	width: 100%;
	background: #f8f8f8 url(../images/table-header-bg.gif) top no-repeat;
	margin-top: 15px;
}
table.TableHeader td {
	font-weight: bold;
	padding: 5px 0px 5px 15px;
}
table.TableHeader td.SwitchView {
	text-align: center;
	padding: 0px 0px 0px 0px;
	width: 150px;
	background: #0c6fc7 url(../images/switch-bg.gif) top right no-repeat;
}
table.TableHeader td.SwitchView div{
	padding: 0px 0px 0px 23px; 
}
table.TableHeader td.SwitchView div a{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
table.TableHeader td.Breadcrumbs {
	padding:5px 35px 5px 0px;
}

table.TableHeader td.Breadcrumbs a{
	color: #0C6FC7;
	font-weight: bold;
	text-decoration: none;
}
/*********** Thumbnail View ***********/
table.ThumbView td{
	text-align: center;
	width: 25%;
	vertical-align: top;
}
table.ThumbView td div.NameArea{
	width: 100px;
	padding: 12px 0px 6px 0px;
	margin: auto;
}
table.ThumbView td div.Date{
	font-size: 9px;
	color: #626e7a;
	width: 100px;
	text-align: left;
	margin: auto;
}

/*********** Form ***********/
table.Form{
	width:622px;
}
table.Form td{
	padding: 0px;
}
table.Form th{
	padding:10px 10px 10px 0px;
	font-weight:normal;
	width:30%;
	text-align:right;
}
table.Form td{
	padding:5px 12px 5px 12px;
	width:50%;
	text-align:left;
}
table.Form tr.formHeader td{
	background-color:#F8F8F8;
	border-bottom:1px solid #0C6FC7;
	padding:6px 0px 1px 0px;
	font-weight:normal;
}

div.AdditionalInfo {
	font-size: 10px;
	color: #626e7a;
}
.pager {
	background-color:#F8F8F8;
	padding:7px 0px 10px 12px;
	border:1px solid #A5ACB2;
	border-top:none;
}
.buttons {		/*********   DEPRECATED, use StandardButton instead   **********/
	padding-top: 6px;
	text-align: right;
}
.StandardButton {
	text-align: right;
	height: 23px;
}
.StandardButton a {
	display: block;
	width: 115px;
	text-align: center;
	background: #0c6fc7 url(../images/button-bg.gif) no-repeat;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0px 6px 0px;
	float: right;
	margin-top: 6px;
	margin-left: 6px;
}
.StandardButton a.Black {
	background: #2d3e4d url(../images/black-button-bg.gif) no-repeat;
}
.SingleButton a{
	clear: both;
	margin-top: 0px;
}
span.Icon {
	padding: 0px 5px 0px 0px;
}

.required {
	color: red;
}


/* Entity Form View Styles */

.entity-form-view {
	width: 100%;
	border-collapse: collapse;
}

.entity-form-view td {
	padding: 0px;
}

.entity-form-view th {
	width: 25%;
	padding: 6px 10px 10px 0px;	
	text-align: right;
	font-weight: normal;
}

.entity-form-view td {	
	width: 75%;
	padding: 7px 12px 5px 12px;
	text-align: left;
}

.entity-form-view .text {	
	width: 95%;
}

.entity-form-view tr.formHeader td {
	background-color: #F8F8F8;
	border-bottom: 1px solid #0C6FC7;
	padding: 6px 0px 1px 0px;
	font-weight: normal;
}


/* Field styles */

input.text {
	width: 200px;
}

textarea.text {
	width: 350px;
}

/* end Field styles */


/* Some styles for the PageFormView page content editor */

.PageContentEditField div {
	padding-bottom: 5px;
}

.PageContentEditField label {
	float: left;
	width: 60px;
}

/***** styles for version ***************/
p.HeaderCaps {
	padding: 5px 10px;
}

/* end Some styles for the PageFormView page content editor */
.at {
	vertical-align: top;
}
.ar {
	text-align: right;
}
/*********** test styles **********/
.b1{ border: 1px solid #FF0000; }
.b2{ border: 1px solid #00CC00; }
/*<!--{{end}}-->*/