@charset "utf-8";
/* CSS Document */

/* 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Start General styles 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/
html, body, #wrapper {
    /*min-height: 100%; Sets the min height to the
                        height of the viewport.
    width: 100%;*/
    /*height: 100%; Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers
    margin: 0;
    padding: 0;*/
    }
html>body #wrapper {
    /*height: auto; this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }
	
body{
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #000000;
	background-image: url(/images/framework/Lines-thin.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/*a:link {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
a:active {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}*/
#fr-main-border {
	border: 1px solid #9b9b9b;
}
#fr-main-tb-line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9b9b9b;
	border-bottom-color: #9b9b9b;
}
#Footer td {
	font-size: 10px;
	color: #666666;
}
#Footer td a {
	font-size: 10px;
	color: #999999;
}


/********************
GENERAL BODY STYLES
********************/

#ht_top {
	background-color: #005658;
	height: 27px;
	width: 800px;
}

#m_body {
	/*background-image: url(/images/framework/fr_body_bg1.jpg);
	background-repeat: repeat;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #111;
}

.no-ol{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A.no-ol:active, A.no-ol:link, A.no-ol:visited, A.no-ol:hover{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#thanks-box {
	background-image: url(/events/images/event_disc_ol.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

