﻿body
{
    background-color: #FFFFFF;
    font-family:verdana;
    font-size:12px;
    /* FFECD3 */
}

#MainHolder
{
    width:990px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    background-color:#FFFFFF;
    background-image:url(/Images/BgSun.png);
    background-position:right bottom;
    background-repeat:no-repeat;    
}

#HeaderHolder
{
    height:210px;
    width:990px;
}

.NavigationHolder
{
    width:990px;
    height:24px;
    text-align:right;
}

.NavigationLinkCollection
{
    position:relative;
    margin-left:100px;
    height:24px;
    line-height:24px;
    vertical-align:middle;
}

#ContentHolder
{
    /* height:500px; */
}

.SubjectImageHolder
{
    width:328px;
    float:left;
    margin-right:20px;
    margin-top:50px;
    height:500px;
    
}

.SubjectContentHolder
{
    margin-top:50px;
    float:left;
    width:560px;
}

h1
{
    font-family:verdana;    
    font-size:14px;
    color:#F39900;
    margin:0px;
    margin-bottom:10px;
}

a
{
    color:#1A81BE;
    text-decoration:underline;
}

a:hover
{
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

p
{
    font-size:12px;
}

ul
{
    margin-top:0px;
}


.NavigationLinkCollection li
{
    float:left;  
    height:20px;
    vertical-align:middle;
    margin:0 0 0 -20;
    list-style-type:none;
}

.NavigationLinkCollection li.Divider
{
    width:14px;
    background-image:url(/Images/Divider.gif);
    background-repeat:no-repeat;
    background-position:center 6px;
}

.Link
{
    font-family:verdana;
    color:#F39900;
    font-weight:normal;
    font-size:11px;
    cursor:hand;
    text-decoration:none;
}

.Link:hover
{
    font-family:verdana;
    color:#000000;
    font-weight:normal;
    font-size:11px;
    cursor:hand;
    text-decoration:none;
}

.tournament
{
	background-color:#F39900;
	width:468px;
	height:32px;
	line-height:32px;
	text-align:center;
}

.tournament a
{
	color:#150F12;
	font-weight:bold;
	text-decoration:underline;
}

.tournament a:hover
{
	text-decoration:none;
}

.SelectedLink,
.SelectedLink:hover
{
    font-family:verdana;
    color:#F39900;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
}

#HeaderEmptySpace
{
    width:990px;
    height:20px;
    background-color:#FFFFFF;
    
}

#FooterHolder
{
    clear:both;
    width:990px;
    height:10px;
    background-color:#1A81BE;
}

#FooterCopy
{
    width:990px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}

/* FORMS */

.FormHolder
{
    width:460px;
}

.FormLabel
{
    float:left;
    width:140px;
    height:24px;
    line-height:24px;
    vertical-align:middle;
}

.FormInput
{
    float:left;
    width:320px;
}



.FormHeader
{
    clear:both;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;    
}

.FormComment
{
    clear:right;
    margin-bottom:10px;
    margin-top:10px;
}

.FormInputText,
.FormInputSelect
{
    width:300px;
    border-width:1px;
    border-style:solid;
    border-color:#CCCCCC;
}

.FormInputDivider
{
    clear:both;
    background-color:Transparent;
    width:100%;
    height:2px;
}

.FormInputTextArea
{
    width:300px;
    height:80px; 
    border-width:1px;
    border-style:solid;
    border-color:#CCCCCC;          
}

.ButtonHolder
{
    width:420px;
    width:100%;
}

/* FORM RESULT ON PAGE */

.DataTable
{
    width:400px;
}

.DataTableHeader
{
    font-weight:bold;
}

.DataTable td
{
    font-family:Verdana;        
    font-size:11px;
    color:#000000;   
    vertical-align:top;     
    height:24px;   
}

.DataTable .DefaultLeftColumn
{
    height:26px;
    width:140px;
    vertical-align:top;
}    

.DataTable .DefaultRightColumn
{
    height:26px;
    width:260px;
    vertical-align:top;
}        

.ItemDivider
{
    width:400px;
    border-width:0px;
    border-bottom-width:1px;
    border-color:#666666;
    border-style:solid;
    height:24px;
    line-height:24px;
    padding:2px;
    vertical-align:bottom;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
    font-size:12px;
}  

.FlagHolder
{
    width:990px;
    margin-left:auto;
    margin-right:auto;
}

.FlagButton
{
    margin-bottom:4px;
    margin-left:4px;
    float:right;
}

.RequiredField
{
    color:#FF0000;
}
