/*////////////////////////*/
/*   Common Styles        */
/*////////////////////////*/
.pagecontainer
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width:550px;
}
.largeheader 
{ 
    font-size:16px;
}
.smallheader
{
    font-size:11px;
}
.hyperlink
{
    text-decoration:none;
}
.hyperlink:hover
{
    color:Black;
}
.hyperlink:visited
{
    color:Gray;
}
.hyperlink:link
{
    color:#3F51B5;
}
.errortext
{
    color:Red;
}
.requiredsymbol
{
    color:Red;
}
.submitbutton,.navigationbutton
{       
    width:100px;
    height:18px; 
    font-weight:Normal;
    font-size:11px;     
}
.inputlabelcontainer
{
    display:inline-block;
    width:150px;
}
.navigationcontainer
{
    margin-top:20px;
    display:inline-block;   
    width:550px;
}
.previousbuttoncontainer
{
    float:left;
}
.nextbuttoncontainer
{
    float:right;
}
.pageheader
{
    padding:10px;
}
.listheader
{
    color:#696969;
    font-weight:bold;
}
.dropdownlist
{    
    display:block;
    width:235px;
    margin-bottom:10px;
}
.selectionlabel
{
    display:block;
    margin-bottom:5px;
    color:#696969;
    font-weight:bold;
}
.nomasterpage .ui-widget-content
{
    border:0px;
}
.nomasterpage .pageheader
{
    display:none;
}
.smalltext
{
    font-size:9px;
}