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

body {
	background-color: #DCDCDC;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
td, th {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
td p {
	margin: 0px 0px 0px 0px;
}
input, textarea {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

/*-----------------------Match Report----------------------------*/
.bigscore{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
}
.smallText{
	font-size:10px;
}
/*---------------------End Match Report--------------------------*/
a.nav_first {
	display:block;
	background:#999 url(../images/btn_frst_d.gif) 1px 1px no-repeat;
	padding-left:20px;
	width:50px;
	height:18px;
	color:#FFF;
	text-decoration:none;
	line-height:18px;
	vertical-align:middle;
	font-size:10px;
	padding-top: 0px;
}
a.nav_first:hover {
	display:block;
	background:#333 url(../images/btn_frst.gif) 1px 1px no-repeat;
}
a.nav_next {
	display:block;
	background:#999 url(../images/btn_next_d.gif) 1px 1px no-repeat;
	padding-left:20px;
	width:50px;
	height:18px;
	color:#FFF;
	text-decoration:none;
	line-height:18px;
	vertical-align:middle;
	font-size:10px;
	padding-top: 0px;
}
a.nav_next:hover {
	display:block;
	background:#333 url(../images/btn_next.gif) 1px 1px no-repeat;
}
a.nav_prev {
	display:block;
	background:#999 url(../images/btn_prev_d.gif) 1px 1px no-repeat;
	padding-left:20px;
	width:50px;
	height:18px;
	color:#FFF;
	text-decoration:none;
	line-height:18px;
	vertical-align:middle;
	font-size:10px;
	padding-top: 0px;
}
a.nav_prev:hover {
	display:block;
	background:#333 url(../images/btn_prev.gif) 1px 1px no-repeat;
}
a.nav_last {
	display:block;
	background:#999 url(../images/btn_last_d.gif) 1px 1px no-repeat;
	padding-left:20px;
	width:50px;
	height:18px;
	color:#FFF;
	text-decoration:none;
	line-height:18px;
	vertical-align:middle;
	font-size:10px;
	padding-top: 0px;
}
a.nav_last:hover {
	display:block;
	background:#333 url(../images/btn_last.gif) 1px 1px no-repeat;
}
a.btn_edit {
	display:block;
	background:#999 url(../images/btn_edit.gif) 0px 0px no-repeat;
	padding-left:18px;
	width:30px;
	height:16px;
	color:#FFF;
	text-decoration:none;
	line-height:16px;
	vertical-align:middle;
	font-size:10px;
	padding-top: 0px;
}
a.btn_edit:hover {
	display:block;
	background:#333 url(../images/btn_edit_h.gif) 0px 0px no-repeat;
}
a.btn_del {
	display:block;
	background:#999 url(../images/btn_del.gif) 0px 0px no-repeat;
	padding-left:18px;
	width:30px;
	height:16px;
	color:#FFF;
	text-decoration:none;
	line-height:16px;
	vertical-align:middle;
	font-size:10px;
	padding-top: 2px;
}
a.btn_del:hover {
	display:block;
	background:#333 url(../images/btn_del_h.gif) 0px 0px no-repeat;
}
a.btn_mr {
	display:block;
	background:#999 url(../images/btn_edit.gif) 0px 0px no-repeat;
	padding-left:18px;
	/*width:30px;*/
	height:16px;
	color:#FFF;
	text-decoration:none;
	line-height:16px;
	vertical-align:middle;
	font-size:10px;
	padding-top: 2px;
	padding-right:8px;
}
a.btn_mr:hover {
	display:block;
	background:#333 url(../images/btn_edit_h.gif) 0px 0px no-repeat;
}
/*----------------Classes to color font-------------*/
.gray {
	color: #555555;
}
.red {
	color: #993300;
}
.brown {
	color: #993300
}
.white {
	color: #FFFFFF;
}
.ibsblue {
	color: #004085;
}
/*----------------Style for table used to layout lists or data------------*/
.grid {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 15px;
	/*width:100%;*/
}
.grid tr th {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px 6px 2px 6px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.grid tr td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}
.alternateRows {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	width:100%;
}
.alternateRows tr th {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 1px 6px 1px 6px;
	text-align : left;
	vertical-align: top;
}
.alternateRows tr td {
	border-left: 1px solid #ffffff;
	padding: 3px 6px 3px 6px;
	vertical-align: top;
}
.horizontalLine {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	width:100%;
}
.horizontalLine tr th {
	border-top: 1px solid #cccccc;
	padding: 1px 6px 1px 3px;
	text-align : left;
	vertical-align: top;
}
.horizontalLine tr td {
	border-top: 1px solid #cccccc;
	padding: 3px 8px 5px 3px;
	vertical-align: top;
}
.horizontalLineLight {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
	width:100%;
}
.horizontalLineLight tr th {
	border-top: 1px solid #e8e8e8;
	padding: 1px 6px 1px 3px;
	text-align : left;
	vertical-align: top;
}
.horizontalLineLight tr td {
	border-top: 1px solid #e8e8e8;
	padding: 3px 8px 5px 3px;
	vertical-align: top;
}
.invisible {
	margin-bottom: 15px;
	width:100%;
}
.invisible tr th {
	padding: 1px 6px 1px 6px;
	text-align : left;
	vertical-align: top;
}
.invisible tr td {
	padding: 3px 6px 3px 6px;
	vertical-align: top;
}
.tnone {
	border-top: none;
	border-right: none;
}
.tnone tr th {
	border-top: none;
	border-left: none;
	border-bottom: none;
	padding: 0px 2px 0px 2px;
	/*text-align: left;*/
	font-weight: normal;
	vertical-align: top;
}
.tnone tr td {
	border-top: none;
	border-left: none;
	border-bottom: none;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
}
/*----------------Backfound colors to be used in table, tr and td but also p, ol ul-------------*/
.bgBlack {
	background-color: #000000;
}
.bgGrayDa {
	background-color: #666666;
}
.bgGrayMe {
	background-color: #999999;
}
.bgGrayLi {
	background-color: #DDDDDD;
}
.bgGrayXli {
	background-color: #F5F5F5;
}
.bgBeige {
	background-color: #F0F0EB;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgYell {
	background-color: #F9EFBE;
}
.bgRed {
	background-color:  #C80000;
}
.bgBlueDa {
	background-color: #003399;
}
.bgBlue {
	background-color: #6699FF;
}
.bgGreen {
	background-color: #B7C74B;
}
/*--------------------------Main Table-------------------------*/
.tablemain {
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainmenu{
	background-color: #0B21FF;
	background-image: url(../images/mainmenubg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #0A1D7E;
}

form.searchForm {
	background: none;
	margin: 0px;
	padding: 0px;
}
form.searchForm td input {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #999;
	margin: 0px 2px 0px 2px;
	line-height: 80%;
}
form.userForm {
	background: none;
	margin: 0px;
	padding: 0px;
}
form.userForm td input {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #999;
	margin: 0px 2px 0px 2px;
	line-height: 80%;
}
.pathWay {
	background-image: url(../images/pathwaybg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.foot{
	background:url(../images/footerbg.jpg) repeat-x top left;
}
.copybar{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:10px;
}
.bImages{
	margin-bottom:10px;
}
.vCounter{
	width:196px;
	height:37px;
	vertical-align:middle;
	background:url(../images/b_counter.jpg) no-repeat top left;
	margin-bottom:10px;
}
.vCounterInner{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align:right;
	padding-right:8px;
}
.contentBox720{
	width:720px;
}
/*-----------------------lightbox--------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 11px "Trebuchet MS", Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*----------------Selectors for hierarchical list (OL) and unordered list (UL)-------------*/
ul {margin-left: 0px; margin-top: 0px; margin-bottom: 0px; padding-left: 0px;  list-style-type : none;}
li {margin-top :0px; margin-bottom :3px;}
.hierarchicalList ol.indent {margin-left:  20px; margin-bottom : 0px;}
ol {margin-left: 15px; margin-top: 0.4em; margin-bottom: 0.4em; padding-left: 0px; list-style-position: outside; }
ol.spaceTop li {margin-top : 1.6em;} 
ol.arhr li, ul.arhr li  {margin-top : 0px; margin-right :4px; padding: 0px 0px 0px 10px; background : url(/webcommon/r-images/arrowhr.gif) no-repeat;}
ol.arhr  {padding-top: 2px;} /*Spacing for the first element of the list*/

/*----------------selectors for composing bullet list in the TEXT area (valid also for LIST area)-------------*/

ul.square, ul.disc, ul.circle, ul.nu  {margin-bottom:  1.3em;}
ul.square li  {list-style: square; list-style-position: outside; margin-bottom:  0.4em; margin-left : 15px;}
ul.disc li  {list-style: disc; list-style-position: outside; margin-bottom:  0.4em; margin-left : 15px;}
ul.circle li  {list-style: circle; list-style-position: outside; margin-bottom:  0.4em; margin-left : 15px;}
ul.nu li  {list-style : decimal; list-style-position : inside; margin-bottom:  0.4em; margin-left: 0px;}


/*----------------selctors to specify different type of unordered list (UL) and title for grouping-------------*/
ul.indent, ol.indent {margin-left: 20px; margin-bottom:  1.6em;}
ul.noIndent  {margin-left: 0px; margin-bottom:  1.6em;}
ul.space li  {margin-bottom: 1em;}
ul.noSpace li  {margin-bottom: 3px;}
ul.noSpaceLine li  {margin-bottom: 5px; padding-bottom : 5px; border-bottom: 1px solid #cccccc;}
ul.floatImage li  {overflow:hidden; width:100%;}
ul.noSpaceLine li  {margin-bottom: 5px; padding-bottom : 5px; border-bottom: 1px solid #cccccc;}

.hierarchicalList ul {margin-bottom : 0px;}

.sectionMenu ul, .quickLinks ul, .relatedLinks ul {margin-bottom:  1.2em;}

.newsBox ul {margin-bottom:  5px;}

/*----------------Classes to design horizontal lines to be used within <p> <ul> <ol>-------------*/
.lineMenuLeft {border-bottom: 1px solid #bbbbbb; padding-bottom: 4px; margin-bottom: 3px;}
.lineBottom {border-bottom: 1px solid #cccccc;	margin-bottom : 6px; padding-bottom : 3px;}
.lineTop {border-top: 1px solid #cccccc; margin-top : 5px; padding-top: 5px;}
.lineBottomGray {border-bottom: 3px solid #cccccc; padding-bottom: 3px;}
.lineTopGray {border-top: 3px solid #cccccc; margin-bottom: 8px; padding-top: 2px; margin-top: 3px;}
.line {border-top: 1px solid #cccccc; padding-top : 2px; margin-bottom: 5px; margin-top: 2em;}


/*----------------Classes for aligning contents used within <p> <ul> <ol> -------------*/
.center {text-align : center;}
.right {text-align : right;}

/*----------------selctors to align object on left and right, used for images and text-------------*/
.floatLeft {float : left;	margin : 0px 6px 0px 0px;}
.floatRight {float : right;	margin : 0px 0px 0px 6px;}
.newLine {clear: all;}
img {border : none;}
.borderBox {border: 1px solid #cccccc;}

/*-------------------dropdown-----------------------*/
#nav li {
  border-right: 1px solid #0A1D7E;
  float: left;
  margin: 0;
  padding: 0;
  width: 8em;
  position: relative;
}
#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
	font: 11px "Trebuchet MS", Helvetica, sans-serif;
	/*background-color: #3467A0;*/
	color: #ffffff;
	display: block;
	text-decoration: none;
	height:1.5em;
	vertical-align:middle;
	padding: 4px 6px 4px 6px;/**/
}

#nav li a:hover {
  background: #0A1D7E;
  color: #FFF;	

}

#nav li:hover a, 
#nav li.sfHover a {
  background: #0A1D7E;
  color: #FFF;
}
#nav li:hover ul a, 
#nav li.sfHover ul a {
  background-color: #0B21FF;
  color: #FFF;	
}
#nav li:hover ul a:hover, 
#nav li.sfHover ul a:hover {
  background: #0A1D7E;
  color: #FFF;	
}

#nav ul {
  background-color: #0B21FF;
  color: #FFF;
  /*border-bottom: 1px solid #0A1D7E;
  font-size: 0.9em;*/
  list-style: none;
  position: absolute;
  top: -999em;
  left: -1px;
  z-index: 100;
}

#nav ul li {float: none; border: 0;}

#nav li:hover ul,
#nav li.sfHover ul {
  top: 25px;
}

* html #nav li:hover ul,
* html #nav li.sfHover ul {
  top: 29px;
}


#nav ul li a {
  border: 1px solid #0A1D7E;
  /*border-bottom: 0;*/
  border-top: 0;
  width: 105px;
  display: block;
  white-space: nowrap;
}

* html #nav ul li a {width: 115px;} 


#nav ul li a:hover {
  background-color: #0A1D7E;
  color: #FFF;
}
/*-------------------end dropdown-----------------------*/