@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../images/grb.png);
	background-repeat: repeat;
}
/* links */
a {
    text-decoration: none;
}
/* a:visited {
	text-decoration: none;
}*/
/* a:hover {
	text-decoration: underline;
}
*/
p {
	padding: 0px;
	margin: 0px;
}
.BigBlueLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #0033CC;
	background-position: left bottom;
	padding-right: 5px;
	text-indent: 0px;
}
.SmallBlueLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #0033CC;
	background-position: left bottom;
	padding-right: 5px;
	text-indent: 0px;
}
.SmallLoginBlueLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #0033CC;
	background-position: left bottom;
	padding-right: 0px;
	text-indent: 0px;
}
.BigRedLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #FF0000;
	background-position: left bottom;
	padding-right: 5px;
	text-indent: 0px;
}
.SmallRedLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FF0000;
	background-position: left bottom;
	padding-right: 5px;
	text-indent: 0px;
}
.MainPage #container {
	width: 950px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	text-align: left;

}
.MainPage #header {
	padding: 0 10px 0 20px;
	background-image: url(../images/clublogo.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.MainPage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.MainPage #header_menu {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
}
.MainPage #header_navbar {
	background-color: #FBFCE2;
	text-indent: 0px;
	padding: 5px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: italic;
}
.MainPage #mainContent {
	position: relative;
	padding-right: 0px;
	padding-left: 5px;
	text-indent: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	top: 0px;
	bottom: 0px;
}
.MainPage #LeftAdminBox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: left;
	width: 650px;
	text-indent: 0px;
	background-image: url(../images/topnews_box_bg.png);
	background-repeat: repeat-x;
}
.MainPage #LeftAdminShortBox {
	float: left;
	width: 650px;
	text-indent: 0px;
	background-image: url(../images/topnews_box_bg.png);
	background-repeat: repeat-x;
}
.MainPage #LeftNewsBox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: left;
	width: 650px;
	text-indent: 0px;
}
.MainPage #TopNewsBox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: left;
	height: 300px;
	width: 550px;
	text-indent: 0px;
	background-image: url(../images/topnews_box_bg.png);
}
.MainPage #TopRightBox {
	width: 370px;
	float: right;
	text-indent: 4px;
	height: 300px;
}
.MainPage #ShortTopRightBox {
	width: 300px;
	float: right;
	text-indent: 4px;
	height: 300px;
}
.MainPage #PhonesRightBox {
	width: 250px;
	float: right;
	text-indent: 4px;
}
.MainPage #PhonesLeftBox {
	width: 680px;
	float: left;
	text-indent: 4px;
	background-image: url(../images/bar-grey.gif);
	background-repeat: repeat-x;
}
.MainPage #EmailsRightBox {
	width: 250px;
	float: right;
	text-indent: 4px;
}
.MainPage #EmailsLeftBox {
	width: 680px;
	float: left;
	text-indent: 4px;
	background-image: url(../images/bar-grey.gif);
	background-repeat: repeat-x;
}
.MainPage #footer {
	font-family: Tahoma;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	background-image: url(../images/footer-cards.gif);
	background-position: left center;
	background-repeat: repeat-x;
	height: 125px;
	background-color: #FFFFCC;
}
.MainPage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.MiniTopMenu {
	margin: 0;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 10px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	right: 0px;
	left: 0px;
	float: right;
}
.DateTopMenu {
	margin: 0;
	padding-top: 2px;
	padding-right: 0;
	width: 207px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	right: 0px;
	left: 0px;
	float: left;
	padding-left: 100px;
}
.RegisterTopMenu {
	margin: 0;
	padding-right: 5;
	width: 207px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	right: 0px;
	float: none;
	bottom: 0px;
	left: 100px;
	display: inline;
}

.HorizontalTopic {
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	text-indent: 0px;
	background-image: url(../images/hor_topic.png);
	background-repeat: repeat-x;
}
.FloatingRightAdminBox {
	width: 250px;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	background-repeat: repeat-x;
	float: right;
	left: auto;
	top: 335px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF9F9F;
	border-right-color: #FF9F9F;
	border-bottom-color: #FF9F9F;
	border-left-color: #FF9F9F;
}
.FloatingRightAdvBox {
	width: 250px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	background-repeat: repeat-x;
	float: right;
	left: auto;
	top: 335px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF9F9F;
	border-right-color: #FF9F9F;
	border-bottom-color: #FF9F9F;
	border-left-color: #FF9F9F;
}
.FloatingBox {
	width: 370px;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	background-repeat: repeat-x;
	float: right;
	left: auto;
	top: 335px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF9F9F;
	border-right-color: #FF9F9F;
	border-bottom-color: #FF9F9F;
	border-left-color: #FF9F9F;
}
.FBox2Title {
	color: #0033FF;
	background-image: url(../images/bar-yellow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.FBox2SubTitle {

}
.FBox2Images {
}
.FBox2UpRows {
}
.FBox2DownRows {
}
.FloatingBoxSmall {
	width: 370px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	background-repeat: repeat-x;
	float: right;
	left: 574px;
	top: 976px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF9F9F;
	border-right-color: #FF9F9F;
	border-bottom-color: #FF9F9F;
	border-left-color: #FF9F9F;
	position: absolute;
}
.TopicTopRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	text-indent: 0px;
	color: #0033CC;
	background-image: url(../images/bar-grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.TopicTopRowLinksBgr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FF0000;
	background-image: url(../images/bar-grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 5px;
}
.TopicTopRowLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FF0000;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 5px;
}
.TopicImg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	border: 1px none #999999;
	float: left;
	padding: 2px;
	height: 50px;
	width: 50px;
}
.AdvImg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	text-indent: 0px;
	padding-left: 0px;
	border: 1px none #FFFF66;
}

.MainNewsImg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	text-indent: 0px;
	height: 198px;
	width: 260px;
	border: 1px solid #666666;
	left: 0px;
}

.MainNewsLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	text-indent: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #990000;
	font-weight: bold;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	vertical-align: top;

}
.MainNewsIntLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
	text-indent: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #333333;
	font-weight: bold;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	vertical-align: top;
}
.MainNewsIntSmallLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	text-indent: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #333333;
	font-weight: bold;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	vertical-align: top;
}
.MainNewsIntOtherLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	text-indent: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #333333;
	font-weight: bold;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	vertical-align: top;
}
.MainNewsShortText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-indent: 0px;
	float: left;
	border: 1px none #666666;
}

.MainNewsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 0px;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
}
.FirstNewsLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	text-indent: 5px;
	color: #0033FF;
	border: 1px none #FFFF66;
}
.FirstNewsShortText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 5px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
.FirstNewsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	text-indent: 0px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
}
.NewsLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	text-indent: 0px;
	color: #990000;
	border: 1px none #FFFF66;
}
.NewsShortText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
	float: left;
}
.NewsSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	text-indent: 0px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
}
.TopicNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: top;
	text-indent: 0px;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 160%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
  margin: 10px 15px;
  padding: 0 0 0 25px;  
  font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif; 
  color: #2361BA;
  border: 1px solid #E5F0FB;   
  background: #F4F8FD url(../images/quote.jpg) no-repeat 8px 6px;
}
.MainPage #header_menubar {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bar-red2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFCC33;
}
.MainPage #header_menubar ul {
	float: left;
	list-style: none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.MainPage #header_menubar ul li {
	display: inline;
}
.MainPage #header_menubar ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background: url(../images/sep.jpg) no-repeat 100% 100%;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.MainPage #header_menubar ul li a:hover {
	color: #000000;
	background-image: url(../images/bar-red2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.MainPage #header_menubar ul li#current a {
	color: #0066FF;
}
.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-right: 5px;
}
.post-footer {
	background: #F4F8FD;
	padding: 5px; margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB; 
	font-size: 95%;	
}
.post-footer .date {	padding-left: 0px; margin: 0 5px; }
.post-footer .comments { padding-left: 0px; margin: 0 5px; }
.post-footer .readmore { padding-left: 0px; margin: 0 5px; }
.post-by { font-size: .95em;	margin-top: 0;	}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
/* display and additional classes */
.clear { clear: both; }
.SimpleTableFirstRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #FF0000;
	background-image: url(../images/bar-milkwhite.gif);
	background-repeat: repeat-x;
}
.SimpleTableNormalRow {
	clear: both;
	border: 1px solid #FFFF33;
	background-color: #FFFFFF;
}
.SimpleTableRedRow { clear: both; }
.SimpleTableLinks { clear: both; }
.AdvSectionRightFirstRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px none #FF0000;
	background-image: url(../images/bar-blue.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.AdvSectionRightSecondRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px none #FF0000;
	background-image: url(../images/bar-red2.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.NewsHeadNewsTopRow {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.NewsHeadNewsTopRowDetails {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.NewsHeadNewsImg {
	padding-top: 5px;
}
.NewsHeadNewsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	padding-left: 8px;
	padding-top: 5px;
}
.NewsHeadNewsLink {
	font-size: 12px;
	color: #990000;
}
.NewsHeadNewsBottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.ListedNewsTopRow {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.ListedNewsDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.ListedNewsText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.ListedNewsLinks {
}
.NewsCatListingRow {
	background-color: #FFFFCC;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.NewsCatListingRow a:hover {
	font-size: 16px;
	color: #993300;
}
.NewsCatListingRowLinks {
	font-size: 16px;
	color: #000000;
}
.MiniTopicTopRow {
}
.MiniTopicTopRowText {
}
.MiniTopicTopRowLinks {
}
.ShowNewsHeader {
	background-image: url(../images/bar-milkwhite.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.ShowNewsTopRow {
	font-size: 18px;
	font-weight: bold;
}
.ShowNewsTopRowDetails {
	font-size: 12px;
	color: #666666;
}
.ShowNewsTopRowText {
	text-align: justify;
}
.ShowNewsBottomRowDetails {
	font-size: 14px;
	color: #666666;
}
.ShowNewsTopRowLinks {
}
.CommentsHeader {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.CommentsRightHeader {
	color: #FF0000;
	font-size: 14px;
	text-align: right;
	text-decoration: underline;
}
.CommentDetails {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.CommentAuthor {
	color: #990000;
	font-weight: bold;
}
.CommentText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
}
.CreateCommentText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
}
.JobTopics{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	font-style: italic;
	text-indent: 5px;
	list-style-type: square;
}
.JobContent{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.JobDetailsInfo{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.NewsEditionLeftBox {
	float: left;
	width: 650px;
	height: 800px;
}
.Members_listing_Header {
	background-color: #BF540D;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.Members_listing_Row{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #EEE0DD;
	font-weight: bold;
}
.Members_listing_IBN {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.Tournament_listingRow {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.Button_red {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #004000;
	background-repeat: repeat-x;
	border: 1px inset #000000;
}
.Button_yellow {
}
.livescores{
}
.odd_row{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	background-color: #CCCCCC;
}
.even_row{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0000CC;
	background-color: #FFFF99;
}
.odd_row_tiny{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
}
.even_row_tiny{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0000CC;
	background-color: #FFFF99;
}
.livescore_head{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/bar-blue.gif);
	background-repeat: repeat-x;
	border: 2px solid #FF0000;
}
.live_scheme{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFF99;
	border: 1px solid #000000;
}
.show_team_table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0033FF;
	background-color: #CCCC99;
	border: thin solid #666666;
}
.tour_sch_table{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFF99;
}
.sch_table_header{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC3300;
}
.show_match_labels{
	background-color: #FFFF99;
}
.show_match_teams{
	background-color: #FFFFFF;
	text-align: left;
}
.show_match_results{
	background-color: #FFFFFF;
}
.list_live_tournaments{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}
