html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	margin: 0px auto;
	font: 12px Arial,Tahoma;
	color: #000;
	background-color: #bababa;
	width: 100%;
}

img
{
	border: 0px;
	display: block;
}

table
{
	border: 0px;
	border-collapse: collapse;
}

table td
{
	padding: 0px;
	vertical-align: top;
}

#layout
{
	position: relative;
	background-color:#FFF;
	width: 1000px;
	height: auto;
	text-align: left;
}
a:active, a:focus { outline: 0; }
a
{
	font: 12px Arial,Tahoma;
	color: #bd3600;
	text-decoration: none;
}

a: hover
{
	color: #6a737b;
	text-decoration: underline;
}

#nav
{
	background: url('imgs/nav_bkg.gif') repeat-y;
	width: 237px;
}

#nav a
{
	background: url('imgs/nav_off.gif') no-repeat;
	font: bold 12px Arial,Tahoma;
	color: #4d4d4d;
	width: 217px;
	height: 20px;
	padding-top:8px;
	padding-left:20px;
	text-decoration: none;
	display: block;
}

#nav a:hover
{
	background: url('imgs/nav_on.gif') no-repeat;
	color: #000;
	text-decoration: none;
}

#nav .sub a
{
	background: url('imgs/subnav_off.gif') no-repeat;
	font: bold 10px Arial,Tahoma;
	width: 217px;
	height: 16px;
	padding-top:5px;
	padding-left:20px;
	text-decoration: none;
	display: block;
}
#nav .sub a:hover
{
	background: url('imgs/subnav_on.gif') no-repeat;
	color: #000;
	text-decoration: none;
}
#nav .subsub a
{
	background: url('imgs/subsubnav_off.gif') no-repeat;
	font: bold 10px Arial,Tahoma;
	width: 217px;
	height: 14px;
	padding-top:3px;
	padding-left:20px;
	text-decoration: none;
	display: block;
}
#nav .subsub a:hover
{
	background: url('imgs/subsubnav_on.gif') no-repeat;
	color: #000;
	text-decoration: none;
}
#nav .signout a
{
	background: url('imgs/nav_bkg.gif') no-repeat;
	font: bold 11px Arial,Tahoma;
	text-decoration: none;
}
#nav .signout a:hover
{
	background: url('imgs/nav_bkg.gif') no-repeat;
	text-decoration: none;
}

#nav .whatsnew a
{
	background: none;
	display:inline;
	font: bold 12px Arial,Tahoma;
	padding:0px;
	margin:0px
	text-decoration: none;
}

#logo
{
	width: 237px;
	height: 178px;
	border: 0px;
}
.xml_table td{
	padding:5px;
	border-left:#999999 1px solid;
}
.even{
	background-color:#f0f0f0;
}
.odd{
	background-color:#e2e2e2;
}
.title
{
	font: bold 16px Arial;
	color: #233c4f;
}

.iImages
{
	width: 73px;
	height:58px;
	border:0px;
}

#events td {padding:4px;}

#newsletters td {padding:4px;}

#foot
{
	font: 10px;
	color: #FFF;
	background-color: #6a737b;
	width:1000px;
}

.textareabox
{
	font: 11px Arial,Verdana;
	border: 1px solid black;
}

.selectbox
{
	font: 11px Arial,Verdana;
}

.inputbox
{
	font: 11px Arial,Verdana;
	border: 1px solid black;
}

input, textarea, select
{
	font: 11px Arial,Verdana;
	border: 1px solid black;
	margin:1px;
}

.inputbutton
{
	font: bold 11px Arial,Verdana;
	background-color: #CCCCCC;
	border: 1px solid black;
}
	
.helpbutton{ width:12px; height:12px; border:none; vertical-align:middle; display:inline; }

#tooltip{
    width:auto;
    max-width:400px;
    min-width:100px;
    border:1px solid;
    background:white;
    padding:5px;
    margin-top:4px;
    font-size:12px;
    color:dimgray;
}

#tooltip #ttimg.top{
    margin-top:-17px;
    margin-left:2px
}
#tooltip #ttimg.bottom{
    bottom:0;
    margin-bottom:-12px;
    margin-left:2px
}


#tooltip.default{
    border:3px solid #F0F1F2;
    background:#EBB45F;
    color:#000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px; 
    margin-top:2px;
}


#tooltip.default #ttimg.top{
	position:absolute;
		margin-top:-8px;
    margin-left:-8px
}
#tooltip.default #ttimg.bottom{
	position:absolute;
    bottom:0;
    margin-bottom:-3px;
    margin-left:-8px
}


