@charset "UTF-8";
/* CSS Document */


body{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #164870;
	margin: 0px;
	padding: 0px;
}

#alertMessageContainer{
	display: none;
	height: 0px;
	text-align: center;
	overflow: hidden;
	background-color: yellow;
	padding: 0px;
	background-image: url(../images/alertMessageBackground.png) ;
	background-repeat: repeat-x;
}
#alertMessageContainer p{
	font-size: 12px;
	color: #78797a;
}
#alertMessageContainer a{
	color: #78797a;
	font-weight: normal;
	text-decoration: underline;
}

div#pageWrapper{
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

div#header{
	color: white;
	padding: 0px;
	height: 70px;
}
div#header div#content{
	width: 960px;
	margin: 0px auto;
}
div#header div#content a{
	color: white;
}

div#navBarWrapper{
	width: 975px;
	margin: 0px auto;
}
div#navBar{
	color: white;
	padding: 0px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width: 974px;
	margin: 0px auto;
	height: 30px;
	background-image: url(images/navbar_24.png);
	float: left;
}
div#navBarContent{
	margin-top: 6px;
}
div#navBar a{
	color: white;
	text-decoration: none;
	margin: 0px 2px;
}
div#navBar a:hover{
	text-decoration: underline;
}
td{
	padding: 0px;
}
div#pageFullWidth{
	margin: 0px;
	width: 100%;
}
div#page{
	margin: 0px auto;
	width: 960px;
	padding: 12px 0px 0px 0px;
}
div#banner{
	width: 960px;
	margin: 0px auto;
	background-color: #e4e3d4;
	padding: 0px;
}

div#pageContent{
}

div#pageContent h1{
	
}
div#pageContent h2{
	color:#666666;
	font-size:160%;
	font-weight:bold;
	margin:0;
	padding:0 0 10px;
}
div#pageContent h3{
	color:#2E7FCB;
	font-size:130%;
	margin:0;
	padding:0 0 3px;
}
div#pageContent h4{
	color:#2E7FCB;
	margin:0;
	padding:0;
}
a{
	font-weight: bold;
	color: #3E70A0;
}
aa:hover{
		color: black;

}
img{
	border: none;
}
div.textLabel{
	font-weight: bold;
}

div#contentBoxes{
	margin: 12px 0px 5px 0px;
}
div.contentBoxSpacer{
	float: left;
	width: 12px;
	height: 125px;
	margin: 0px;
	padding: 0px;
}
div.contentBox{
	float: left;
	overflow: none;
	width: 960px;
	max-width: 960px;
	height:auto;
	margin: 0px;
	padding: 0px;
	background-color: white;
}
div.contentBoxContent{
	height: auto;
	padding: 10px 10px;
}
div.contentBox h1{
	font-size: 14px;
	font-weight: bold;
	color: #235480;
	border-bottom: 1px solid #CBD8E0;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
div.contentBox p{
	color: #555555;
	margin: 10px;
}

div.activeSideLink{
	background-color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 8px 5px;
}
a.sideLink{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #2E7FCB;
	background-color: white;
	padding: 8px 5px;
	font-size: 14px;
}
a.sideLink:hover{
	background-color: #EAEAEA;
}

div#footerBlocks{
	margin: 10px auto;
	padding: 0px;
	width: 960px;
}

div#footer{
	margin: 10px auto;
	padding: 0px;
	font-size: 10px;
	width: 960px;
	color: white;
}
div#footer a{
	color: white;
	text-decoration: none;
	font-weight: normal;
}
div#footer a:hover{
	text-decoration: underline;
}
div.footerBlock{
	margin: 0px;
	border-top: 1px solid #D0D8F3;
}


/* BRUTON BUTTON *****************************/


.button {
   color: white;
   font-family: Arial, Helvetica, Sans-Serif;
   font-weight:bold;
   text-decoration: none;
   vertical-align: middle;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;	
	float: left;  
	margin-top:4px;
	text-align:center;
   }

.buttonnotfixed {
   color: white;
   font-family: Arial, Helvetica, Sans-Serif;
   font-weight:bold;
   text-decoration: none;
   vertical-align: middle;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   }

.orange {
   color: white;
	bborder-top: 1px solid #f58926;
	background: #f58926;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbd367), to(#f58926));
	background: -moz-linear-gradient(top, #fbd367, #f58926);
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#fffbd367',EndColorStr='#fff58926');
}
.orange:hover {
   color: white;
   bborder-top-color: #f58926;
   background: #f58926;
   	background: -webkit-gradient(linear, left top, left bottom, from(#ffe292), to(#f58926));
	background: -moz-linear-gradient(top, #ffe292, #f58926);
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffe292',EndColorStr='#fff58926');
   }
.orange:active {
   color: white;
  bborder-bottom-color: #f58926;
   background: #5e9ed8;
   	background: -webkit-gradient(linear, left top, left bottom, from(#f58926), to(#f8b34b));
	background: -moz-linear-gradient(top, #f58926, #f8b34b);
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#fff58926',EndColorStr='#fff8b34b');
   }
   
   

.blue {
   color: white;
	bborder-top: 1px solid #194c75;
	background: #194c75;
	background: -webkit-gradient(linear, left top, left bottom, from(#4883b8), to(#194c75));
	background: -moz-linear-gradient(top, #4883b8, #194c75);
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff4883b8',EndColorStr='#ff194c75');
}
.blue:hover {
   color: white;
   bborder-top-color: #1c5079;
   background: #1c5079;
   	background: -webkit-gradient(linear, left top, left bottom, from(#5e9ed8), to(#1c5079));
	background: -moz-linear-gradient(top, #5e9ed8, #1c5079);
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff5e9ed8',EndColorStr='#ff1c5079');
   }
.blue:active {
   color: white;
	bborder-bottom-color: #194c75;
	background: #1b435e;
	background: -webkit-gradient(linear, left top, left bottom, from(#194c75), to(#6ba5d3));
	background: -moz-linear-gradient(top, #194c75, #6ba5d3);
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff194c75',EndColorStr='#ff6ba5d3');
   }
   
   

.gray {
   color: gray;
	 border:1px solid #d0d0d0;
     bborder-top: 1px solid #194c75;
	background: #194c75;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e0e0e0));
	background: -moz-linear-gradient(top, #f5f5f5, #e0e0e0);
    filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#fff5f5f5',EndColorStr='#ffe0e0e0');
}
.gray:hover {
	 border:1px solid #d0d0d0;
   color: gray;
   bborder-top-color: #1c5079;
   background: #1c5079;
   	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d0d0d0));
	background: -moz-linear-gradient(top, #f0f0f0, #d0d0d0);
    filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#fff0f0f0',EndColorStr='#ffd0d0d0');
   }
.gray:active {
	 border:1px solid #d0d0d0;
   color: gray;
	bborder-bottom-color: #194c75;
	background: #1b435e;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#f5f5f5));
	background: -moz-linear-gradient(top, #d5d5d5, #f5f5f5);
    filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffd5d5d5',EndColorStr='#fff5f5f5');
      }
   
   
   
.large {
	padding: 10px 20px;
	font-size: 17px;
	height: 23px;
}

.medium {
	padding: 6px 12px;
	font-size: 14px;
	height: 20px;
}

.small {
	padding: 4px 8px;
	font-size: 11px;
	height: 17px;
}
	
     
