/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */
body,table,td,tr {
color: #000000;
font-family: arial, verdana, sans-serif;
font-size: 12px;
}

A:link {
color: #333333;
text-decoration: underline;
}

A:active {
color: #333333;
text-decoration : underline;
}

A:visited { 
color: #333333;
text-decoration : underline;
}

A:hover {
color: #000000;
text-decoration : none;
}

.regular_nounderline {
color: #000000;
font-family: arial, verdana, sans-serif;
font-size: 12px;
}

a.regular_nounderline:link {
color: #333333;
text-decoration: none;
}

a.regular_nounderline:active {
color: #333333;
text-decoration : underline;
}

a.regular_nounderline:visited { 
color: #333333;
text-decoration : none;
}

a.regular_nounderline:hover {
color: #000000;
text-decoration : underline;
}

form {
margin: 0px;
padding: 0px;
}

.red {
color: #FF3300;
font-family: arial, verdana, sans-serif;
font-size: 11px;
}

a.red:link {
color: #CC0000;
text-decoration: none;
}

a.red:active {
color: #CC0000;
text-decoration : underline;
}

a.red:visited { 
color: #CC0000;
text-decoration : none;
}

a.red:hover {
color: #CC0000;
text-decoration : underline;
}

.uname {
color: #333333;
font-size: 18px;
font-weight: bold;
}

.magname {
color: #333333;
font-size: 16px;
font-weight: bold;
}

.magnamesm {
color: #333333;
font-size: 14px;
font-weight: bold;
}

.blk14 {
color: #000000;
font-size: 14px;
font-weight: normal;
}

.cname {
color: #0C8BC6;
font-size: 14px;
font-weight: bold;
}

.sm {
color: #333333;
font-size: 10px;
}

input, textarea {
/* background-color: #FFFFFF; */ /* goes in text field style */
/* border-color: #EFEFEF; */
/* border-style: solid; */ /* goes in text field style */
/* color: #0F2DA8; */
font-family: arial, verdana, sans-serif;
font-size: 11px;
}

.alert {
color: #FF0000;
}

.shop_disabled {
color: #DDDDDD;
}

.head_row {
background-color: #C7E9F9;
}

.grey_row {
background-color: #DDDDDD;
}

.ltgrey_row {
background-color: #EFEFEF;
}

.disabledtext {
color: #888888;
text-decoration: none;
}

.button_on {
font-weight: bold;
color: #EEEEEE;
background-color: #0C8BC6;
text-align: center;
padding: 2px;
}

.button_off {
font-weight: bold;
color: #000000;
background-color: #CCCCCC;
text-align: center;
padding: 2px;
}
/* END FILE  */
