/* Class names may not contain underscores or capital letters */
/* Color values must be preceded with a '#' character */


/* BASIC SHAPE AREAS */

.whiteBoxBlackBorder
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
}
.whiteBoxColorBorder
{
	border-right: #ba313b 1px solid;
	border-top: #ba313b 1px solid;
	border-left: #ba313b 1px solid;
	border-bottom: #ba313b 1px solid;
	background-color: white;
}
.whiteBoxGreyBorder
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: white;
}
.grid1
{
	background-color: lightgrey;
}
.gridCell1
{
	/*Standard header cell*/
	background-color: #272942;
	text-align: center;
}
.gridCell2
{
	/*Special header cell*/
	background-color: #272942;
	text-align: center;
}
.gridCell3
{
	/*standard DATA cell*/
	background-color: white;
	text-align: center;	
}
.gridCell4
{
	/*special DATA cell*/
	background-color: khaki;
}



/* FONTS */

.copy {
    color : #BA313B;
    font-size : 10px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight: normal;
}
.content
{
	font-weight: normal;
	font-size: 12px;
	color: #272942;
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.contentB
{
	font-weight: bold;
	font-size: 12px;
	color: #272942;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 1.4;	
}
.contentBI
{
	font-weight: bold;
	font-size: 12px;
	color: #272942;
	line-height: 1.4;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.contentC1
{
	font-weight: normal;
	font-size: 12px;
	color: #BA313B;
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.contentC1B
{
	font-weight: bold;
	font-size: 12px;
	color: #BA313B;
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.contentC1BI
{
	font-weight: bold;
	font-size: 12px;
	color: #BA313B;
	line-height: 1.4;
	font-style: italic;	
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.contentC2
{
	font-weight: normal;
	font-size: 12px;
	color: White;
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.contentC2B
{
	font-weight: bold;
	font-size: 12px;
	color: White;
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.contentC2I
{
	font-weight: normal;
	font-size: 12px;
	color: White;
	line-height: 1.4;
	font-style: italic;	
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.contentC2BI
{
	font-weight: bold;
	font-size: 12px;
	color: White;
	line-height: 1.4;
	font-style: italic;	
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.title1 
{
	color : #000000;
    font-size : 18px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    line-height : 1.4;
}
.title2
{
	color : #000000;
    font-size : 14px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    line-height : 1.4;
}
.title3
{
	color : #000000;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    line-height : 1.4;
}
.dataGridHeader
{
	color : White;
	font-size : 10px;
	font-family : Verdana, Arial;
	font-weight : normal;
}
.gridHeading
{
	color : #FFFFFF;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    text-decoration : none;
}
.gridData
{
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
	color: #272942;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.bullet
{
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
	color: #272942;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}

/* LINKS */

a.thread 
{
	color : #000000;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    text-decoration : none;
}
a.thread:hover
{
	color : #BA313B;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    text-decoration : none;
}
a.category
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
a.category:hover
{
	font-weight: bold;
	font-size: 14px;
	color : #BA313B;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
a.navigation1 {
    color : #FFFFFF;
    font-size : 14px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
}
a.navigation1:hover {
    color : #000000;
    font-size : 14px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
    text-decoration : none;
}
a.navigation2 {
    color : #000000;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
}
a.navigation2:hover {
    color : #BA313B;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
    text-decoration : none;
}
a.navigation3
{
	font-weight: bold;
	font-size: 14px;
	vertical-align: baseline;
	color: #ffffff;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
a.navigation3:hover
{
	font-weight: bold;
	font-size: 14px;
	vertical-align: baseline;
	color: #BA313B;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
a.gridLink
{
	color : #000000;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    text-decoration : none;
}
a.gridLink:hover
{
	color : #BA313B;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    text-decoration : none;
}




/* old styles */
a.alkota {
    color : #272942;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    text-decoration : none;
}

a.alkota:hover {
    color : #272942;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight : bold;
    text-decoration : underline;
}


.whitenav {
    color : #FFFFFF;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight: bold;
}

