﻿
A {color:White;font-size:xx-small;
text-decoration: none
}
A:link {color:#000099;
text-decoration: none
}
A:visited {color:White;}
A:hover {text-decoration: none}
A:active {text-decoration: none}


#headerBottom A {color: #C0C0C0;font-size:.9em; text-decoration: none;}
#headerBottom A:link {color:#C0C0C0;text-decoration: none}
#headerBottom A:visited {color:#C0C0C0;}
#headerBottom A:hover {text-decoration: none}
#headerBottom A:active {text-decoration: none}

#pageFooter
{
    font-size: xx-small;
    text-align: center;
    padding-top: 10px;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #000080;
    margin-top:10px;
}
#pageFooter A {font-size:xx-small;text-decoration: none;color: #000080;}
#pageFooter A:visited {}
#pageFooter A:hover {text-decoration: underline}
#pageFooter A:active {text-decoration: none}

h1
{
    font-family: Tahoma, Arial, Verdana;
    color: #000080;
    font-size: 145%;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 0px;
    margin-left: 3px;
    text-align: left;
    display: block;
}
h2
{
	font-family: Tahoma, Arial, Verdana;
	color: #000080;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	display: block;

}
h3
{
	font-family: Tahoma, Arial, Verdana;
	color: #000080;
	font-size: 110%;
}
h4
{
	font-family: Tahoma, Arial, Verdana;
	color: #000080;
	font-size: 110%;
	font-style: italic;
}
body
{
	font-family: Tahoma, Arial, Verdana;
	color: #000080;
	font-size: 95%;text-align:justify;
}


img {border-style: none;
    border-color: inherit;
    border-width: 0;
}

#buttonRow
{
	clear: both;
	display: block;
}

.statusText
{
	color: #e9967a;
	font-weight: bold;
	font-size: small;
	border-right: salmon thin solid;
	border-top: salmon thin solid;
	display: block;
	border-left: salmon thin solid;
	border-bottom: salmon thin solid;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 1024px;
}

#contentwrapper{
float: left;
width: 100%;
padding-top:30px;
}

#pageContainer
{
	margin-left: auto;
  margin-right: auto;
  width:952px;

	}

#formContainer
{
     width: 600px; 
     padding: 5px; 
     margin: 0px;
    
}
#headerTop
{	width:950px;
	font-size: 90%;
	color: white;
	font-family: Tahoma, Arial, Verdana;
	background-color: white;
	margin:0px;
	border:0px;
	padding:0px;
	height:92px;
}
#headerBottom
{	width:950px;
	font-size: 90%;
	color: white;
	font-family: Tahoma, Arial, Verdana;
	background-color: #4f5f95;
	font-weight: bold;
	margin-bottom:5px;	
	height:50px;
	padding-right:5px;
}

#menu
{
	float: right;
	padding-right: 120px;
	padding-left: 5px;
	padding-bottom: 5px;
    text-align: center;
}


div.row {
  clear:both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 350px;
  text-align: left;
  } 

.contentContainer
{
	background-color: white;
	padding: 10px;
	height: auto;
	overflow: visible;
	margin: 10px auto;
}
  
#headerTopImg
{
	float: left;
	padding-left: 50px;
	margin: 0px;
	border: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

	
#leftAdmin {width:300px;float:left;background-color: transparent;}

#rightAdmin {margin-left:300px;background-color: transparent;}
	
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:lemonchiffon;
	border-width:3px;
	border-style:solid;
	border-color:#12127D;
	padding:3px;
	width:500px;
}

/*forms*/
.formbutton
{
	cursor: pointer;
	border: outset 1px #ccc;
	background: #999;
	color: #666;
	font-weight: bold;
	padding: 1px 2px;
	background: url('../../Images/formbg.gif') repeat-x left top;
}


 fieldset
{
border: 1px solid #12127D;
padding: 5px;
width: 600px;
}

legend
{
color: #000000;
background: #9FA2EC;
border: 1px solid #12127D;
padding: 2px 6px
}

.homeButton
{
    background-repeat: repeat-x;
    background-image: url('../../Images/buttonBack.jpg');
    padding: 5px; font-weight:bold;
}

#menu3
{
    position: absolute;
    right: 50px;
    top: 25px;
}

.msg_list {
margin: 0px;
padding: 0px;
width: 383px;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#FFCCCC;
margin:1px;
}
.msg_body {
padding: 5px 10px 15px;
background-color:#F4F4F8;
}
