/* ========================================================
    System styles not intended to be brqanded for each site
   ========================================================
*/
.TreeContextItem {
	font: 8pt Tahoma, verdana, arial, helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
	padding-left: 18px;
	padding-right: 8px;
	background-color: #F6F6F6;
	width: 100%;
	text-align: left;
}

.TreeContextItemOver {
	font: 8pt Tahoma, verdana, arial, helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
	padding-left: 18px;
	padding-right: 8px;
	background-color: #FFEEC2;
	width: 100%;
	text-align: left;
}
.warning {
	font-size: medium;
	color: red;
	font-weight: bold;
}
span.required {
	font-size: large;
	color: red;
	font-weight: bold;
}
.a_main {
	margin-top: 0px;
	border: 1px #cccccc solid;
}
.a_text {
	font-family: Verdana;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

.a_container {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #e4e9ff;
}

.a_content {
	background-color: #e4e9ff;
	border-bottom: 1px #cccccc solid;
}
.a_header {
	clear: both;
	border-bottom: 1px #cccccc solid;
	background-color: #e4e9ff;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-right: 10px;
	color: #8e8e8e;
}

.a_footer {
	background-color: #dce1ff;
}

.oImg {
	background-color: #545454;
	border: solid 2px #545454;
}
.iImg {
	vertical-align: middle;
}
.Img {
	vertical-align: middle;
	background-color: #d1d1d1;
	border: solid 2px #ffffff;
	width: 300px;
	height: 300px;
}

.width390 {
	width: 390px;
}

.Approval {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	color: maroon;
	font-weight: bolder;
}

.divError {
	float: right;
	clear: both;
	border: solid 1px #ff0000;
	background-color: #f5f5f5;
	padding: 10px 10px 10px 10px;
	width: 150px;
	height: 150px;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

.red {
	color: #ff0000;
}


.dashed {
	border: dashed 2px #c0c0c0;
}
.textbox {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.commandbutton:link {
	text-decoration: underline;
	color: #003366;
}

A.commandbutton:visited {
	text-decoration: underline;
	color: #003366;
}

A.commandbutton:active {
	text-decoration: underline;
	color: #003366;
}

A.commandbutton:hover {
	text-decoration: underline;
	color: #ff0000;
}

.nowrap {
	white-space: nowrap;
}
.right {
	text-align: right;
}