﻿html{
	background-image:url(/imgs/homeBackground.png);
	background-repeat:repeat-x;
	font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
}
a{
	color:#2095bc;
}

#hd{
	position:relative;
	text-align:right;
}

#hd .headerContainer{
	border-bottom:1px solid #C8C8C8;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	float:right;
	padding:3px 10px;
	text-align:center;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background:-moz-linear-gradient(center top , #ffffff, #e5e5e5) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,center bottom,center top,from(#E5E5E5),to(#FFFFFF));
	background-color:#EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#E5E5E5');
	
}
#hd .headerLabel{
	font-size:13px;
	margin-left:8px;
	margin-right:8px;
}

#hd select{
	margin-left:10px;
	margin-right:10px;
}


#hd .separator
{
    border-left:1px solid #CCCCCC;
    display:inline-block;
    height:16px;
    margin-left:5px;
    margin-right:5px;
    vertical-align:middle;
    width:1px;
    
}

#hd .userNameIcon
{
    position:relative;
    top:2px;
    
}

#bd.masterBody
{
    min-height:1000px;
}

.searchBar
{
    margin-top:7px;
}
.searchBar .searchBoxContainer{
bottom:20px;
display:inline-block;
position:relative;
}

.searchBar .imgLogoContainer{
	display:inline-block;
}

.searchBar .searchBox{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	display:inline-block;
	height:32px;
	margin:8px;
	width:326px;
	background-image:url("/imgs/searchIcon.png");
	background-repeat:no-repeat;
	background-position:7px 7px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
}
.searchBar .searchBoxValue{
	border:medium none;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:30px;
	width:290px;
}
.searchBar .searchBoxButton{
	/*background-image:url("/imgs/searchButtonBackground.png");*/
	background-repeat:repeat-x;
	border:1px solid #C9D0D2;
	color:#518ACB;
	display:inline-block;
	font-size:18px;
	margin-left:10px;
	padding:4px 14px;
	position:relative;
	text-decoration:none;
	top:3px;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:-moz-linear-gradient(center top , #ffffff, #e5e5e5) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,center bottom,center top,from(#E5E5E5),to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#E5E5E5');
	background-color:#F5F5F5;
	left: 0px;
}

.searchBar .searchBoxButton:hover{
	border:1px solid #aaaaaa;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 6px #666666;
}



.footer{
	width:100%;
}
.footerPattern{
	background-image:url("/imgs/footerBubbles.png");
	width:100%;
	height:51px;
	
}

.footerBody{
	background-color:#dbf2f8;
	background-color:#DBF2F8;
	padding-bottom:40px;
	padding-top:60px;
	padding-left:250px;
	text-align:left;
}

.footerBody li{
	display: inline;
	margin-right:5px;
}

.footerBody ul{
	display: inline;
	margin-bottom:20px;
}

.footerBody .Copyright{
	margin-bottom:11px;
	margin-top:39px;
	color:#444444;
}

.footerBody .Version{
		color:#444444;
}

.pinky
{
    color:#ef317c;
}


/*BASIC TAGS*/

.contentItem ul li
{
    list-style:bullet;
    list-style-position:inside;
    list-style-type:disc;
}

.contentItem ol li
{
    list-style:bullet;
    list-style-position:inside;
    list-style-type:decimal;
}


.contentItem ol,.contentItem ul
{
    padding-left:10px;
    padding-top:10px;
}

.contentItem h1
{
    font-size:160%;
}
.contentItem h2
{
    font-size:140%;
}
.contentItem h3
{
    font-size:120%;
}
.contentItem h4
{
    font-size:115%;
}
.contentItem h5
{
    font-size:110%;
}
.contentItem strong
{
    font-weight:bold;
}

#feedbackButton {
    background-image:url("/imgs/feedbackButton.png");
    display:inline-block;
    height:109px;
    left:-6px;
    position:absolute;
    top:200px;
    width:32px;
}

#feedbackButton:hover
{
    left:0px;
}