/* CSS Document */

/* body template classes */

body.indexTemplate{}
body.standard{}


/* all purpose top level classes  */
table td {color:#333; font-family:arial; font-size:8.5pt; line-height:13pt; word-spacing:0.5pt; }
a {color:#069; text-decoration: underline;}
a:hover{color:#333;}


.fw{color:#069; font-size:8.5pt; font-weight:bold;}
.title{color:#069; font-weight:bold;}


img.bordered{border:1px solid #069;}

/* drop down menu formatting */
.dropDownContainer{position:absolute; left:97; top:50px;}
.dropDown{position:relative;  height:18; top:0; left: 4; color:#069; background-color:#FFF; overflow:hidden; padding:2px; font-family:arial; font-size:8pt; cursor:arrow; border-left: 1px solid white; border-right: 1px solid #529DC2; line-height:23px;}
.dropDown a{color: #333; text-decoration:none}
.dropDown a:hover{color: #069; text-decoration:none}
/* side nav area formatting */
.sideMenu{font-family: arial, helvetica; font-size:8pt; color:#069; background-image: url('../images/lhsMenuBG.gif'); background-repeat:no-repeat; padding-right:12px; padding-top:40px;}

/* main content area formatting */
body.indexTemplate .mainContent{background-image: url('../images/leftContent.gif'); background-repeat:no-repeat; background-color:#E6F0F5}
body.indexTemplate .mainContent td{padding-top: 20px; padding-left:20px;}
body.standard .mainContent{background-image: url('../images/lrgContent.gif'); background-repeat:no-repeat; background-color:#E4EBF3}
body.standard .mainContent td{padding-top: 20px; padding-left:20px;}
body.standard .mainContent td td{padding-top: 5px; padding-left:5px;}
.headline{color:#069; font-weight:bold; font-family: "arial", helvetica; font-size:9pt; }



/* news area formatting */
.newsContent{background-image: url('../images/rightContent.gif'); background-repeat:no-repeat; background-color: white;}
.newsContent td.heading{padding-top:2px; padding-left:10px; font-weight:bold; color:#069}
.newsContent td.content{padding-top:20px; padding-left:10px; padding-right:10px; font-size:8pt; color:#069}

/* jumlinks */
.fwd{
	background-image: url('../images/navigation/fwd.gif');
	background-repeat:no-repeat;
	position:relative;
	right: 0px;
	top:-1px;
	height:20px;
	width:22px;
	cursor:pointer;
	text-decoration:none;
	display: inline;
	clear: none;
	float: none;
	overflow: visible;
	left: -114px;

}

.bck{background-image: url('../images/navigation/bck.gif'); background-repeat:no-repeat; position:relative; top:0; height:20; width:20; cursor:pointer; text-decoration:none;}
.up{background-image: url('../images/navigation/up.gif'); background-repeat:no-repeat; position:relative; top:0; height:20; width:20; cursor:pointer; text-decoration:none;}
.dwn{background-image: url('../images/navigation/dwn.gif'); background-repeat:no-repeat; position:relative; top:0; height:20; width:20; cursor:pointer; text-decoration:none;}

input{
	background-image : url(../../Xchanging/UI Guidelines - V2/testbed/images/actionButton_left.gif);
	background-position : left;
	background-repeat : no-repeat;
}

