
/* "global" template style sheet */

html, body {
	height: 100%;
    background-color: #002769;
    text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 100%;
}
	
		
BODY {
	/*margin: 6px;*/
	background-color: #002769;

}

TD.mainbox {
	background-color: #002769;
}

TD.boxborder {
	background-color: #002769;
}


TD.logo {
	padding-left: 9px;
	width: 195px;
}

TD.toolbar {
	text-align: left; 				
	vertical-align: bottom;
	padding-right: 20px;
	white-space: nowrap;
	padding-left: 20px;
	height: 47px;
	width: 498px;
}

TD.innerboxcontainer {
	padding-left: 8px;
	padding-right: 8px;
	direction: rtl;
}

TD.nodetitle {
	background-image: url("../images/nodetitle-back.gif");
	background-repeat: no-repeat;
	padding-left: 50px;
	white-space: nowrap;
	direction: ltr;
}

TD.nodetitle h2 {
	/* Place code for sidebar text */
	display: inline;
	text-transform: uppercase;
	float: left;
	padding: 17px 0px 0px 0px;
	margin: 0;

	/*line-height: 48px;*/
	white-space: nowrap;
}

TD.pagetitle {
	background-color: #D7F1FF;
	border-left: 8px solid #002769;
	background-image: url("../images/pagetitle-back.gif");
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: middle;
	white-space: nowrap;
	direction: ltr;
}

DIV.toolbarhover {
    white-space: normal;
}

DIV.toolbarhover UL LI {
    line-height: 10px;
    font-weight: bold;
}

DIV.toolbarhover UL UL LI {
    line-height: 10px;
    font-weight: normal;
}

DIV.pagetitle {
	/* Place code for page title text */
    background-image: url("../images/pagetitle-pointer.gif");
    background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	height: 48px;
	text-align: left;
	line-height: 48px;
    padding: 0px 12px 0px 50px;
	vertical-align: middle;
	white-space: nowrap;
}

DIV.pagetitle_login {
    padding: 0px 0px 0px 0px;
	font-size: 8pt;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

DIV.pagetitle_help {
    padding: 0px 12px 0px 12px;
	font-size: 8pt;
	text-align: right;
	vertical-align: middle;	
	white-space: nowrap;	
	cursor: help;	
}

DIV.pointer {
	float: left;
	width: 45px;
	height: 48px;
	padding-right: 4px;
}

TD#sidebar {
	background-image: url("../images/menu-back.gif");
	background-repeat: repeat-x;
	background-color: #F6F3EA;
	padding-top: 12px;
	direction: ltr;
}

TD#mainbody {
	background-image: url("../images/mainbody-back.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 12px 8px 8px 8px;
	border-left: 8px solid #002769;
	direction: ltr;
}

TD#mainbody_footer {
	background-color: #FFFFFF;
	padding: 12px 8px 8px 8px;
	border-left: 8px solid #002769;
	direction: ltr;
}

.mainbodycontent {
	padding: 12px 8px 8px 8px;
}


TD.mainfooter {
	background-image: url("../images/footer-back.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-left: 8px solid #002769;
	text-align: right;
	direction: ltr;
}

TD.menufooter {
	background-image: url("../images/footer-back.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F6F3EA;
	direction: ltr;
}

TD.footer {
    padding: 8px;
    font-size: 8pt;
    color: #FFFFFF;
    vertical-align: bottom;
    background-color: #002769;
}
TD.footer a, td.footer a:link, td.footer a:visited, td.footer a:hover {
    color: #FFFFFF;
}
td.footer p {
    color: #FFFFFF;
}

td.footer p.copyright_swapace {
	text-align: center;
    padding: 0px;
    margin: 0px;
}
td.footer p.misconduct {
	text-align: left;
    padding: 0px;
    margin: 0px;
}

TD.mainbox-bottom {
	background-color: #002769;
	vertical-align: bottom;
}

.messagebox {
	float: right;
	border: 1px dotted #FF0000;
}

.right {

	/*float: right;*/
    padding: 0px 12px 0px 0px;
	font-size: 8pt;
	/*width: 375px;*/
	text-align:right;
	vertical-align: middle;
}

.left {
	float: left;
	display: inline;
}

TD.logo {
	text-align: left; 	
	width: 195px;
}

TD.rightcol {
	background-color: #F6F3EA;
	font-size: 8pt;
	vertical-align: top;
}

.rightcolcontent {
	padding: 4px;
}


#sidebar{
/*	width: 150px; */
	padding: 0px 10px 10px 10px;
    text-align: left;
}

#content {
/*	padding: 0px 20px 20px 20px; */
    border-style: none;
	border-width: 1px;
	border-color: #000000;
	text-align: left;
	clear: left;
}

#slide {
    width: auto;
    padding: 0px 0px 0px 0px;
    text-align: left;
    margins: 0px 0px 0px 0px;
}

.pagetitle H1 {
	vertical-align : top;

}

form{
    display: inline;
}

div#sidebar_login_form{
    padding: 0px 0px 0px 15px;
}

TD.seperate {
	border-style: dotted none none none;
	border-width: 1px;
	border-color: #B3B3B3;
}

TD.topbanner {
	background-image: url("../images/homepage/topbanner-back.gif");
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
}
