/***************************************************************
 Global Stylesheet - Sonibyte
 
 todo: Style names should not describe themselves in terms of their style (ie, red, big, etc)
 **************************************************************/
 
/* standard bodytext */
.bodytext {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

/* small body  */
.bodytext_sm {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 9px;
    line-height: 18px;
    color: #333333;
}

/* notification text */
.notifytext {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
	font-weight: bold;
}

/* page titles */
.title {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 17px;
	line-height: 18px;
    color: #CE6530;
    font-weight: bold;
}

/* subtitles */
.subtitle {
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
	font-weight: bold;
}

/* for table displaying data */
.data_table {
    font-family: Arial, Verdana, Helvetica Sans-serif;
    font-size: 11px;
	line-height: 13px;
    color: #984c26;
    border: 0;
    border-color: #000000;
}

/* for table displaying data */
.column_header{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
	line-height: 12px;
    font-weight: bold;
    color: #996633;
}

input,textarea,select {
    font-family: Arial, Verdana, Helvetica Sans-serif;
    font-size: 11px;
	line-height: 12px;
    color: #984c26;
}

input.subscribeUrl {
    color: #000000;
}

/* standard bodytext 11px */
.bodytext11 {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #333333;
}

.menutext,A.menutext:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

A.menutext:hover,A.menutext:visited:hover {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #ffff00;
    font-weight: bold;
    text-decoration: none;
}

.menu_sm {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 10px;
    color: #ffffff;
    font-weight: normal;
}

.whitetext {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

/* red bold bodytext */
.redtextBold {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

/* red bold bodytext */
.graytextBold {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

/* normal link */
A.bodytextLink,A.bodytextLink:active,A.bodytextLink:visited {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #33cc66;
    text-decoration: underline;
}

A,A:active,A:visited {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #984c26;
    text-decoration: underline;
}

A.bodytextLink:hover,A.bodytextLink:visited:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #FF9966;
    text-decoration: underline;
}

A:hover,A:visited:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #FF9966;
    text-decoration: underline;
}

/* Status messages */
div#message {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
	text-align: center;
}

