/* 
Document   : stylesheet
Created on : Nov 19, 2008, 3:46:30 PM
Author     : DaiL
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html,body 
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 14px; /*default font size*/
    color:#666666;                
}
a,a#visited {
    color: #6f91b7;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

#container 
{
    width: 839px;
    margin: 0px auto;
    padding-top:20px;
    padding-bottom:10px;
    
}    
.emptySpace
{
    line-height: 10px;
}

.largeText
{
    font-size:large;
}
.mediumText
{
    font-size:12px;
}
.smallText
{
    font-size:11px;
}
.tinyText
{
    font-size:x-small;
}


.blueFont
{
    color:#0000FF;
}
.mediumFontWeight
{
    font-weight:600;
} 
.smallFontWeight
{
    font-weight:300;
} 
#companyInfo 
{
    margin: 4px;
}
.indent
{
    margin-left:50px;
}

input,select
{
    border-style:solid;
    border-color:#87CEFA
}
input[type="radio"], input[type="checkbox"]
{
    border-style:none;
}


.watermark
{
    color:gray;
    font-size:12px;
}

.redFont
{
    color:#d7002e;
}
.largeTriangle
{
    background:transparent url(../image/large-red-triangle.gif) no-repeat scroll center left;
}
.smallTriangle
{
    
}
#caseStatusButtonDiv
{
    margin-left:670px;
    margin-top:-28px;
    width:111px;
    height:28px;
}
#contractButtonDiv
{
    margin-left:558px;
    margin-top:16px;
    width:111px;
    height:28px;
}
#headerLogo
{
    margin-left:60px;
    margin-top:30px;
    float:left;
    width:172px;
    height:46px;
}
#liveHelp
{
    margin-top:30px;
    margin-left:315px;
    width:122px;
    height:42px;
}
#verisignLogo
{
    margin-left:10px;
    width:96px;
    height:53px;
}
#newHeader
{
    background-image:url(../image/header_border.png);
    background-repeat:no-repeat;
    clear:both;
    width:839px;
    height:126px;
    margin-top:-35px;
}
#taberHomeButtonDiv
{
    margin-left:670px;
    margin-top:16px;
}

