/* *********************************************************** */
/* Global Styles */
/* *********************************************************** */
html 
{    
	font-family: Arial, Helvetica, sans-serif;
    background: none;
    height: 100%;
}
body, form
{
    margin: 0;
    padding: 0;
}
a, td, p, div, .inputText, select, input
{
    font-size: 12px;
}
a
{
	color: #000;
	text-decoration: none;
}
h1
{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
h2
{
    border-bottom: 3px solid #fff;  
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
h3
{
    clear: both;
    font-size: 14px;
    padding: 5px 0;
    color: #000;
    border-bottom: 2px solid #fff;
}
h4
{
    clear: both;
    font-size: 14px;
    margin: 10px 0;
    color: #000;
}
.clsInput
{
    font-family: Arial, Helvetica, sans-serif;
    width: 50mm;
}
table.clsMainContent
{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}



/* *********************************************************** */
/* Global Behavior */
/* *********************************************************** */
.inputText
{
    font-size: 12px;
}


/* *********************************************************** */
/* Banner Behavior */
/* *********************************************************** */
table.clsMainContent tr td.clsBanner
{
    background: url(../images/print_logo.gif) no-repeat;
    width: 760px;
    height: 172px;
}
table.clsMainContent tr td.clsBanner a.clsLogo
{
    display: none;
}
table.clsMainContent tr td.clsBanner img.clsSlogan
{
    display: none;
}
table.clsMainContent tr td.clsBanner a.clsHome,
table.clsMainContent tr td.clsBanner a.clsLogOff
{
    display: none;
}


/* *********************************************************** */
/* Body Behavior */
/* *********************************************************** */
td.clsBody
{    
    background-color: #fff;
    margin: 0;
    padding: 0;
}

/* Left Column */
td.clsBody div.clsLeftColumn
{
    display: none;
} 


/* Right Column */
td.clsBody div.clsRightColumn
{
    width: 538px;
    background: none;
}
td.clsBody div.clsRightColumn hr
{
    height: 3px; 
    background-color: #000;
    color: #000;
    border: 0;
    margin: 20px 0;
}
td.clsBody div.clsRightColumn div.clsTitle
{    
    background: none;
}
td.clsBody div.clsRightColumn div.clsTitle p
{
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
td.clsBody div.clsRightColumn div.clsTitle p.clsRegistration
{
    display: none;
}

/* Body */
td.clsBody div.clsRightColumn div.clsBody
{
    padding: 20px 15px;
    clear: both;
}
td.clsBody div.clsRightColumn div.clsBody a
{
    font-weight: bold;
}
td.clsBody div.clsRightColumn div.clsBody span.clsLabel
{
    display: block;
    border-bottom: 3px solid #fff;  
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
td.clsBody div.clsRightColumn div.clsBody p.clsDate
{
    margin: 0;
    padding: 10px 0;
}


/* *********************************************************** */
/* Footer Behavior */
/* *********************************************************** */
table.clsMainContent tr td.clsFooter
{ 
    background-color: #fff;
    padding: 5px 30px;
    border-bottom: 3px solid #fff;
}
table.clsMainContent tr td.clsFooter p,
table.clsMainContent tr td.clsFooter p.clsFinePrint
{
    margin: 0;
    padding: 5px 0;
    text-transform: capitalize;    
    color: #000;
}
table.clsMainContent tr td.clsFooter p.clsFinePrint,
table.clsMainContent tr td.clsFooter p.clsFinePrint a
{
    font-size: 10px;
}
table.clsMainContent tr td.clsFooter p a.clsFooterLink,
table.clsMainContent tr td.clsFooter p.clsFinePrint a.clsFooterLink
{
    display: none;
}


/* *********************************************************** */
/* Section Behavior */
/* *********************************************************** */
.clsTab15px
{
    padding-left: 15px;
    margin: 0;
}
.clsListingName
{
    background-color: #fff;
    border-bottom: 2px solid #ECEDEF;
    border-left: 2px solid #9B9B9B;
    border-right: 2px solid #9B9B9B;
    padding: 2px 5px;
	cursor: pointer;    
}

.clsListingDescription
{
    background-color: #ECEDEF;
    border-left: 2px solid #9B9B9B;
    border-right: 2px solid #9B9B9B;
    /*border-bottom: 2px solid #9B9B9B;*/
    padding: 4px 5px;
}
.clsSearch
{
    background-color: #01367F;
    position: absolute;
    color: #fff;
    padding: 4px;
    width: 506px;
}
.clsSearch table tr td
{
    color: #fff;
}

/* Registration Steps */
.clsRegistrationSteps,
.clsRegistrationStepsWithOutLine,
.clsRegistrationSteps_Selected
{
    display: block;
    background: url(../images/bg_registrationprocess.gif) no-repeat 0 100%;
    padding: 4px 0 6px;
    color: #000;
}
.clsRegistrationSteps:hover,
.clsRegistrationStepsWithOutLine:hover,
.clsRegistrationSteps_Selected:hover
{
    text-decoration: none;
}
.clsRegistrationSteps_Selected
{
    font-weight: bold;
}
.clsRegistrationStepsWithOutLine
{
    background: none;
}
.clsRegistrationStepsWithOutLine_Selected
{
    font-weight: bold;
    display: block;
    padding: 4px 0 6px;
    color: #000;
}
.cls2Columns
{
    width: 50%;
    float: left;
}
/* Table */
.clsTable
{
    border-top: 2px solid #9A9A9A;
    border-right: 2px solid #9A9A9A;   
}
.clsTable tr td
{
    border-bottom: 2px solid #9A9A9A;
    border-left: 2px solid #9A9A9A;
    background-color: #fff;
    color: #000;    
    padding: 2px;
}
.clsTable tr td.clsHeader
{
    background-color: #9A9A9A;
    color: #fff;
    font-weight: bold;
}

.LinkwithArrow
{
    display: inline-block;
    padding-left: 10px;
    background: url(../images/bullet_home.gif) no-repeat 0 50%;
}

/* Listing Styles */

div.clsListingBottomBorder
{
	margin-bottom: 25px;
}

/* *********************************************************** */
/* Other Behavior */
/* *********************************************************** */
.clsLinkBullet
{
    list-style-image: url(../images/bullet_orangearrow.gif);
}
.button
{
    margin: 0;
	background: url("../images/admin/bg_button.gif");
	padding: 2px 10px;
	border: 1px solid #999;
	/*height: 21px;*/
	color: #000;
	font-weight: bold;
}
.quantitybox
{
    width: 50px;
}
.shorttextbox
{
    width: 150px;
}
.longtextbox
{
    width: 300px;
}
.smalltextarea
{
    width: 300px;
}
.largetextarea
{
    width: 600px;
    height: 200px;
}