
/*--------------------------------------*/
	/*     global elements
/*--------------------------------------*/

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
#mainBlock {
	text-align: left;
	width: 750px;
	height: auto;
	border-right: solid #000033 1px;
	border-left: solid #000033 1px;
	margin: 0px auto 0px auto;
}

#solidText {
	text-align: justify;
	width: 625px;
	height: auto;
	margin-left: 25px;
	margin-right: 100px;
	margin-bottom: 50px;
	font-family: "Trebuchet MS", "Gill Sans", Arial;
	color: #191919;
	font-size: 12px;
}
#solidText a {
	color: #003399;
}


/*--------------------------------------*/
	/*     Header settings
/*--------------------------------------*/


#headerTop {
	width: 750px;
	height: 75px;
	background-image: url(../images/layout_01.jpg);
	background-repeat: no-repeat;
}
#headerMenu {
	width: 750px;
	height: 84px;
	background-image: url(../images/layout_02.jpg);
	background-repeat: repeat-x;
}
#headerMenuItems {
	width: 650px;
	height: auto;
	float: left;
	margin-left: 0px;
}
#headerTitle {
	width: 625px;
	height: auto;
	margin-top: 50px;
	margin-left: 25px;
	font-family: "Trebuchet MS", "Gill Sans", Arial;
	color: #012E5C;
	font-size: 16px;
	font-weight: bold;
	
}
#headerMenuItemFirst {
	text-align: center;
	border-right: solid #FFFFFF 1px;
	width: 25px;
	height: 20px;
	float: left;
	margin-left: 0px;
	margin-top: 4px;
	
}
.headerMenuItem {
	background-color: #467AA9;
	text-align: center;
	line-height: 20px;
	border-right: solid #FFFFFF 1px;
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 0px;
	margin-top: 4px;
	font-family: "Trebuchet MS", "Gill Sans", Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.headerLink {
	color:#FFFFFF;
	text-decoration: none;
}
.headerMenuItemOn {
	background-color: #012E5C;
	text-align: center;
	line-height: 20px;
	border-right: solid #FFFFFF 1px;
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 0px;
	margin-top: 4px;
	font-family: "Trebuchet MS", "Gill Sans", Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
/*
#headerMenuItemSelected {
	background-color: #012E5C;
	text-align: center;
	line-height: 20px;
	border-right: solid #FFFFFF 1px;
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 0px;
	margin-top: 4px;
	font-family: "Trebuchet MS", "Gill Sans", Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
*/
#headerLogoRight {
	width: 99px;
	height: 84px;
	background-image: url(../images/layout_03.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 0px;
}


/*--------------------------------------*/
	/*     Footer settings
/*--------------------------------------*/


#footerMain {
	width: 750px;
	height: 21px;
	background-image: url(../images/layout_04.jpg);
	background-repeat: repeat-x;
}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 740px;
	margin-left: 5px;
}
#footerText a {
	color: #FFFFFF;
	text-decoration: none;
}

/*--------------------------------------*/
	/*     Decisions Page settings
/*--------------------------------------*/

#solidTextDecisions {
	width: 700px;
	margin-bottom: 50px;
	margin-left: 25px;
	font-family: "Trebuchet MS", "Gill Sans", Arial;
	color: #191919;
	font-size: 12px;
}
#searchBox {
	float:right;
	width: 270px;
	background-color: #E5F6FF;
}
#marginBox {
	margin: 10px 10px 10px 10px;	
}
#titleBox {
	float:right;
	width: 270px;
	height:21px;
	background-color: #FFFFFF;
	font-size: 24px;
	color: #C7D6DE;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#titleBoxResult {
	float:left;
	width: 400px;
	height:21px;
	background-color: #FFFFFF;
	font-size: 24px;
	color: #457AAA;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#resultBox {
	float:left;
	width: 400px;
}
#resultRow {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	width: 400px;
	/*background-color: #FFFFFF;*/
}
#resultRow a {
	color: #457AAA;
	/*background-color: #00FF00;*/
}
#resultRow a:hover {
	color: #457AAA;
	/*background-color: #FF0000;*/
}
#resultRow a:visited {
	color: #457AAA;
	/*background-color: #FF0000;*/
}
td.resultRowOff {
	background-color: #FFFFFF;
}
td.resultRowOn {
	/* border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD; */
	background-color: #F2F2F2;
	cursor: pointer;
}
#resultRow1 {
	float:left;
	width: 400px;
	background-image: url(../images/rayz.gif);
	background-repeat: repeat-x;
}
#resultRow2 {
	float:left;
	background-color: #FFFFFF;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #457AAA;
	font-size: 12px;
	font-weight: bold;
}
#resultRow3 {
	margin-top:3px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
#resultViewButton {
	float:right;
}


.noDeco {
	text-decoration: none;
}

.info {
	font-size: 10px;
}


/* -----------------------------------------
------------- CMS SPECIFIC -----------------
------------------------------------------*/
#homeCMS {
	margin-top:20px;
	width: 380px;
	height: 218px;
	background-image:url(../admin/img/homebk.jpg);
	background-repeat : no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}


#cmsRow {
	float:left;
	margin-top:20px;
	margin-left: 10px;
	width: 500px;
	background-color: #FFFFFF;
	clear:both;
}
#cmsRow1 {
	float:left;
	width: 500px;
	background-image: url(../images/rayz.gif);
	background-repeat: repeat-x;
}
#cmsRow2 {
	float:left;
	background-color: #FFFFFF;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #457AAA;
	font-size: 12px;
	font-weight: bold;
}
#cmsRow2Unpublished {
	float:left;
	background-color: #FFFFFF;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
#cmsRow3 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	width: 375px;
	margin-top:5px;
	margin-left: 25px;
	text-align:left;
}
#cmsRow4 {
	float:left;
	width: 25px;
}
#cmsTitle {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #457AAA;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
	text-align:left;
}
#cmsTitleSpacer {
	background-color: #999999;
	height:20px;
}
#cmsTitleMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	background-color: #999999;
	height:40px;
}
.cmsItemMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
}
.cmsItemMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.cmsItemMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.cmsLastMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align:left;
	margin-left:20px;
	margin-top:40px;
}
.cmsLastMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.cmsLastMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#cmsAdd1 {
	float:left;
	width:150px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #457AAA;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}
#cmsAdd2 {
	float:left;
	width:300px;
	text-align:left;
}
#cmsAddExplanation {
	margin-left:10px;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top:8px;
	text-align:left;
}
#cmsSave {
	float:left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #457AAA;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}
.linkModify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
	text-align:left;
}
.linkModify:hover {
	color: #457AAA;
}