body {
	margin-top: 2px;
	margin-bottom: 5px;
}
.details{
font-size:12px;
color:black;
padding-left:5px;
font-family:Arial;
}

.errorMessage{
font-size:14px;
color:red;
padding-left:5px;
font-family:Arial;
font-weight:bold;
}

.topHeaderText{
font-size:10px;
color:#1560A4;
font-family:Tahoma;
font-weight:bold;
padding: 0px 5px;
}

.headings{
font-size:14px;
font-weight:bold;
color:black;
padding:5px;
font-family:Arial;
}

.headings1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #105892;
	font-size: 20px;
}
.newsText,.newsText a {
	font-size: 11px;
	color: #0F5891;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.newsText a:hover{
	text-decoration: underline;
}

.greyText {
	font-size: 10px;
	color: #757575;
	font-family: Verdana, Times, serif;
	font-weight: normal;
	text-decoration: none;
}
.greyText:hover {
	text-decoration: underline;
}

.HomeLinks{
	color: #105892;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.forums{
font-size:12px;
font-weight:bold;
color:white;
text-decoration:none;
font-family:Verdana;
}

.forums:hover{
text-decoration:underline;
}

.forums_msg{
font-size:12px;
text-decoration:none;
font-family:Verdana;
line-height:1.5;
}

.linesDots {
	background-image: url(images/lineDots.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 9px;
}
.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #105892;
	text-decoration: none;
}
.style7 {
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}
.headings2 {
	font-size: 12px;
	font-weight: bold;
	color: #105892;
	font-family: Verdana,Times New Roman, Times, serif;
	text-transform: capitalize;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.line {
	text-decoration: none;
	background-image: url(images/1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.line2 {
	text-decoration: none;
	background-image: url(images/2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.style11 {
	font-size: 12px;
	color: #999999;
}
.style14 {
	color: #105892;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #105892;
	text-decoration: none;
}
#menu, #menu ul {margin: 0;
                 padding-right: 5px;
                 list-style: none;}

#menu li {padding: 0 0px;
          margin: 0;
          }

#menu a {
	background:#1560A4;
	display:block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding:2px;
	height:14px;
		 }

#menu a:hover {
		background:#7cb8ef;
		color:black;
		text-decoration:none;
}

.scoretext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0F5891;
	text-decoration: none;
	font-weight: bold;
}
.style15 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.caption{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
padding:1px;
}

.captionuploader{
color:#555555;
font-family:Tahoma;
font-size:11px;
padding:1px;
}

.captiondetails{
color:#555555;
font-family:Tahoma;
font-size:10px;
padding:1px;
}

.captiondetailsonpage{
color:black;
font-family:Tahoma;
font-size:11px;
padding:5px;
}

.comments{
color:black;
font-family:Tahoma;
font-size:11px;
padding:3px;
}

.commentator{
color:black;
font-family:Tahoma;
font-size:11px;
padding:3px;
font-weight:bold;
}

.photosharenav{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
padding:0px 10px;
text-decoration:none;
}

.photosharenav:hover{
text-decoration:underline;
}
.mainpagetableheader{
font-family:Arial;
font-size:12px;
font-weight:bold;
color:white;
padding:2px;
}
.mainpagetableheader:hover{
text-decoration:underline;
}
.mainpagetabledetails{
font-family:Verdana;
font-size:11px;
padding:2px;
}

/* CHROME MENU */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromemenu/chrometheme/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
font:bold 12px Tahoma;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #1560A4; /*THEME CHANGE HERE*/
color:white;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}