/* ------------------------------------------------------

   AUTHOR           :  	Erwin Aligam
   WEBSITE          :   http://www.styleshout.com/
   TEMPLATE NAME    : 	Stylevantage - orange
   TEMPLATE CODE    : 	S-0001
   VERSION          :   1.1
   LAST DATE MOD    :   January 21, 2010

 --------------------------------------------------------- */

/* -------------------------------------------------------
   HTML ELEMENTS
---------------------------------------------------------- */

/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	margin: 0; padding: 0;
	font: 12px/160% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: url(/v2/assets/images/headerbg-blue.gif) repeat-x;
	color: #666666;	
	text-align: center;		
}

/* links */
a:link, a:visited {
	background: inherit;
	color: #3182C0;
    text-decoration: none;
}
a:hover {
	background: inherit;
	color: #72A545;
}

/* headers color: #555*/
h1, h2, h3 {
	font: bold 1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: maroon;
}
h1 { font-size: 1.0em; }
h2 { font-size: 0.8em; }
h3 { font-size: 0.6em; font-weight: bold; }

.realbig {
	font-size: 3.0 em;
	color: #555;
}
#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 10px 10px;
   	border-bottom: 1px solid #f2f2f2;
}

#admin-main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 10px 10px;
   	border-bottom: 1px solid #f2f2f2;	
}

#admin-main select {
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}
#admin-main h2 {
	padding: 5px 0 2px 2px;
	margin: 0 0 0px 0px;
   	border-bottom: 1px solid #f2f2f2;
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

#admin-main table,td,th {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width: 100%;
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}
#admin-main table {
	border: none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

#admin-main table caption {
	background-color: transparent;
	background-image: url(cap_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align:left;
	font-size:150%;
	text-transform:uppercase;
	line-height: 30px;
	letter-spacing:0px;	
}

#admin-main td, th{	
	vertical-align:top;
	font-weight:normal;	
}

#admin-main thead {
	border-left:1px solid #2293FF;	
}

#admin-main thead th {
	background: #2293FF;
	color: #FFFFFF;
	font-size: 105%;
	border-top:1px solid #2293FF;
	border-right:1px solid #2293FF;
	padding: 4px 0.4em 4px 0.4em;	
}

#admin-main tfoot td, tfoot th {
	border-top:1px solid #2293FF;
	border-right: none;
	font-weight: bolder;
	font-size: 100%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

#admin-main tbody td, tbody th {
	background-color: #D9ECFF;
	border-right:1px solid #2293FF;
	font-size: 12px;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

#admin-main tbody tr.odd th, tbody tr.odd td{
	background-color: #BDDFFF;
}

#admin-main tbody th{	
	font-weight: bold;	
	border-left:1px solid #2293FF
}

#admin-main table a:link, table a:visited, table a:active {	
	color:#444F66;
	background-color: transparent;
	text-decoration: underline;
}

#admin-main table a:hover {
	text-decoration:none;
	background-color: #1E90FF;
	color: #FFFFFF;
}

#sidebar h1 {
	padding: 10px 0px 5px 5px;
	margin: 0 0 5px 0;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #3182C0;
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

img.dashed-red-border {
	background: #FAFAFA;
    border: 1px dashed #FF0000;
	padding: 8px;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 15px 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #3182C0;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 5px 5px 5px 32px;
  	background: #FAFAFA url(../assets/images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 4px;
	border:1px solid #000;
	font-size: 1em;
	color:#777;
}
textarea {
	width:350px;
	padding:4px 5px;
	font-size: 1em;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 150px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
    padding: 2px 5px;
}

/* login form */
form.loginform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.loginform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.loginform input.button {
	width: 55px;
	vertical-align: top;
    padding: 2px 5px;
}

/* ----------------------------------
    Layout
------------------------------------- */
#wrap {
	margin: 0 auto;
    width: 900px;
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
    margin: 0; padding:0;
	width: 850px;	
}

/* header */
#header {
	position: relative;	
	height: 84px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	color: #CCC;
	text-transform: lowercase;	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0;
	left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 11px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:70px;
}
#header .todaysdate {
	position: absolute;
	top: 5px; right: 3px;
	padding: 2px 15px;
}

#header .searchform {
	position: absolute;
	top: 15px; right: 3px;
}

/* main column */
#main {
	float: left;
   	margin-left: 15px;
	padding: 10px 0 0 5px;
	width: 62%;	
	border-left: 1px solid #f2f2f2;
}

#main table.schedule {	
	
}

#main table.schedule a:visited {	
	color: #808080;
}

#main table.schedule a {
	color: #808080;
}

#main table.schedule a:hover {
	color: #808080;
}

#main table.schedule tr.footer a {
	color: #72A545;
}

#main table.schedule tr.footer a:visited {
	color: #72A545;
}
#main table.schedule tr.footer a:hover {
	color: #72A545;
}

div.matchlist {
	margin-left: 25px;
}

.important-big-font {
	font-size: 125%;
	border: 3px coral solid;
	width: 450px;
	padding: 15px;	
}

/* admin-main column */
#admin-main {
	float: left;
   	margin-left: 15px;
	padding: 10px 0 0 5px;
	width: 74%;	
	border-left: 1px solid #f2f2f2;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: .9em;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(/v2/assets/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/v2/assets/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/v2/assets/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 18%;
	margin: 0;	padding: 10px 0 0 0;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding: 0;
	text-decoration: none;
    font-size: .9em;
    border-top: 1px solid #EFF0F1;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	/* background: url(/v2/assets/images/arrow.gif) no-repeat 2px 9px; */
    background: url(/v2/assets/images/icon_ball.gif) no-repeat 2px 9px;
	padding: 3px 5px 3px 18px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 14%;
	padding: 10px 0 0 0;
    margin: 0px;
}

#rightbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding: 0;
	text-decoration: none;
    font-size: .9em;
    border-top: 1px solid #EFF0F1;
}
#rightbar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	/* background: url(/v2/assets/images/arrow.gif) no-repeat 2px 9px; */
    background: url(/v2/assets/images/icon_ball.gif) no-repeat 2px 9px;
	padding: 3px 5px 3px 18px;
}

#rightbar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

* html body #rightbar ul.sidemenu li { height: 1%; }


/* footer */
#footer {
	clear: both;
	background: #FFF url(/v2/assets/images/footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 80px;
    font-size: .9em;
}

#footer a { text-decoration: none; }

/* menu */
#menu {
	clear: both;
	padding: 0;
	margin: 0; 	
}
#menu ul {
	position: relative; 
	bottom: 4px;
	padding: 0;
	margin: 0; 	
	float: left;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 0.8px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;
	position: relative;
}
#menu ul li a {	
	 
	bottom: -4px;
	float: left;
	color: #808080;	
	padding: 5px 10px;
	text-decoration: none;
	background: white url(/v2/assets/images/menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}

/* sub-menu */
#sub-menu {
	clear: both;
	margin: 0; 
	padding: 0;
}
#sub-menu ul {
	position: relative; 
	bottom: 0px;
	margin: 0px; 
	padding: 0;	
	float: left;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 1px 0;	
	list-style: none;
	background-color: #3791D7;
	color: white;
}
#sub-menu ul li{
	display: inline;
	position: relative;
}
#sub-menu ul li a {	
	position: relative; 
	bottom: 0px;
	float: left;
	color: #FFFFFF;
	padding: 0px 2px;
	text-decoration: none;
	background: #3791D7 url(/v2/assets/images/menudivide.gif) repeat-y right top; 
	border-bottom: 1px solid #808080; 	
}
#sub-menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 1px solid #3791D7;
}
#sub-menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 1px solid #3791D7;
}


/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.blue   { color: #3791D7; }

.error { color: #CC0000; }
.check {
	font-family: Webdings;
	font-size: 20px;
}

.white-bg-table {
	background-color: #ffffff;
	width: 100%;
}
/* file uploadify classes */
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

/* dspInfo table */
#dspInfo {
	font-family : Arial, Sans-Serif;
	font-size: 12px;
	padding: 10px;
	margin: 1em; border: 1px solid #ccc;
}

#dspInfo th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
#dspInfo td {
	padding: 10px;
}

#dataListing {
	font-size: 12px;	
	border: 1px solid #4C3C1B;
	padding: 5px;
	width: 100%;
}

#dataListing th {
	font-size: 12px;	
	font-weight: bolder;
	background-color: #3182C0;
	color: #fff;
	padding: 5px;
}
#dataListing td {	
	padding: 3px;
	background-color: #F3F3F3;
	font-weight: normal; 
}

#dataListing tr td.odd {	
	padding: 3px;
	background-color: #ffffff;
}

#dataListing tr td.even {	
	padding: 3px;
	background-color: #F3F3F3; 
}

#dataListing h1 {
	font: bold 1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: maroon;
	line-height: normal;
	text-transform: uppercase;
	background-image: url(/v2/assets/images/icon_ball.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

#dataListing h2 {
	font: bold 0.9em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #555;
	line-height: normal;
	text-transform: uppercase;
}

#home_sch {
	background-image: url(/v2/assets/images/icon_ball.gif);
	background-repeat: no-repeat;
	background-position: left;	
	white-space: nowrap;
}
h1.with-icon {
	font: bold 1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: maroon;
	line-height: normal;
	text-transform: uppercase;
	background-image: url(/v2/assets/images/icon_ball.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

.msgbox {
	border: 2px #ccc solid;
	font-size: 105%;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	color: red;
}

.border-simple {
	border: 2px #ccc solid;
	font-size: 105%;
	padding: 5px;
	margin: 5px;
}

.hilite {
	border: 2px #ccc solid;
	font-size: 105%;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}

#adminPicsView {
	width: 100%;	
}

#adminPicsView li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-align: center;
	white-space: nowrap;
}

#pictures-display { 
width:400px; 
background:#EAF4F5; 
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:10px auto;
}

#pictures-display a { text-decoration:none; }

#pictures-display img { border: 2px solid #FFFFFF; }

#pictures-display .title {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

.pictures-display-jcarousellite { width:190px; }
.pictures-display-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; padding-right:5px; margin-bottom:5px; }
.pictures-display-jcarousellite .thumbnail { float:left; width:110px; }
.pictures-display-jcarousellite .info { float:right; width:190px; }
.pictures-display-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

#scorecard-view {
	width: 100%;
	padding: 5px;	
}

#scorecard-view thead th {
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	text-align: left;
}

#scorecard-view thead th.left {
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	text-align: left;
}

#scorecard-view thead th.right {
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	text-align: right;
}

#scorecard-view thead td {
	font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	text-align: left;
}

#scorecard-view tbody td.innTitle {	
	height:15px; 
	background-color: #F3F3F3; 
	border-bottom: 2px solid #3791D7;
}

#scorecard-view tbody td.innData {	
	height:15px; 
	background-color: #F3F3F3; 	
	font-weight: normal;
}

#scorecard-view tbody td.innRows {
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}

#matchreport p {
	font-size: 14px;
	text-align: justify;
}

#umpreport p {
	font-size: 14px;
	text-align: justify;
}

div.img
  {
  margin:2px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  padding: 5px;
  }
div.img img
  {
  display:inline;
  margin:3px;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
  
 .player-stats-box {
 	margin-left:1px;width:100%;padding:15px;border: 1px #555 solid;
 }
 
table.teamlists {
	margin-left:1px;width:100%;padding:15px;border: 1px #555 solid;	
}

table.teamlists thead tr {
	background-color: #D9ECFF;
		
}

table.teamlists thead tr th {
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	padding: 5px;
}

table.teamlists tbody tr td {
	padding: 2px;
}


#countdown_container {
	margin: 5px auto;
	color: #555;
}

#countdown_dashboard {
	height: 110px;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('/v2/assets/images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #555;
	margin-top:35px;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}
