HTML
{
}
body
{
    font-family: Tahoma;
    font-size: 8pt;
    text-align: center;
    height: 100%;
    margin: 0px;
}


body table
{
    font-family: Tahoma;
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
}


h2
{
    font-size:13px;
}

h3
{
	color:#BF2705;
	font-size:13px;
}

h4
{
	color:White;
	font-size:15px;
}

table.container
{
    width: 95%;
    height: 100%;
    border: 0;
}


div.container
{
    position: relative;
    height: 100%;
}

div.top
{
    height: 85px;
}

div.main
{
    text-align: center;
}





div.logo
{
    position: absolute;
    left: 0px;
}


div.logotitle
{
    position: absolute;
    left: 92px;
    top: 49px;
    font-size: 10pt;
    color: #8b979c;
}

hr.top
{
    position: absolute;
    top: 65px;
    height: 2px;
    left: 0px;
    background: #dddcdc;
    color: #dddcdc;
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
}


div.usermenu
{
    position: absolute;
    text-align: right;
    right: 0px;
    width: 620px;
    top: 40px;
    font-size: 8pt;
}

div.usermenu A
{
    background: url(small_button.gif) center left no-repeat;
    padding-left: 15px;
    padding-right: 10px;
}

div.usermenu A:visited
{
    color: #717171;
    text-decoration: none;
}

div.usermenu A:link
{
    color: #717171;
    text-decoration: none;
}

img.smallbutton
{
    margin-left: 4px;
    margin-right: 4px;
}


div.loginform
{
    position: absolute;
    text-align: right;
    right: 0px;
    width: 700px;
    top: 5px;
    font-size: 8pt;
}


.loginformcontrol
{
    font-size: 8pt;
    width: 100px;
}










div.registrationForm
{
    position: relative;
}



div.registrationForm td
{
    padding: 2px 3px 2px 3px;
    text-align: left;
}



.registrationFormControl
{
    font-size: 8pt;
    width: 200px;
}









div.comment-panel
{
    width:400px;
}

/*div.progresswindow
{
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0px;
    background-color: White;
    text-align: center;
}
*/

/* div.progressbox
{
    position: relative;
    left: 50%;
    margin-left: -170px;
    padding: 21px;
    background-color: #a2b04e;
    width: 300px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: White;
}


div.progressbox a
{
    font: 11px Tahoma;
    color: White;
    text-decoration: none;
    font-weight: bold;
}

div.progressbox a:hover
{
    color: White;
    text-decoration: underline;
}



.progressbox ul
{
    margin: 0px;
    padding: 0px;
}

.progressbox li
{
    list-style: none;
}

.progressbox_tl
{
    top: 0px;
    left: 0px;
    background: url(corners3.gif) top left no-repeat;
}

.progressbox_tr
{
    top: 0px;
    right: 0px;
    background: url(corners3.gif) top right no-repeat;
}

.progressbox_bl
{
    bottom: 0px;
    left: 0px;
    background: url(corners3.gif) bottom left no-repeat;
}

.progressbox_br
{
    bottom: 0px;
    right: 0px;
    background: url(corners3.gif) bottom right no-repeat;
}

.progressbox_corner
{
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
}




div.progressbox table
{
    color: White;
}


*/
/*
#uploadProgressBar td
{
    width: 15px;
    height: 20px;
}

#uploadProgressBar td.filled
{
    background-color: White;
}

#uploadProgressBar td.empty
{
}



div.uploadEngineFrame
{
    text-align: center;
}


#fileUploadPanel
{
}
*/
/* input.button
{
    width: 87px;
    height: 17px;
    background-image: url(button.gif);
    background-repeat: no-repeat;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding-right: 15px;
    cursor: pointer;
}
*/
/*
.ProgressDisplay
{
    font-weight: bold;
}

.ProgressDisplay .StatusMessage
{
    margin: 1px;
    height: 1.5em;
}

.ProgressDisplay .ProgressBar
{
    background-color: rgb(204, 204, 204);
}

.ProgressDisplay .ImageButton
{
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    background-color: inherit;
}

.ProgressDisplay .ImageButton img
{
    border-width: 2px;
    border-style: outset;
    border-color: white;
    margin: 0px;
    padding: 0px;
    height: 1.5em;
    vertical-align: top;
}
*/

/***** File Upload Progress *****/
iframe.ProgressBar
{
    width:100%;
}
/***** File/URL Upload Progress *****/
div.ProgressPanel
{           
            font-family:Tahoma;
            font-size:8pt;
	        font-weight:bold;
	        text-transform:uppercase;
	        color:White;
}
div.Progress
{
    height:20px;
    border:solid 1px #FFF;
}
/***** Upload/Download Box *****/
div.downloadbox
{
    position: relative;
    margin:0px auto;
    padding: 21px;
    background-color: #a2b04e;
    width: 400px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: White;
}


div.downloadbox a
{
    font: 11px Tahoma;
    color: White;
    text-decoration: none;
    font-weight: bold;
}

div.downloadbox a:hover
{
    color: White;
    text-decoration: underline;
}



.downloadbox ul
{
    margin: 0px;
    padding: 0px;
}

.downloadbox li
{
    list-style: none;
}

.downloadbox_tl
{
    top: 0px;
    left: 0px;
    background: url(corners-green.gif) top left no-repeat;
}

.downloadbox_tr
{
    top: 0px;
    right: 0px;
    background: url(corners-green.gif) top right no-repeat;
}

.downloadbox_bl
{
    bottom: 0px;
    left: 0px;
    background: url(corners-green.gif) bottom left no-repeat;
}

.downloadbox_br
{
    bottom: 0px;
    right: 0px;
    background: url(corners-green.gif) bottom right no-repeat;
}

.downloadbox_corner
{
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
}

div.downloadbox table
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}




div.infobox
{
    position: relative;
    margin:0px auto;
    padding: 12px;
    background-color: #e5e5e5;
    width: 400px;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    
    color: #585B55;
}


div.infobox a
{
    font: 11px Tahoma;
    color: #585B55;
    text-decoration: none;
    
}

div.infobox a:hover
{
    color: #585B55;
    text-decoration: underline;
}



.infobox ul
{
    margin: 0px;
    padding: 0px;
}

.infobox li
{
    list-style: none;
}

.infobox_tl
{
    top: 0px;
    left: 0px;
    background: url(corners4.gif) top left no-repeat;
}

.infobox_tr
{
    top: 0px;
    right: 0px;
    background: url(corners4.gif) top right no-repeat;
}

.infobox_bl
{
    bottom: 0px;
    left: 0px;
    background: url(corners4.gif) bottom left no-repeat;
}

.infobox_br
{
    bottom: 0px;
    right: 0px;
    background: url(corners4.gif) bottom right no-repeat;
}

.infobox_corner
{
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: 1;
}

div.infobox table
{    
 
    color: #585B55;
}


.headerbox
{
    position: relative;
    width: 100%;
    color: Black;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    background: url(border.gif);
    margin-bottom: 20px;
}

.headerbox_l
{
    position: absolute;
    width: 9px;
    left: 0px;
    top: 0px;
    height: 21px;
    background: url(corners_left.gif);
}

.headerbox_r
{
    position: absolute;
    width: 9px;
    right: 0px;
    top: 0px;
    height: 21px;
    background: url(corners_right.gif);
}

.headerbox_text
{
    text-align: left;
    padding-left: 20px;
}

/***** Upload Menu *****/
div.uploadmenu
{
    text-align:center;
    margin-bottom:10px;    
}
div.uploadmenu A
{
    background: url(small_button.gif) center left no-repeat;
    padding-left: 20px;
    padding-right: 15px;    
    text-transform:uppercase;
    font-weight:normal;
}
textarea.filedesc
{
    width:100%;    
    height:40px;
}
/***** Controls *****/
input.button
{
    width: 87px;
    height: 17px;
    background-image: url(button.gif);
    background-repeat: no-repeat;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding-right: 15px;
    cursor:pointer;
}

input.largebutton
{
    width: 120px;
    height: 17px;
    background-image: url(large_button.gif);
    background-repeat: no-repeat;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding-right: 15px;
    cursor:pointer;
}

input.ShareEdit
{
    width: 220px; 
    font-size: 10px;
}

div.AdBanner
{
 
}

div.AdBanner-Vertical
{
            position:absolute;
            width: 100px;            
            text-align: center;           
            left: 50%; 
            margin-left: 250px;  
            top:80px;  
}