/* main.css - Main CSS file for Store project.
(c) 2009 Shawn Houser, All Rights Reserved
Proprietary and Confidential
*/

.Body{
background-color:#F3F3F3;
margin:0px;
padding:0px;
font-size:12px;
font-family:Arial, Helvetica, Verdana, Geneva,  sans-serif;
color:#606060;
line-height:120%;
}
.LeftMenu{
}
.ContentPane{
clear:both;
}

.FormSpacer{
width:          10px;
}
.FormPrompt{
color:          #004276;
font-family:    arial,helvetica,sans-serif;
font-weight:    bold;
font-size:      14px;
line-height:    120%;
}
.FormText{
color:          #004276;
font-family:    arial,helvetica,sans-serif;
font-weight:    normal;
font-size:      12px;
line-height:    120%;
}
.FormError{
color:          red;
font-family:    arial,helvetica,sans-serif;
font-weight:    bold;
font-size:      14px;
line-height:    150%;
}
.FormHelp{
color:          #004276;
font-family:    arial,helvetica,sans-serif;
font-weight:    normal;
font-size:      12px;
line-height:    120%;
font-style:     italic;
}
.TopToolbarButton{
color:          #0F5791;
font-family:    arial,helvetica,sans-serif;
font-weight:    bold;
font-size:      12px;
line-height:    120%;
border-color:   #0F5791;
border:         solid;
}
.TopMenubarButton{ /* Keep this in sync with TopMenubarButton_NH except for hover */
color:          white;
font-family:    arial,helvetica,sans-serif;
font-weight:    bold;
font-size:      14px;
line-height:    120%;
border-color:   white;
border:         solid;
background-image:url("../img/top_button_back.jpg");
}
td.TopMenubarButton:hover{
background-image:url("../img/top_button_back_h.jpg");
cursor:         pointer;
}
.TopMenubarButton_NH{ /* Keep this in sync with TopMenubarButton except for hover */
color:          white;
font-family:    arial,helvetica,sans-serif;
font-weight:    bold;
font-size:      14px;
line-height:    120%;
border-color:   white;
border:         solid;
background-image:url("../img/top_button_back.jpg");
}
.DlgBorder{
border:         solid;
border-width:   1px;
border-color:   #CCCCCC;
}
.TabText{
color:          white;
font-family:    arial,helvetica,sans-serif;
font-weight:    bold;
font-size:      14px;
line-height:    150%;
}

.BodyTitle{
color:          #065796;;
font-family:    arial,helvetica,sans-serif;
font-weight:    bold;
font-size:      16px;
line-height:    120%;
text-decoration:none;
}
.BodyAttribution{
color:          #AAAAAA;
font-family:    arial,helvetica,sans-serif;
font-weight:    normal;
font-size:      11px;
line-height:    120%;
text-decoration:none;
}
.BodyText{
color:          #555555;;
font-family:    arial,helvetica,sans-serif;
font-weight:    normal;
font-size:      13px;
line-height:    120%;
}
.More{
font-family:    arial,helvetica,sans-serif;
font-weight:    normal;
font-size:      11px;
line-height:    120%;
font-style:     italic;
}
.TableHeader{
color:          #444444;;
font-family:    arial,helvetica,sans-serif;
font-weight:    bold;
font-size:      14px;
line-height:    120%;
border:         solid;
border-width:   1px;
border-color:   #444444;
border-width:   0px 0px 1px 0px;
}
.TableItem{
color:          #444444;;
font-family:    arial,helvetica,sans-serif;
font-weight:    normal;
font-size:      12px;
line-height:    150%;
border:         solid;
border-width:   1px;
border-color:   #EEEEEE;
border-width:   0px 0px 1px 0px;
}

tr.TableRow:hover{
background-color:#AAD6F9;
cursor:         pointer;
}

.PaginateButton{
color:          #454545;
font-family:    helvetica,arial,sans-serif;
font-weight:    bold;
font-size:      13px;
line-height:    120%;
}

