/*****GENERAL******/
* {
margin:0;
padding:0;
}

html, body {
	height:100%;
}

#wrapper {
	min-height:100%;
	min-width:940px;
	position:relative;
	background:transparent url(left.jpg) top left repeat-y;
}

#clock {
	padding-left: 10px !important;
	width: 200px !important;
	color: #fff;
	font-weight: normal;
}

#online {
	padding-left: 20px !important;
	color: #fff;
	font-weight: normal;
}

#mail {
	position:absolute;
	left:270px;
	top: 2px;
}

#messages {
	position:absolute;
	left:270px;
	top: 17px;
}

#challenge {
	position:absolute;
	left:270px;
	top: 32px;
}

#natchallenge {
	position:absolute;
	left:270px;
	top: 47px;
}

#mail a, #challenge a, #natchallenge a, #messages a
{
	color: #fff;
	atext-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	text-align:left;
	color: #333333;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2A4F6F;
	margin-top: 4px;
	margin-bottom: 6px;
}

h2 {
	font-size: 1em;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1em;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #2A4F6F;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/*****LAYOUT******/

/*****MIDDLE******/

#main { position:relative }

#content {
	margin:0 172px 0 138px;
	position:relative;
	padding: 8px 12px;
	padding-bottom:2em; /*allows for the footer*/
}

#contentlogin {
	margin:0 270px 0 138px;
	position:relative;
	padding: 8px 6px;
	padding-bottom:2em; /*allows for the footer*/
}

.noright{
	margin-right:0 !important;
}


/*****LEFT******/

#left {
	position:absolute;
	left:0;
	top: 75px;
	width:130px;
	padding: 16px 0 10px 4px;
	font-size:90%;
}

ul#localmenu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 8px;
}

#localmenu li {
	apadding:3px 2px 3px 2px;
	amargin-bottom: 8px;
	aborder-bottom: 1px solid #b9d2e3;
}

#left a {
	text-decoration: none;
	padding:4px 2px;
	display: block;
}

#left a:hover {
	background-color: #bbb;
}

#left table {
	margin-left: auto;
	margin-right: auto;
	/*this will only work in firefox - need to see an example of what you're trying to do*/
}

#left input {
	width: 100px;
}



/*****RIGHT******/

#right {
	position:absolute;
	top:0;
	right:6px;
	width:178px;
	padding-bottom:2em; /*allows for the footer*/
	font-size:.9em;
	text-align: center;
}

#loginright {
	position:absolute;
	top:0;
	right:6px;
	width:270px;
	padding-bottom:2em; /*allows for the footer*/
	font-size:.9em;
	text-align: center;
}

#right .panel, #loginright .panel {
	margin-top:10px;
	background-color: #feffcc;
	padding:6px;
	border:1px solid #e8e9a0;
}
#right .training {
	text-align: left;
}
#right .errorpanel{
	margin-top:12px;
	background-color: orange;
	padding:6px;
	border:1px solid #e8e9a0;
}

#right h3, #loginright h3 {
	color:black;
	abackground-color:#e8e9a0;
	amargin:-6px -12px 3px -6px;
	apadding:4px 6px;
	padding-bottom: 4px;
	font-size:1em;
	text-align: center;
}

#right ul {
	list-style: none;
	margin-right: 5px;
	padding-right: 0;
	margin-bottom: 8px;
	margin-top: 0px;
}

#right li {
	margin-bottom: 2px;
}

#right a {
	text-decoration: none;
	padding:4px 2px;
}

#right a:hover {
	text-decoration: underline;
}

#right textarea {
	width: 155px;
}

#right input {
	width: 155px;
}

#right input.agent {
	width: 65px;
}

.inputCharsLeft {
	width: 115px !important;
	float: right;
}

.charsLeft {
	float: left;
	awidth: 2em;
	awidth: 20px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: right;
	border:1px solid #e8e9a0;
	padding: 2px 4px 2px 4px;
}

.charsLeftAlt {
	border:1px solid #336699;
}

#right select {
	width: 155px;
}

/*****CENTRE PAGE COMPONENTS******/
table.wide {
	width:99%;
}
table.standard {
	width: 600px;
}

table.narrow {
	width: 300px;
}

table.listing, table.scorecard
{
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse;
	border-color: #DCDCDC;
	border-style: solid;
	font-size:.9em;
}

table.listing td, table.scorecard td,table.listing th,table.scorecard th {
	border-color: #DCDCDC;
	border-style: solid;
	padding: 4px;
	border-width: 0px 0px 0 0;
}

table.listing th {
	font-weight: normal;
}

table.scorecard td {
	text-align: right;
}


table.scorecard th {
	text-align: center;
}


.centered { text-align: center !important; }

table.formdatanopadding {
	font-size:.9em;
}

table.formdata th {
	font-weight: normal;
	font-size:.9em;
}

table.formdata td {
	padding: 2px;
	padding-right: 15px;
	font-size:.9em;
}

table.transfersummary th {
	padding-left: 5px;
}
table.transfersummary td {
	text-align: right;
	padding-right: 10px;
}


input, select {
	font-size: 1em;
}
/** firefox select widths arent wide enough unless we specify padding for options **/
option {
	padding: 0 .2em;
}

/** if we use a smaller font-size for textareas firefox causes the font size to be REALLY small **/
textarea {
	font-size: 12px;
}

.welcome{
	margin:10px;
	background-color: #feffcc;
	padding:6px;
	border:1px solid #e8e9a0;
}

.newsdate {
	color: #ff4e00;
	font-weight: bold;
	padding-right: 0.5em;
	font-size: 1.1em;
}

.newsheader {
	font-weight: bold;
	font-size: 1.1em;
}

.newsbody {
	display: block;
	margin: 5px;
	margin-bottom: 20px;
}

.right1 {
	width: 20px;
	text-align: right;
}
.right2 {
	width: 60px;
	text-align: right;
}

.left4 {
	width: 80px;
	text-align: left;
}
.left7 {
	width: 180px;
	text-align: left;
}

.centre3 {
	width: 65px;
	text-align: center;
}
.centre4 {
	width: 80px;
	text-align: center;
}

.orders {
	width: 120px;
}

.players {
	width: 200px;
}

.date {
	width: 65px;
	text-align: center;
}

.datetime {
	width: 100px;
	text-align: center;
}

.centred {
	text-align: center;
}

.left {
	text-align: left !important;
}


.right{
	text-align:right !important;
}

.centre{
	text-align:center !important;
}

.label {
	padding-right: 1em;
}

.four {
	color: blue;
}
.six {
	color: blue;
}
.out {
	color: red;
}
.oversummary {
	font-weight: bold;
	background-color:#eee;
}
.matchintro {
	font-weight: bold;
	vertical-align: middle;
	background-color:#eee;
}
.drinksbreak {
	font-weight: bold;
	vertical-align: middle;
	background-color:#eee;
}

.matchsummary {
	font-weight: bold;
	vertical-align: middle;
}
.milestone {
	color: green;
	vertical-align: middle;
}

.tired {
	color: gray;
	vertical-align: middle;
}

.skillup {
	color: green;
	font-weight: bold !important;
	text-decoration: underline;
}
.skilldown {
	color: red;
	font-weight: bold !important;
	border-bottom:dotted 1px red;
}

/* header */

#header {
	background:#336699;
	color: white;
	font-weight:bold;
	height:65px;
	padding-left:6px;
	position:relative;
}

#header h1
{
	position: absolute;
	top: 2px;
	font-size: 2.0em;
	letter-spacing: -0.02em;
	padding-left:0.02em;
}

#header h1 a, h2 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	top: 35px;
	left: 8px;
	color: #E0E8EF;
	font-size: 0.8em;
}


/* menu */

#menu
{
	background:#F7941D;
	position: relative;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	aborder-top: 1px solid white;
	aborder-bottom: 1px solid white;
}


#menu ul
{
	list-style: none;
	position: absolute;
	left: 134px;
	amargin-left: 142px;
	display: inline;
}

#menu li
{
	display: inline;
	padding-left: 8px;
	margin-left: 8px;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 2px;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}


/* Footer */

#footer {
	position: relative;
	margin:-2.5em 142px 0 142px;
	padding:6px;
	color:#999999;
	font-size:.9em;
}

.small {
	font-size:.9em;
}
#footer a
{
	color: #999999;
}

.rules li {
	margin-left: 20px;
}


.rules p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.rules {
	margin-bottom: 20px;
	width:600px;
}

.transferlisted {
	color: #FC9D14;
	font-weight: bold;
}

.error {
	color: red;
	margin-left: 5px;
	vertical-align: top;
}

.toperror {
	color: red;
}

.lefterror {
	color: red;
}

.bold {
	font-weight: bold !important;
}

.padded {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.squad a {
	font-weight: normal;
}

.chart {
	margin: 5px;
}

.listnew caption {font-weight:bold; text-align:left; padding: 3px;}

table.listnew {font-size:.9em; margin-top: 0px; margin-bottom: 5px;}
table.cup {font-size:.9em; margin-top: 0px; margin-bottom: 5px;	border-width: 0 0 1px 1px;
	border-collapse: collapse; border-color: #DCDCDC; border-style: solid;}

.listnew thead, .cup thead {background:#336699; color:#FFFFFF;}
p.listnew {background:#336699; color:#FFFFFF; padding: 3px; font-weight: bold; width: 600px;}
.listnew th, .cup th {padding: 3px; text-align: center; vertical-align: top;}
.listnew td {padding: 3px;}
a.listnew, a.cup {background:#336699; color:#FFFFFF;}
.cup td {padding: 3px;
	border-color: #DCDCDC;
	border-style: solid;
	padding: 4px;
	border-width: 1px 1px 0 0;
}

.listnewhead {background-color:#ccc; }

tr.even {background-color:#eee;}

tr.myteam {background-color:#feffcc;}

.more {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

img.icon {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	vertical-align:middle;
	border-style: none;
}

img.membericon {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 5px 0px 0px;
	vertical-align:middle;
	border-style: none;
}

.online {
	color: green;
	font-weight: bold;
}

.skillselect {
	width: 170px;
}

.inset{
	margin:15px;
}

.talent{
	font-weight: bold;
	acolor: green;
}

.skillcheck{
	font-weight: bold;
	acolor: green;
}
.ownerbid {
	color: red;
	font-weight: bold;
}

.wizardbutton {
	width: 100px;
	height: 20px;
}

.skills, .fatigue, .form, .academy, .mood {cursor: help;}

table.tablesorter th {
	text-align: left;
	font-weight: normal;
}

table.tablesorter thead tr .header {
	abackground-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

.radio {
	vertical-align:middle;
}
.normal {
	color: #333333;
	font-weight: normal;
}

.election a {
	color: #2A4F6F;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */
img.transparent { behavior: url(resource/iepngfix.htc) }

.graph {
	border:1px solid #e8e9a0;
}

.checkbox {
	width:13px; /* needed in ie6 otherwise too much space around cbx */
	height:13px;
	margin:0;
	overflow:hidden;
}

.hidden {
	display:none;
}

.radio {
	width: 25px !important;
}

.squadtable {font-weight:bold; text-align:left; padding: 3px;}

.button{padding:2px;}

.tacticsNormal {
	background:url(normal.png);
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	border:1px solid;
	border-color: #eee;
	margin-left: 5px;
	background-color: transparent;
}

.tacticsDefensive {
	background:url(defensive.png);
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	border:1px solid;
	border-color: #eee;
	margin-left: 5px;
	background-color: transparent;
}

.tacticsAggressive {
	background:url(aggressive.png);
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	border:1px solid;
	border-color: #eee;
	margin-left: 5px;
	background-color: transparent;
}

.battingtactics {
	display: none;
}

.bowlingtactics1 {
	display: none;
}

.bowlingtactics2 {
	display: none;
}

table.commentaryheader td {
	padding: 3px;
	padding-left: 10px;
}
table.commentaryheader {
	margin-bottom: 10px;
}

.commentarySummary {
	word-spacing: 2px;
}

/* tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
	font-size: 0.9em;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    /*position: relative; causes first tab to appear at far top left in IE6 */
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    padding: 2px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    	display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.previousnext {
	margin-bottom: 5px;
	margin-top: 5px;
}

.editnotes {
	display: none;
}

.hof td {
	vertical-align: top;
}

.hof hr {
	width:600px;
	margin-left: 10px;
	margin-right: 10px;
}

.shownotes {
	width:600px;
	font-size:.9em;
	padding: 5px;
}