.infobox
{
	border: 1px solid #000000;
	font-size: 10px;
	font-family : Verdana, Arial, sans-serif;
	text-align: left;
	background: #EDEDED;
	color: #000000;
}

.infoboxReq
{
	border: 1px solid #000000;
	font-size: 10px;
	font-family : Verdana, Arial, sans-serif;
	text-align: left;
	background:Red;
	color: #000000;
}

/* This style element is used to display the application name */
.ApplicationName
{
	color:White;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

/*
Removed this as it could be duplicate.
html, h1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
*/

BODY 
{
	font-family : Verdana, Arial, sans-serif;
	font-size :11px;
	margin: 0px;
	border-top:0px;
	border-left:0px;
	background: #FFFFFF;
	color: #000000;
}

.frm_lbl_rs
{	
	color: #18426b;
	font-family :Verdana, Arial, sans-serif;
	text-align: left;
	font-weight:normal;
	/*font-size:10px;	*/
}

.PageDetailsLabel
{
	color:#18426b;
	text-decoration:underline;
}

.PageDetailsLabelBold
{
	color:#18426b;
	text-decoration:none;
	font-weight:bold;
}

.PageLabelBold
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}
/*
LI, UL
{
	font-family : Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	color:Black;
}
*/

.heading_txt
{
	color: #0154a5;
	font-family : tahoma,Verdana, Arial, sans-serif;
	text-align: left;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	padding:1 0 4 8;

}

.PagingTextLabel
{
	color:White;	
	font-family : tahoma,Verdana, Arial, sans-serif;

}

.EmptyGrid
{
	width:100%;
	background-color: #5D7B9D;
	padding: 8px 8px 5px 8px;
	font-weight: bold;
	color:White;
	text-decoration: none!important;
}
.EmptyGrid td
{
	color:White;

}

.PagingTextLabel
{
	color:White;	
	font-family : tahoma,Verdana, Arial, sans-serif;
}

/*
Removed this as it could be duplicate
td {
	font-size: 11px;
}
*/

img { border: 0; }

#wrapper {
	margin: 0px auto;
	text-align: left;
	position:absolute;
	left: 0px;
	width: 1024px; 
	top: 0px;
	height: 90px;
}

h1
{
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0;
}

h2
{
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0;
}

/*
Removed this as it could be duplicate
h1 {
	
}

h2 {
	
}

h3 {
	padding: 4px 0 0 0;
}
*/

p {
	margin: 1em 0;
	padding: 0;
}

/*
Removed this as it is not in use
.block {
	display: block;
}
*/
/*
.clear {
	clear: both;
	height: 1px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1px;
	line-height: 1px;
}


Removed this as it might not be in use.
* html .clear {
	margin-top: -5px;
	margin-bottom: -4px;
}


.left {
	float: left;
	margin: 1px 8px 0px 0px;
}

.softright {
	text-align: right;
}

.readmore {
	text-align: right;
}

.timed {
	background: #5b96da url(../../images/support_bg.jpg) no-repeat;
	color: #fff;
	padding: 10px 10px 1.3em 71px;
	margin: 2em 0;
	border-bottom: 1px solid white;
}

.timed .readmore {
	margin-bottom: 0;
}

.timed h3 {
	margin: 0;
	padding: 0;
	text-indent: -57px;
}

.timed a {
	color: #fff;
}

.timed a:hover {
	text-decoration: none;
}
*/

/* ***** */

/* header */

#header {
	background: url(../../images/header_bg.gif) repeat-x;
	position: relative;
	width: 100%;
	margin-bottom: 11px;
}

#header .bl { height: 100px; }
/*
#header .tr { background: url(../images/header_tr.gif) top right no-repeat; }
#header .bl { background: url(../images/header_bl.gif) bottom left no-repeat; }
#header .br { background: url(../images/header_br.jpg) bottom right no-repeat; width:100%;}
*/
/* the story of two navs */
/*
#body h2 {
	margin: 0 0 1.5em 0;
}

#body h3 {
	margin: 0 0 0 0;
}
*/

#body
{
	position:absolute;
	left: 0px;
	width: 1024px; 
	top: 130px;
	height:610px;
}

#body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body li {
	padding: 0;
	margin: 0.8em 0;
}

/*
#body #LeftSide 
{
	margin-left:2px;
	left: 0px; 
	width: 220px; 
	top: 0px; 
	float:left;
}

#body #ContentSide {
	left: 200px; 
	width: 600px; 
	float:left;
	top: 0px; 
}

#body #RightSide 
{
	left: 802px; 
	width: 200px; 
	float:left;
	top: 0px; 
}

*/

a {
	color:  Blue; /*#ce7210;*/
	text-decoration:none;
	/*font: 13px;*/
}

a:hover {
	color: #6f3f0b;
}

#LeftMenu {
	float: left;
	width: 200px;
	margin-left: 0px;
	display: inline;
}
/*
#CenterMenu {
	float:none;
	width: 100%;
	margin-left: 0;
}

#CenterMenu p {
	line-height: 1.5;
}

#CenterMenu h3 {
	font-size: 10px;
}

#RightMenu {
	float: right;
	width: 200px;
	margin-left: 0px;
}

#RightMenu h3 {
	font-size: 10px;
}

#RightMenu h3 a {
	text-decoration: none;
}

#RightMenu p {
	line-height: 1.5;
}

.SubHeading
{
	font-size: 10px;
	color: #ce7210;
}
*/


/* footer */

#footer {
	clear: both;
	text-align: center;
	background: url(../../images/footer_bg.gif) repeat-x;
}

#footer, #footer a {
	color: #fff;
}

#footer div { background: url(../../images/footer_l.gif) no-repeat; width:100%; }
#footer div div 
{ 
	background: url(../../images/footer_r.gif) top right no-repeat;
	width:100%; 
	height:100%; 
	padding: 8px 0; 
	height:auto;
}

.PageHeading
{
	text-align:center;
	padding:2px 2px 2px 2px;
	font-size:15px;
	font-weight:bold;
}

.HomePagePanel
{
	border-left: solid 1px #5b96da;
	border-right:solid 1px #5b96da;
	border-top:solid 1px #5b96da;
	border-bottom:solid 1px #5b96da;
}

.tl 
{
	background-image: url(../../Images/1tl.gif);
	background-repeat: no-repeat;
	background-position:0 0;
}

.tr 
{
	background-image: url(../../Images/1tr.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

.HomePageWebPartHeading
{
	background-color:#5b96da;
	color:White;
	font-weight:bold;
	/*height:20px;*/
	text-align:center;
	vertical-align:middle;
	width:336px;
}

.HomePageWebPartHeading a 
{
	color: White;
}

.HomePageWebPartContent
{
	border-left: solid 1px #5b96da;
	border-right:solid 1px #5b96da;
	border-top:solid 1px #5b96da;
	border-bottom:solid 1px #5b96da;	
	padding:2px 2px 2px 2px;
	height:300px;
	width:330px;
}

.HomePageWebPartFreeContent
{
	border-left: solid 1px #5b96da;
	border-right:solid 1px #5b96da;
	border-top:solid 1px #5b96da;
	border-bottom:solid 1px #5b96da;	
	padding:2px 2px 2px 2px;
}

.HomePagePanel UL
{
	list-style-type:none;
	margin-left:2px;
	padding-left:2px;
	left:2px;
}

.Heading
{
	background-color:#5b96da;
	color:White;
	font-weight:bold;
	/*height:20px;*/
	text-align:center;
	vertical-align:middle;
}

.Heading a {
	color: White;
}

.GV
{
	color:#333333;
}
.GVRowStyle
{
	background-color:#F7F6F3;
	Color:#333333;
}

.GVHeaderStyle, .GVHeaderStyle A
{
	font-weight:bold;
	background-color:#5D7B9D;
	color:White;
}

.GVAlternatingRowStyle
{
	background-color:White;
	color:#284775;
}

.GVPagerStyle
{
	background-color:#284775;
	color:White;
	text-align:center;
}

.GVEditRowStyle
{
	background-color:#999999;
}

.GVSelectedRowStyle
{
	background-color:#E2DED6;
	font-weight:bold;
	color:#333333;
}

.GVFooterStyle
{
	background-color:#5D7B9D;
	font-weight:bold;
	color:White;
}

.PagerRow
{
	background-color: #284775;
}

.InformationText
{
	color:Red;
	font-size:Larger;
}

.InPageLabel
{
	color:black;	
	font-family : tahoma,Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 11px;
}

.ratingStar 
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url(../../Images/FilledStar.png);
}

.emptyRatingStar 
{
    background-image: url(../../Images/EmptyStar.png);
}

.savedRatingStar 
{
    background-image: url(../../Images/SavedStar.png);
}