/* CSS Basic Document */

div#preload { display:none }

.btn { display: block; position: relative; background: #aaa; padding: 8px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/css/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #08448c; color: #ffffff; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn.high { background: #901010; color: #ffffff; }
.btn:hover { background-color: #109010; color: #ffffff; }
.btn:active { background-color: #10ff10; }
.btn[class] {  background-image: url(/css/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #08448c; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn.high { border-color: #ffb0d0; }
* html .btn:hover { border-color: #a00; }

.button
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
line-height: 14px;
font-weight: 500;
font-variant: normal;
text-transform: none;
text-decoration: none;
line-height: 100%;
margin:0px auto;
padding:0px;
font-size: 12pt;
color: #FFFFFF;
text-align: center;
vertical-align: middle;
}
body
{
margin:0px auto;
padding:0px;
background-color:#333333;
}
h1
{
line-height: 100%;
margin:0px auto;
padding:0px;
font-size: 24pt;
color: #FFFFFF;
text-align: center;
vertical-align: middle;
}
h2
{
line-height: 100%;
margin:0px auto;
padding:0px;
color: #101010;
}
strong
{
color: #202020;
}
b
{
color: #262626;
}
.header_table
{
margin-top:4px;
}
.logo
{
margin-left:10px;
}
.body_box
{
margin-top:0px;
padding-left:9px;
padding-right:9px;
padding-bottom:9px;
padding-top:4px;
color: #5C5C5C;
background-color:#FFFFFF;
}
.header_banner
{
background:url(../images/header_banner.jpg) center top no-repeat;
height:196px;
}
.services_bg
{
background:url(../images/services_bg.gif) left top no-repeat;
height:117px;
padding:10px;
}
.services_teable
{
margin-top:8px;
margin-bottom:12px;
}
.left_line
{
border-left:1px solid #E6E6E6;
}
.right_line
{
border-right:1px solid #E6E6E6;
}
.bottom_line
{
border-bottom:1px solid #E6E6E6;
}
.footer_table
{
margin-bottom:25px;
}

/* CSS Background Image Document */
.top_line
{
background:url(../images/line_bg.jpg) left top repeat-x;
height:4px;
}
.top_menu_bg
{
background:url(../images/top_menu_bg.jpg) left top repeat-x;
height:26px;
padding-right:12px;
}
.bottom_menu_bg
{
background:url(../images/bottom_nenu_bg.jpg) left top repeat-x;
height:22px;
padding-right:13px;
}
.box_top_bg
{
background:url(../images/box_top_bg.gif) left top repeat-x;
height:32px;
}
.footer_bg
{
background:url(../images/footer_bg.gif) left top no-repeat;
height:25px;
}

/* CSS Text Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
color:#C70202;
text-decoration:none;
background-color:inherit;
}
.bottom_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.bottom_link:hover
{
color:#C6C6C6;
text-decoration:underline;
background-color:inherit;
}
.white_text
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.body_link
{
color:#5C5C5C;
text-decoration:underline;
background-color:inherit;
}
.body_link:hover
{
text-decoration:none;
color:#212121;
background-color:inherit;
}

/* Borrowed from http://www.cs.cornell.edu/People/egs */
.pubs{position:relative}
.pubs .conference {visibility:hidden;position:absolute;
  top:100%;left:1em;margin-top:1em;padding:6px;
  border:1px solid #aaaaaa;background:#dddddd;z-index:1}
.pubs .conference *{margin-left:0;padding-left:0}
.pubs .short{font-weight: bold;
	font-variant: normal;
        font-style: italic;
	text-transform: none;
	color: #5C5C5C;}
.pubs:hover .conference{visibility:visible}
.pubs .short:hover .conference{visibility:visible}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
