﻿ div#container{width: 500px; margin:0 auto}
 p{margin: 0 0 1.7em; }

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/images/bubble.gif) no-repeat bottom;
}



.button1
{
     border-right: #00156e 1px solid;
    padding-right: 4px;
    border-top: #00156e 1px solid;
    padding-left: 4px;
    background: url('/images/Button_Default.gif') #f1f1f1 repeat-x center 50%;
    padding-bottom: 0px;
    margin-left: 8px;
    vertical-align: middle;
    overflow: visible;
    border-left: #00156e 1px solid;
    color: #00156e;
    padding-top: 0px;
    border-bottom: #00156e 1px solid;
    height: 1.75em;
    text-align: center;
    min-width: 98px;
    cursor:pointer;

}




/***** Main Template *****/


/***** News Articles *****/

.thumb {
    float: left;
     padding: 3px;
    border: 1px solid #b7cce0;
    margin:  0 0 0em 0em;
     
 }
 
 
 .thumbsmall {
    float: left;
     padding: 2px;
    border: 1px solid #b7cce0;
    margin:  0 0 0em 0em;
     
 }
 
 .thumblarge {
    
     padding: 2px;
    border: 3px solid gray;
    margin:  0 0 0em 0em;
     
 }

 

.thumb span {
    display: none;
}

/* Gradient Background: */
.button-bg {
    background: url('/images/button_bg.gif') repeat-x;
    border: 1px solid #bfa277;
}



.inputtext {
	background-color: #FFF;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 2px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	vertical-align: middle;
     
}

/* Video Styles */


.pages
{
	margin: 0;
	clear: left;
	font-size: 8pt;
	font-family: arial;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #d0e0f1;
    background: #fff;
}

.pages span.current {
    border: 1px solid #97bde6;
    font-weight: bold;
    background: #d0e0f1;
    color:Orange;
}

.pages a {
    border: 1px solid #d0e0f1;
    text-decoration: none; color:#97bde6
}

.pages a:hover {
    border-color: #97bde6;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #97bde6;
}

.pages span.nextprev {
    border: 1px solid #d0e0f1;
    color: #97bde6;
}

.pages .nextprev-next {
    float: right;
}


.inputtextforusername {
	background-color: #FFF;
	background-image: url('/images/user_gray.png');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 4px;
	padding-left: 26px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	vertical-align: middle;
	width: 160px;
}

.inputtextforpassword {
	background-color: #FFF;
	background-image: url('/images/key.png');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 4px;
	padding-left: 26px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	vertical-align: middle;
	width: 160px;
}





