/* font defines */
  @font-face {
    font-family: Fontesque-Bold;
    font-style:  normal;
    font-weight: normal;
    src: url(../common/fonts/FONTESQ0.eot);
  }

/* general defines */
/*=======================================*/
html{
	overflow-x:hidden;
}
* { 
	margin: 0;
	padding: 0;
}
.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-left: 300px;
}


body
{
	padding: 0;
	margin: 0;
	background: white;
	color: #444;
	font:  11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

table {
	font:  11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a
{
	text-decoration: none;
	color: #C31030;
}

a:hover
{
	text-decoration: none;
	color: black;
}

a img {
	border: none;
}

form {
	margin-top: 7px;
	font:  11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p { /* paragraph padding */
	padding: 5px 0px 5px 0px;
	margin: 20px;
	font:  11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul /* list sytles */
{
	list-style-type: disc
	padding: 5px 0px 5px 0px;
	margin: 30px;
}


h1 { 
	font: normal 28px "Berlin Sans FB Demi", serif; 
	color: #C31030;
	margin-left: 10px; 
	padding-top: 15px; 
}

.hushMainText { 
	font: normal 18px "Berlin Sans FB Demi", serif; 
	color: #C31030;
	margin-left: 10px; 
	padding-top: 15px; 
}
	
h2 {margin-left: 20px; border-bottom: 1px solid #FFF; color: 
	#C31030; padding-bottom: 2px; font: bold 17px Arial, Helvetica, sans-serif; }
h2 a { color: #8C4A4C; text-decoration: none; border: none; }
h2 a:hover { color: #8C4A4C; text-decoration: none; border: none; }

h3 { border-bottom: 1px solid #ffffff; color: #ffffff; padding-bottom: 2px;
	font: normal 18px "Berlin Sans FB Demi", Georgia, "Times New Roman", Times, serif; 
	 padding-top: 20px; }

h4 { font: 12px Arial, Helvetica, sans-serif; }

/* class defines */
/*=======================================*/
.regtext {
	font:  11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.regtextFancy {
	font: normal 11/18px Fontesque-Bold, Georgia, "Times New Roman", Times, serif; 
}

.boldPink {
	color: #C31030;
	font: bold 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif
}

.whiteText {
	font:  11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}


/* container defines */
/*=======================================*/

#centrecontainer
{
	overflow: hidden;
	min-width: 860px;
	align: center;
	text-align: center;
}

#outercontainer
{
	margin: auto; /* if hidden - firefox doesn't center -wierd */
	text-align: left;
	width: 1010px;
}

#header
{
	width: 860px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	width: 1010px; /* makes firefox close to IE for scrollbar */
	overflow: hidden;
	border: 10px solid white;
	/*height: 475px;*/
	/*background: white;*/
	/*background: #C31030;*/
	background: white;
}

#containerleft
{
	overflow: hidden;
	float: left;
	width: 250px;
	padding: 0px;
	/*border: 10px solid white;*/
	
}

#containerleft a
{
	text-decoration: none;
	color: #C31030;
}

#containerleft a:hover
{
	text-decoration: none;
	color: black;
}

#containerleftImage
{
	float: left;
	overflow: hidden;
	width: 250px;
	height: 350px;
	background: #C31030;
	padding: 0px;
}

#containerleftLogo
{
	overflow: hidden;
	width: 250px;
	float: left;
	height: 270px;
	background: white;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}


#containerleftBox
{
	overflow: hidden;
	width: 250px;
	float: left;
	/*height: 0px;*/
	padding: 0px;
	background: #C31030;
	height: 62px;
}



#containerright
{
	/*margin: 10px 10px 10px 10px ;*/
	/*padding: 10px 10px 10px 10px ;*/
	float: left; /* this was the trick to stop the shit from jumping when hovering over menu */
	border-left: 10px solid white;
	width: 580;
	/*overflow: hidden; if we do this, then in firebox the submenu doesn't go the full lenght - weird */
}


#containerrighttop
{
	overflow: hidden;
	width: 100%;
	background: white;
	/*border: 10px solid rgb(56,0,1);*/
	/*background-image:url('../images/title_bg2.jpg');*/
	width: 580;
}
#containerrighttop_title
{
	overflow: hidden;
	float: left;
	/* makes text appear in bottom right in IE but not firefox*/
	position: absolute; right: 10px; bottom: 10px;}

#containerrightbottom
{
	overflow: hidden; /* scrollbars will automatically appear */
	/**/
}

#container_submenu
{
	overflow: hidden;
	background: #F793A6;
	height: px;
	width: 580;
}

#containerrightbottom a
{
	text-decoration: none;
	color: #C31030;
}

#containerrightbottom a:hover
{
		text-decoration: none;
	color: black;
}

#container_content
{
	float: left;
	width: 580;
	/*height: 100%;*/
	height: 475;
	background: #F793A6;
	padding-bottom: 30px;
	/*background-image:url('../images/bag_bg_transparent.png');*/
}

#container_content img
{
	background: #F793A6;
}

#footer
{
	text-align: center;
	padding: 5px 0px;
	color: #C0C0C0;
	font-size: 75%;
	line-height: 125%;
	width: 860px;
}

#footer a
{
	text-decoration: none;
	color: #C0C0C0;
}

#footer a:hover
{
	text-decoration: none;
	color: #C0C0C0;
}


.hushTable {
        border: 1px solid rgb(56,0,1);
        background: white;
        width: 75%;
	font:  11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.hushTable th {
        border: 1px solid rgb(56,0,1);
        background: #C0C0C0;
        color: #fff;
        font-weight: bold;
        padding: 3px;
}

.hushTable td {
        border: 1px solid rgb(56,0,1);
        text-align: center;
        padding: 2px;
}

/* for dojo tables */

		tbody.scrollContent tr.selected td {
			background: yellow;
			padding: 2px;
		}
		tbody.scrollContent tr:hover td {
			background: #a6c2e7;
			padding: 2px;
		}
		tbody.scrollContent tr.selected:hover td {
			background: #ff3;
			padding: 2px;
		}

