﻿body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, p, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote, legend {margin:0; padding:0; border:0;}

.arial{font-family: Arial, Helvetica, sans-serif;}
.verdana{font-family: Verdana, Arial, Helvetica, sans-serif;}
.tahoma{font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;}

/* Font Sizes */

.ten {font-size: 11px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.seventeen {font-size: 17px;}
.eighteen {font-size: 18px;}
.nineteen {font-size: 19px;}
.twenty {font-size: 20px;}
.twentyone {font-size: 21px;}
.twentytwo {font-size: 22px;}
.twentythree {font-size: 23px;}
.twentyfour {font-size: 24px;}
.twentyfive {font-size: 25px;}

/* Font Colours */

.darkgray {color: #514E4A;}
.magenta {color: #C637B3;}
.purple {color: #4847AD;}
.white {color: #FFFFFF;}
.black {color: #0c4c94;}
.gray {color: #6D6D6D;}
.grayishblue {color: #316EA8;}
.lightgray {color: #CCCCCC;}
.red {color: #FF0000;}
.orange {color: #FF6600;}
.yellow {color: #FFFF00;}
.green {color: #2D9C35;}
.sharp_blue {color: #287ED3;}
.blue {color: #004C93;}
.darkblue {color: #00115B;}


/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.n2n {text-decoration: none;}
.n2n:hover {text-decoration: none;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.gray2red {color: #6D6D6D; text-decoration: none;}
.gray2red:hover {color: #E70000;}

.gray2orange {color: #6D6D6D; text-decoration: none;}
.gray2orange:hover {color: #FF6600;}

.gray2blue {color: #6D6D6D; text-decoration: none;}
.gray2blue:hover {color: #3082D4;}

.grayishblue2darkblue {color: #316EA8; text-decoration: none;}
.grayishblue2darkblue:hover {color: #00115B;}

.white2black {color: #FFFFFF; text-decoration: none;}
.white2black:hover {color: #0c4c94;}

.white2yellow {color: #FFFFFF; text-decoration: none;}
.white2yellow:hover {color: #FFFF00;}

.red2black {text-decoration: none;color: #CC0000;}
.red2black:hover {text-decoration: none;color: #0c4c94;}

.black2blue {text-decoration: none;color: #0c4c94;}
.black2blue:hover {text-decoration: none;color: #43b5e6;}

.blue2black {text-decoration: none;color: #43b5e6;}
.blue2black:hover {text-decoration: none;color: #0c4c94;}

.blue2sharpblue {text-decoration: none;color: #0c4c94;font-weight: bold;}
.blue2sharpblue:hover {text-decoration: none;color: #43b5e6;font-weight: bold;}

.sharpblue2black {text-decoration: none;color: #43b5e6;}
.sharpblue2black:hover {text-decoration: none;color: #0c4c94;}

.black2red {text-decoration: none;color: #0c4c94;}
.black2red:hover {text-decoration: none;color: #CC0000;}

.sharpblue2red {text-decoration: none;color: #0073D4;}
.sharpblue2red:hover {text-decoration: none;color: #FF0000;}


.combo_box{
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	height: 20px;
}

.cur{
cursor: pointer;cursor:hand;
}

.border1{
	border: 1px solid #B8BDCD;
}

.border2{
	border: 2px solid #D8DBE4;
}

.border3{
	border: 1px solid #67A6DA;
}

.border4{
	border: 1px solid #FFFFFF;
}


.border_right_line{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D8DBE4;
}

.border_left_line{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D8DBE4;
}

.search{
	background-image: url(../../images/icon_magnify.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #789EC1;
	height: 15px;

}



.top_links{
	color: #004C93;
	text-decoration: none;
	display: block;
	background: transparent;
	float: center;
	margin: 0;
	white-space: nowrap;
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A9AFB1;
}
.top_links:hover{
	color: #0c4c94;
	background-image: url(images/selected_link.gif);
	border: 1px solid #A9AFB1;
}


/*In admin change top_links to top_links_admin*/
.top_links_admin {
	color: #5A5C5B;
	display: block;
	float: center;
	line-height: 31px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(/CompareSports-AdminPanel/images/yellow_bar.gif);
	text-decoration: none;
}
.top_links_admin:hover {
	color: #402F1A;
	background-image: url(/CompareSports-AdminPanel/mages/orange_bar.gif);

}
/*End Change*/


.border{
	border: 1px solid #CCCCCC;
}


.top_line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B8BDCD;
}
.bot_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8BDCD;
}
.left_line{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B8BDCD;
}
.right_line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8BDCD;
}

.gray_line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.txt_box {
	width: auto;
	border: 1px solid #aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/*In admin change txt_box to txt_box_admin*/
.txt_box_admin{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 16px;
	border: 1px solid #928C75;
}
/*End Change*/


.img_border{
	border: 1px solid #CCCCCC;
	padding:5px;
}
.img_border:hover{
	border: 1px solid #89B1CF;
	padding:5px;
}


/*In admin change img_border to img_border_admin*/
.img_border_admin{
	border: 1px solid #CCCCCC;
	filter: Alpha(Opacity=65);
}

.img_border_admin:hover{
	border: 1px solid #FF9551;
	filter: Alpha(Opacity=100);
}
/*End Change*/


input.buttonSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/images/search_btn.gif);
	border: medium none;
	width:57px;
	height:20px;
	cursor: hand;
}



.paging{
	color: #0073D4;
	text-decoration: none;
	display: block;
	background: transparent;
	float: center;
	margin: 0;
	white-space: nowrap;
	line-height: 20px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}

.paging:hover{
	color: #00115B;
	text-decoration: none;
	display: block;
	background: #f7f7f7;
	float: center;
	margin: 0;
	white-space: nowrap;
	line-height: 20px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}



.left_line2{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.right_line2{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


.footer_bg {
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;
}

.image{
	filter: Alpha(Opacity=65);
}

.image:hover{
	filter: Alpha(Opacity=100);
}


.btns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
}

.image2_border {
	border: 1px solid #CCCCCC;
}
.image2_border:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #FF0000;
}

#container {
	margin: 0 auto;
}

#logo {
	float: left;
	margin-bottom: 18px;
}

#welcome {
	float: right;
	padding-top: 10px;
}

.center_main {
	border: 1px solid #CCCCCC;
	background-color: #F5F6FA;
	padding: 8px;
}
#center_main {
	border: 1px solid #CCCCCC;
	background-color: #F5F6FA;
	padding: 8px;
}

.clear {clear: both;}

.links_gray2blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A6A6A;
	text-decoration: none;
}
.links_gray2blue:hover {
	color: #0c4c94;
}

.float_left {float:left}
.float_right {float:right}


#bottom_tab {
	background-color: #2C7AB6;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 10px;
	margin: 0px;
	text-align: center;
}


.category_tab {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #e0e0e0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8bdcd;
	width: auto;
	height: 20px;
	padding-top: 5px;
	padding-left: 6px;
}

#col1_login {
	width: 47%;
	float: left;
}

#col2_login {
	width: 66%;
	float: right;
}

.width_thirty {
	width: 30%;
}


.field_box {
	padding: 3px;
	width: 280px;
}

#col1 {
	width: 49.3%;
	float: left;
}

#col2 {
	width: 49.3%;
	float: right;
}


#nav {
	background-color: #64a0cd;
	float: left;
	height: 30px;
	width: 24%;
}

.blue_tab {
	background-color: #43b5e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.content_box {
	padding: 3px;
	border: 1px solid #dadada;
	background-color: #FFFFFF;
}


.box_lightgray {
	width:23%;
	margin: 10px;
	background-color:#F0F0F0;
	border:  #CCCCCC 1px solid
}

#box_lightgray2 {
	width:98.2%;
	margin: 10px;
	background-color:#F0F0F0;
	border:  #CCCCCC 1px solid
}


.bg_blk {background-color:#000000;}


#nav2 {
	margin-right: 4px;
	float: left;
}

#navigation {
	margin-right: 4px;
	float: left;
	white-space: nowrap;
	display: block;
	width: 169px;
	height:auto;
}
._navigation:hover {
	color: #ffff00;
}

.block {
	text-decoration: none;
	text-align:center;
	display: block;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-image: url(../../images/tab1-up.jpg);
	margin: 0;
	white-space: nowrap;
	width: 169px;
	height: 22px;
	color: #ffffff;
}
.block:hover {
	color: #ffff00;
}

.blockactive {
	text-decoration: none;
	text-align:center;
	display: block;
	padding-top: 8px;
	background-repeat: no-repeat;
	
	background-image: url(../../images/tab1-over.jpg);
	float: center;
	margin: 0;
	white-space: nowrap;
	width: 169px;
	height: 22px;
	color: #ffffff;
}
.blockactive:hover {
	text-decoration: none;
	text-align:center;
	display: block;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-image: url(../../images/tab1-over.jpg);
	float: center;
	margin: 0;
	white-space: nowrap;
	width: 169px;
	height: 22px;
	color: #ffff00;
}

.cpanelContentTable
{
	background-color: #f1f1f1;
	border-width:1px;
	border-style:solid;
	border-color: #787160;
	font-size: 11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:Black;
}
.cpanelContentTableMouseOut
{
	background-color: #F6F5DD;
	border-width:1px;
	border-style:solid;
	border-color: #E75501;
	font-size: 11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:Black;
}
.cpanelContentTableAlternate
{
	background-color: #f7f7f7;
	border-width:1px;
	border-style:solid;
	border-color: #787160;
	font-size: 11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:Black;
}

.borderGrid{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image:"/images/footer_bg.gif";
}

.footer_bg1 {
	background-image: url(/images/footer_bg.gif);
	
}


.tableborder {
	background-color: #FFFFFF;
	height: 100px;
	width: 110px;
	border: 1px solid #dddddd;

}
.tableborder2 {
	background-color: #FFFFFF;
	height: 100px;
	width: 110px;
	border: 1px solid #FF826D;

}

.toptableborder1 {
	background-color: #F6F9FB;
	height: 55px;
	width: 52px;
	border: 1px solid #CCCCCC;

}
.toptableborder2 {
	background-color: #F6F9FB;
	height: 55px;
	width: 52px;
	border: 1px solid #84A4B5;

}


.paging2{
	color: #0073D4;
	text-decoration: none;
	display: block;
	background: transparent;
/*	float: center; */
	margin: 0;
/*	white-space: nowrap; */
	line-height: 20px;
	width:auto;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8BDCD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B8BDCD;
}

.paging2:hover{
	color: #00115B;
	background: #f7f7f7;

}
.top_line2{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}

.left_line3{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
}

.dot_line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #dadada;
}

.combo_box2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 110px;
	height: 19px;
}

.right_line3{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
}





