@charset "utf-8";
/* CSS Document */
/* this line was added because of a bullshit error at 8192 */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #486C99;
	background-image: url(../images/headribbon.gif);
	background-repeat: repeat-x;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5178E1;
	border-right-color: #5178E1;
	border-bottom-color: #5178E1;
	border-left-color: #5178E1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}
.topb {
	float: none;
	width: 728px;
	clear: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.main-menu {
	height: 85px;
	display: block;
	clear: both;
}
.thrColFixHdr #header {
	background-color: #507BAB;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	clear: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 3px;
	padding-left: 3px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #666666;
}
.thrColFixHdr #footerads {
	background-color: #62A4D9;
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
.headerFreemiditext {
	display: block;
	clear: both;
	vertical-align: baseline;
	font-size: 10px;
	color: #CCCCCC;
	padding-bottom: 5px;
	margin: auto;
	height: auto;
	position: static;
	padding-top: 5px;
}
.headerFreemiditext a:link, .headerFreemiditext a:visited{
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
.headerFreemiditext a:hover {
	text-decoration: underline;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
}
#footer a:hover {
	border-right-color: #333333;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#sidebar2 .links-link {
	border: 1px solid #7596BD;
	padding: 4px;
	background-color: #EEE;
}
#sidebar2 .links-link:hover {
	background-color: #FFF;	
}

#sidebar2 .links-link a {
	color: #039;
	text-decoration: none;
	display: block;
}
#sidebar2 .links-link a:hover {
	text-decoration: underline;	

}

</style> 
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.form-textfield {
	font-size: 18px;
}
.form-textfield {
	font-size: 18px;
	background-color: #F4F4F4;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #000000;
	padding-top: 3px;
}
.form-button, .form-button a:link, .form-button a:visited {
	font-size: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #FFFFFF;
	background-color: #D4D0C8;
	text-decoration: none;
}
.form-button:hover {
	background-color: #999999;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background-color: #D4D0C8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
.indexLevel1Cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	padding-top: 10px;
}
.indexLevel1Cell a {
	color: #3c3e3c;
	text-decoration: none;
	display: block;
	font-size: 24px;
}
.indexLevel1Cell a:hover {
	color: #A6A8A6;
}
.indexLevel1Cell2 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}
.indexLevel1Cell2 a {
	color: #0B335B;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	line-height: 14px;
	padding: 5px;
	display: inline;
	float: left;
	margin: 2px;
	width: auto;
}
.indexLevel1Cell2 a:hover {
	text-decoration: none;
	background-color: #d4d6d4;
	border: 1px solid #BCC0BC;
}
.directoryTableCell {
	margin: 2px;
	padding: 8px;
}
.directoryTableCell a {
	color: #0B335B;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	line-height: normal;
	padding: 5px;
	display: inline;
	margin: 8px;
	width: 100%;
}
.directoryTableCell a:hover {
	text-decoration: none;
	background-color: #d4d6d4;
	border: 1px solid #BCC0BC;
}
.breadcrumb-div {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #CCCCCC;
	padding-left: 5px;
	margin-top: 10px;
	width: 34em;
	top: 10px;
	z-index: 9999;
}
.breadcrumb-div a, .breadcrumb-div a:visited {
	background-image: url(breadcrumb.gif);
	background-position: right center;
	padding-right: 18px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #040264;
	font-weight: normal;
}
.breadcrumb-div a:hover {
	text-decoration: underline;
}
.breadcrumb a {
	background: transparent url(breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;
}
.comment-container-div {
	font-size: 24px;
	color: #333333;
}
.comment-header {
	font-size: 12px;
	color: #003399;
}
.comment-content {
	font-size: 14px;
	color: #000000;
	padding-bottom: 4px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #CEDEFF;
}
.news-comment-head {
	color: #333333;
	background-color: #CBD8E7;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	display: inline;
	font-weight: bold;
}
.news-comment-head2 {
	color: #CCCCCC;
	background-color: #EDEEF1;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	z-index: 1455;
	padding-top: 4px;
	padding-right: 4px;
	margin-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
}
 

.news-comment-text {
	padding: 4px;
	width: 34em;
	border: 1px solid #CCCCCC;
	background-color: #F4F8FB;
}
.content-header-div {
	font-size: 18px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #95CCEA;
	border-bottom-color: #95CCEA;
	width: 95%;
	display: block;
}
.main-content-header-div {
	border-top-width: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #486C99;
	border-right-color: #486C99;
	border-bottom-color: #486C99;
	border-left-color: #486C99;
	padding: 5px;
	color: #333;
	font-size: 24px;
	line-height: normal;
}
.small-text {
	font-size: 10px;
	line-height: normal;
}
.request-link-button {
	padding-top: 4px;
	line-height: normal;
	
	}
.request-link-button a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #97AFCE;
	border-bottom-color: #97AFCE;
	border-left-color: #97AFCE;
	color: #333;
	text-decoration: none;
	background-color: #E8F3FF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: -4px;
	clip: rect(auto,auto,auto,auto);
	clear: both;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.request-link-button a:hover {
	color: #FFF;
	background-color: #507BAB;
}
.request-notify-div {
	padding: 4px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.request-notify-div:hover{
	line-height: normal;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9E0F2;
	border-right-color: #D9E0F2;
	border-bottom-color: #D9E0F2;
	border-left-color: #D9E0F2;
}
.request-notify-div a{
	text-decoration: none;
	color: #333;
}
.request-notify-div a:hover{
	text-decoration: underline;
}
.request-list-div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEEF4;
	padding: 2px;
}
.request-list-div:hover {
	background-color: #F5F7FA;
}
.request-fullfill-link {
	padding: 4px;
}
.request-fullfill-link:hover {
	background-color: #FFF;
	border: 1px solid #D9E0F2;
}
.request-fullfill-link a {
	text-decoration: none;
}
.request-fullfill-link a:hover {
}

 
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	background-color: #EEE;
	color: #333;
}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #486C99;
	color: #FFF;
}
.tabl-div-left-col {
	float: left;
	width: 150px;
	height: 20px;
}
.chat-container {
	height: 500px;
	overflow: auto;
	top: 0px;
	left: 0px;
}
 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 660px; 
    height:90px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
.newmidi-index-list {
	padding: 2px;
}
.newmidi-index-list a {
 
}
.comment-username {
	color: #06F;
	font-size: 14px;
	line-height: normal;
}
.comment-content {
	padding: 4px;
	font-size: 16px;
	line-height: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
