html
{
    overflow-y: scroll;
}

body
{
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #333;
    background-color: #fff; 
}

.mainTable
{
	width: 1024px; 
	height: 100%;
	background-color: #fff; 
	min-height:800px; 
	margin-right: auto; 
	margin-left: auto;
	padding:8px;
	padding: 0px;	
}

.footerTable
{
	width:1024px; 
	margin-right: auto; 
	margin-left: auto;
	padding-top:8px;
    padding-right: 1px;	
}

.headerRow
{
	 font-family: Arial;
	 font-size: 16pt;
	 color: #333;	
}

.leftMenuHeader
{
	font-family: Arial;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
}

.leftMenuText
{
	font-family: Arial;
	font-size: 9pt;
	color: #333;
}

.loginDialog
{
	font-family: Arial;
	font-size: 11pt;
	color: #333;
	padding: 6px;
	width: 250px;
}

.btn_style
{
	background-color: #C2C2C2;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana;
    height: 20px;
    border-left-color: #91ABC3;
    border-bottom-color: #91ABC3;
    border-right-color: #fff;
    border-top-color: #fff;
    border-style: solid;
    border-width: 1px;
}

.green_btn_style
{
	background-color: green;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana;
    height: 20px;
    border-left-color: #91ABC3;
    border-bottom-color: #91ABC3;
    border-right-color: #fff;
    border-top-color: #fff;
    border-style: solid;
    border-width: 1px;
}

.red_btn_style
{
	background-color: red;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana;
    height: 20px;
    border-left-color: #91ABC3;
    border-bottom-color: #91ABC3;
    border-right-color: #fff;
    border-top-color: #fff;
    border-style: solid;
    border-width: 1px;
}

.button_style 
{
    background-image: url(/images/spc-middle.gif); 
    background-repeat: repeat-x;
}

input {
    border: 1px solid #ddd;
    height: 21px;
    padding-left: 3px;
    padding-right: 3px;
}

select
{
    height: 21px;
    font-size: 9pt;
    border: 1px solid #ddd;  
}

a
{
	font-family: Arial;
	font-size: 8pt;
	color: #225F9E;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
    color: #225F9E;
    text-decoration: underline;
}

.pageHeader
{
	font-family: Arial;
	font-size: 12pt;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}

.lblErrorMessage
{
	padding: 20px;
	text-align: center;
}

.menu_item
{
	background-color: #DEE5EB;
    color: #095893;
    text-align: left;
}

.search-league-item
{
    color: #333; 
    font-size: 8pt; 
    padding: 6px; 
    width: 100%';
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #ddd;
    color: white;
    background-color: #F7F7F7;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #ddd;
    color: white;
    background-color: #F7F7F7;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
}

.accordionContent
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    padding-top: 10px;
}

/* AJAX Password */
.BarIndicator_TextBox2_weak
{
    color:#ffc8c8;
    background-color:#ffc8c8;
}
.BarIndicator_TextBox2_average
{
    color:#c6c6ff;
    background-color:#c6c6ff;
}
.BarIndicator_TextBox2_good
{
    color:#dcedea;
    background-color:#dcedea;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:0px;
    padding:0px 0px 0px 0px;
    width:200px;
    vertical-align:top;
    height: 8px;
}

/* calendar */
.calendar
{
	font-size: 8pt;
	border: 1px solid #969696;
	background-color: #ffffff;
	margin-top: 2px;
}

.calendar .ajax__calendar_container{
	font-size: 8pt;
}



/* Modal Popup */
.modalBackground {
	background-color: Gray;
	filter:alpha(opacity=30);
	opacity:0.7;
}

.modalPopupStyle
{
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color: #999;
}

.modalPopup p {
    padding: 5px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}


fieldset
{
    padding: 1em;
    border: 1px solid #ddd;
    padding-top: 0px;
    border-radius: 5px; 
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #52769D;
}

textarea {
	font-family: Arial;
	font-size: 9pt;
	color: #333;
}

div.scrollDiv {
height: 165px;
width: 560px;
overflow: auto;
border: 1px solid #ddd;
background-color: #dddddd;
}

.navigation
{
	color: #333333;
	font-weight: bold;	
}

.navigation A
{
	color: #333333;
	font-weight: bold;	
}

.selected-page-number
{
	float: left;
	border: 1px solid #dddddd;
	width: 20px;
	font-weight: bold;
	text-align: center;
	margin-left:1px;
	margin-right:1px;
	background-color: #999;
	color: #fff;
}

.unselected-page-number
{
	float: left;
	border: 1px solid #dddddd;
	width: 20px;
	text-align: center;
	margin-left:1px;
	margin-right:1px;
}

/* text editor */

.button
{
    font-family: Verdana;
    font-size: 8pt;
    width: 100px;
    height: 30px;
}
.previewButton
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    width: 75px;
    height: 28px;
}
.radiobuttonList label
{
    margin-right: 5px;
}
.preview
{
    width: 578px;
    padding: 10px;
}
div#Content
{
    width: 780px;
}
table#DemoTable
{
    width: 780px;
}
td#EditorCell
{
    width: 600px;
    vertical-align: top;
}
td#OptionsCell
{
    width: 180px;
    vertical-align: top;
}
div#Options
{
    width: 150px;
    margin-left: 5px;
}
div#DemoControls
{
    width: 600px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
div#Preview
{
    width: 598px;
    border: solid 1px gray;
    margin-top: 25px;
}
div#PreviewControls
{
    height: 35px;
    line-height: 35px;
    text-align: left;
    border-bottom: solid 1px gray;
}
div.demoHeading
{
    height: 25px;
    line-height: 25px;
    color: black;
    font-weight: bold;
    border-bottom: solid 1px gray;
    text-align: center;
}
div.optionsHeading
{
    font-size: 10pt;
    border: none;
    text-align: left;
    margin-left: 10px;
}
div.optionsLabel
{
    margin: 10px;
    font-weight: bold;
}
div.optionControls
{
    margin-left: 10px;
}
div#Footer
{
    margin-top: 10px;
    color: #7f9db9;
    font-size: 7pt;
}
div#Footer
{
    margin-top: 10px;
    color: black;
    font-size: 7pt;
}
a:link.poweredby, a:visited.poweredby, a:active.poweredby
{
    color: black;
    text-decoration: none;
}
a:hover.poweredby
{
    text-decoration: underline;
}
           
#CTA {
	float: right;
	width: 220px;
	height: 350px;	
	background: url(images/frame_long.gif) no-repeat top left;
	margin: 9px 0 0 4px;
	padding: 9px 0px 0px 6px;
}
#CTA a, #CTA img
{
    margin: 0;
    padding: 0;
    display: block;
}
.CTA 
{ 
    clear: both;
    padding: 0 10px 0 6px;
    margin-bottom: 10px;
}
.CTA a
{
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.CTA a:hover
{
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.CTA .Image
{
    float: right;
}
.CTA .content
{
    display: block;
    float: left;
    width: 160px;
}
.CTA .Title
{
    display: block;
    clear: both;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    font-size: 9pt;
    color: Red;
}
.CTA .Text
{
    display: block;
    clear: both;
    font-size: 8pt;
}
#CTA .itemSep
{
    clear: both;
    width: 90%;
    margin: 0 10px 10px 10px;
    padding-top: 10px;
    height: 2px;
    text-align: center;
    border-bottom: solid 1px #ddd;
}

/* progress bar indicator */
#ProgressIndicator{
    filter: alpha(opacity=70); 
    -moz-opacity:0.7; 
    opacity: 0.7; 
    width:100%;
    height:100%;
    background-color: #e0dada;
    top: 0px;
    left: 0px;
    z-index: 1000;
    vertical-align:middle;
    text-align:center;    
    position: fixed;
    display: none;
}
#ProgressIndicator div{ 
    display: block;    
    width:48%; height:48%; /* vertical align */
}
#ProgressIndicator img{
    display: block;   
    margin-left: auto;   margin-right: auto; /* horizontal align */
}

.grid-item-style {
    padding-left: 6px;
}

.grid-line {
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #bbb;
}
.grid-line-left {
    border-left: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #bbb;
}

.btnInline
{
    display: inline-table;
}

#checboxlistParent label
{
    position: relative;
    top: -6px;
}

.radiobutton label
{
    position: relative;
    top: -6px;
    margin: 6px;
}