﻿body
{
    background-color: White;
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1
{
    font-size: 36px;
    color: #BC0000;
    margin: 10px 0px 10px 0px;
}

.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #808080;
    text-align: center;
    overflow: visible;
}

/* Footermenu */

.Footer_menuItem
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 10px;
    padding: 1px 0px 1px 0px;
    background-color: #000000;
    width: 473px;
    Text-align: center;
}

.break
{
    word-wrap: break-word;
}

.content
{
    width: 948px;
    margin: auto;
    background-color: White;
}

.normalText
{
    font-size: 12px;
    color: Black;
}

.alignleft
{
    text-align: left;
}

.aligncenter
{
    text-align: center;
}

.clear
{
    clear: both;
}

.top-bar
{
    background-image: url("../../images/padding-bar.png");
    background-repeat: no-repeat;
    padding: 21px 0px 10px 15px;
    margin-bottom: 5px;
}

.watermark
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
}

.page_content
{
    clear: both; 
    padding: 0px;
}

.left_column
{
    width: 592px;
    float: left;
}

.right_column
{
    width: 356px;
    float: right;
}

/* Home page styles */

.home_button
{
    width: 102px;
    height: 148px;
    background-image: url("../../images/home-button-up.png");
    background-repeat: no-repeat;
    float: left;
    padding-left: 18px;
    padding-right: 25px;
    padding-top: 18px;
    cursor: pointer;
    position: relative;
}

.home_button:hover
{
    width: 102px;
    height: 145px;
    background-image: url("../../images/home-button-down.png");
    background-repeat: no-repeat;
    float: left;
    padding-left: 21px;
    padding-right: 22px;
    padding-top: 21px;
    position: relative;
}

.home_button_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: -18px;
    padding-top: 5px;
    text-align: center;
}
.home_box
{
    border: 5px solid #BC0000;
    position: relative;
    padding-bottom: 10px;
    float: left;
}

.title
{
    height: 20px;
    color: White;
    font-weight: bold;
    font-size: 13px;
    background-color: #BC0000;
    padding: 5px;
    position: relative;
}

.title-light
{
    height: 30px;
    color: White;
    font-weight: bold;
    font-size: 18px;
    background-image: url("../../images/title-light.png");
    background-repeat:repeat-x;
    position: relative;
}

.title-dark
{
    height: 30px;
    color: White;
    font-weight: bold;
    font-size: 18px;
    background-image: url("../../images/title-dark.png");
    background-repeat:repeat-x;
    position: relative;
}

.title-text
{
    height: 20px;
    padding: 5px;
    padding-top: 2px;
}

.tr 
{ 
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: url("../../images/tr-corner.png") top right no-repeat; 
} 

.tl 
{ 
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background: url("../../images/tl-corner.png") top right no-repeat; 
} 

.bl 
{ 
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: -5px;
    background: url("../../images/bl-corner.png") top right no-repeat; 
} 

.br 
{ 
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: url("../../images/br-corner.png") top right no-repeat; 
} 

.home_list
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #BC0000;
    overflow: hidden;
    padding: 5px;
    height: 24px;
}

.home_list a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #BC0000;
}

.home_ssweek
{
    width: 178px;
    height: 220px;
    margin: 10px 0px 0px 10px;
    padding: 5px;
    background-image: url("../../images/semi-transparent2.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
}

.home_SSAMinor_left
{
    border-style: none solid none none;
    border-width: 2px;
    border-color: #333333;
    padding: 5px;
    float: left;
    width: 149px;
    background-color: #DDDDDD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
}

.home_SSAMinor_left:hover
{
    background-color: #333333;
}

.home_SSAMinor_left:hover a
{
    color: #DDDDDD;
}

.home_SSAMinor_right
{
    border-style: none none none solid;
    padding: 5px;
    float: left;
    width: 149px;
    background-color: #DDDDDD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    border-left-width: 2px;
    border-left-color: #333333;
}

.home_SSAMinor_right:hover
{
    background-color: #333333;
}

.home_SSAMinor_right:hover a
{
    color: #DDDDDD;
}

.SSALink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

/* All page styles */

.loginBox
{
    width: 320px;
    margin: auto;
    height: 200px;
    border: 5px solid #BC0000;
    position: relative;
    padding-bottom: 10px;
}

.loggedIn
{
    margin: auto;
    color: #BC0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 10px 10px 10px;
    text-align: center;
    position: relative;
    height: 200px;
}

.loggedIn a
{
    color: #BC0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.loggedIn .dropdowns
{
    width: 280px;
    margin: auto;
    background-color: #E6EDF9;
}

/* Article Styles */

.artContent
{
    width: 552px;
    padding: 10px 20px 10px 0px;
}

.artListHeading
{
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: Red;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: auto;
    height: 50px;
    width: 100%;
    /*display: table;*/
}

.artListHeadLeft
{
    float: left;
    background-image: url("../../images/art-title-left.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 50px;
}

.artListHeadCenter
{
    background-color: Black;
    height:50px;
    width: 572px;
    float: left;
    position: relative;
}

.artListHeadRight
{
    float: left;
    background-image: url("../../images/art-title-right.png");
    background-repeat: no-repeat;
    width: 9px;
    height: 50px;
}

.artSearch
{
    width: 440px;
    color: #BC0000;
    margin: 10px auto 10px auto;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
}

.art_list
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #BC0000;
    overflow: hidden;
    padding: 0px;
    min-height: 33px;
}

.art_list a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #BC0000;
}

.art_AskTeam
{
    position: absolute;
    width: 128px;
    height: 136px;
    left: 450px;
    top: 150px;
    z-index: 999;
}

.art_ContentMember
{
    height: auto;
}

.art_ContentGuest
{
    height: 210px;
    overflow: hidden;
}

/* Contact Form */

.contactDiv
{
    width: 400px;
    margin: 15px auto;
}

.contact_Label
{
    width: 100px;
    float: left;
    clear: left;
}

.contact_Data
{
    width: 300px;
    float: left;
}

.contact_Confirm
{
    padding: 20px;
    border: 3px solid #000000;
    width: 360px;
    margin: 15px auto auto auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}

.contact_Error
{
    padding: 20px;
    border: 3px solid #BC0000;
    width: 360px;
    margin: 15px auto auto auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #BC0000;
    font-weight: bold;
    text-align: center;
}

.contact_Home
{
    width: 69px;
    margin: 10px auto;
}

/* Secret Source Listing */

.SSListHead1
{
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #BC0000;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: auto;
    width: 100%;
    float: left;
}

.SSListSearchOptions
{
    font-weight: bold;
}

.SSListMain
{
}

.SSListItem
{
   border: 5px solid #BC0000;
   position: relative;
   padding: 5px;
   margin: 10px 5px 10px 0px;
   min-height: 100px;
}

.SSListItemType
{
    background-color: Black;
    color: White;
    font-weight: bold;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 0px;
}

.SSListItemStars
{
    width: 240px;
    margin: auto;
}

.SSListItemTitle
{
    color: #BC0000;  
    font-size: 16px;
    font-weight: bold;
}

.SSListItemLeft
{
    float: left;
    width: 65%;
}

.SSListItemRight
{
    float: right;
    width: 35%;
    overflow: hidden;
}

/* Pager */
.PagerButton
{
    font-size: 18px;
    margin:2px 5px 2px 5px;
    color: #BC0000;
    text-decoration: none;
}

/* Applets */
.applet
{
    width: 320px;
    margin: auto;
    height: 170px;
    border: 5px solid #BC0000;
    position: relative;
    padding-bottom: 10px;
}

/* Account Management */

.AccountManagement
{
    width: 450px;
    margin: auto;
}

.AccountLabel
{
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.AccountErr
{
    color: Maroon;
    font-weight: bold;
    text-align: center;
}

.AccountBtn
{
    text-align: center;
    padding-top: 5px;
}

/*Signup*/

.SUList
{
    width: 500px;
    margin: auto;
    margin-top: 20px;
}

.SUList table
{
    border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	width: 500px;
}

.SUList td
{
    border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
}

.SUButton
{
    text-align: center;
    margin: 20px auto 0px auto;
    width: 50px;
}

.custDetails
{
}

.custDetails table
{
    width: 100%;
    border: 0px none;
	border-collapse: collapse;
}

.custDetails .warning
{
	font-size: 12px;
	color: #CC0000;
}

.subheader
{
    padding: 20px 0px 8px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BC0000;
}

.custDetails .fieldLabel
{
    font-family: Arial, Helvetica, sans-serif;
	color:#575C53;
	font-size:14px;
	font-weight:normal;
	text-align: right;
	width: 30%;
}

.custDetails .fieldData
{
    width: 70%;
}

