/* CSS Document */

body {
	font: 12px/12px Tahoma, Arial, Helvetica, sans-serif; color:#000000; line-height: 1.1em;
    color: #000000;
    background: #FFFFFF;
	margin: 0;
	padding: 0;
}

a { color: #1100AA; text-decoration:underline; background: inherit; }
a:hover { color: #7777EE; text-decoration:none; background: inherit;}
h1 {font: 16px/16px Arial, Helvetica, sans-serif; color:#000000; line-height: 1.3em;}
h2 {font: 16px/16px Tahoma, Arial, Helvetica, sans-serif; color:#121212; line-height: 1.5em;}

.thin {
	border-right: 1px solid #1100AA;
	border-left: 1px solid #1100AA;
	border-top: 1px solid #1100AA;
	border-bottom:  1px solid #1100AA;
}

.header {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

.logo {
	padding: 0;
	margin: 0;
}

.user {
    float: right;
	padding: 0;
	margin: 7px 10px 0 10px;
}

.spacer {
    background: #161763;
    height: 4px;
}

.links {
	background: #143c7c;
	width: auto;
	height: 40px;
	padding: 0;
	margin: 0;
	font: 13px/13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration:none;
	text-align: center;
/*	border-bottom: 1px solid #577B9D; */
}

.links ul { 
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

.links li { 
    float:left; 
	padding: 0;
	margin: 0;
	width: 120px;
	height: 34px;
	line-height: 34px;
}

.links a { 
    display: block;
    color: #FFF;
    background-color: #143c7c;;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border-right: 1px solid #fff;
}

.links a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.content {
	background: inherit;
	color: #161763;
	margin: 20px 5px 5px 30px;
	padding: 0;
}

.footer {
	width: 100%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 15px 0 10px 0;
}

.intip {
    display: none;
    width: 300px;
    float: right;
    position: fixed;
    left:920px;
    top:130px
}

.box {
	background-color: #FFFFFF;
	width: 400px;
	height: 153px;
	margin: 0;
	padding: 0;
 	border: 1px solid #161763;
}

.box_header {
	background-color: #161763;
	color: #FFFFFF;
	width: 400px;	
	margin: 0;
	padding: 0;
	border-top: 1px solid #161763;
	border-left: 1px solid #161763;
	border-right: 1px solid #161763;
}

.text_padding {
	padding: 5px 5px 5px 5px;
}

.blockhead {
	background: #161763;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	width: 700px;
	border: 1px solid #161763;
	padding: 4px 10px 4px 10px;
	font: 13px/13px Arial, Helvetica, sans-serif;">
}

.blockbody {
	width: 700px;
	border-left: 1px solid #161763;
	border-right: 1px solid #161763;
	border-bottom: 1px solid #161763;
	padding: 8px 10px 8px 10px;
}



a.info{
    position:relative; /*this is the key*/
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	padding: 5px 5px 5px 5px;
    top:40px; left:2em; width:200px;
    border:1px solid #666666;
    background-color: #FFFFCC;
	color: #333333;
	font-size:12px;
	line-height:1.3em;
    text-align: center;
}
