/* Main CSS Document */
html {
min-width: 920px;
} /*IE7*/
* {
padding:0;
margin:0;
}
body {
margin:0 10px;
padding:0;
text-align:center;
font-family:Arial,Verdana,sans-serif;
font-size:84%;
/*background-color:#EEE;*/
background:#CFE1ED url(../img/bgbody.gif) repeat-x;
}
h2 {
clear:right;
color:#990000;
font-family:Verdana,helvetica,arial,sans-serif;
font-size:30px;
font-weight:normal;
margin:0pt;
}
a, a:link { outline: none; color:#00c; }
a:hover, a:focus { color:red; }
a:visited { color:#00c; }
img {
border:0;
}
hr {
background-color:#CCCCCC;
border:medium none;
clear:both;
color:#CCCCCC;
height:1px;
width:100%;
}
.black{
color:black;
}
.red{
color:red;
}
.gray{
color:#97a6b5;
}
.green {
color:green;
}
.blue {
color:#00c;
}
.textStumble {
color: #107310;
}
.indent {text-indent: 2em;}
.right{
text-align:right;
}
.float-left {
float:left;
}
.float-right {
float:right;
}
.font-bold {
font-weight:bold;
}
.xsmall{
font-size:x-small;
}
.btag a{
float:left;
width:24%;
padding:2px 0;
border-bottom: solid #C8CCD0 1px;
line-height:1.1em;
}
.cattag {
background:#E2FFE4;
}
.btag a:hover, .btag a:active {
background:#E2FFE4;
}
.small{
font-size:small;
}
.medium{
font-size:medium;
}
.large{
font-size:large;
}
.none{
display:none;
}
.underline {
text-decoration:underline;
}
.codetop,
.sqltop,
.htmltop{
background: #FDDBCC;
color: #000;
font-weight: bold;
margin: 0 auto 0 auto;
padding: 3px;
clear:both;
}
.codemain,
.sqlmain,
.htmlmain{
/*background: #FAFCFE;*/
border: 1px dotted #000;
font-family:"Courier New", Courier, Verdana, Arial;
margin: 0 auto 0 auto;
padding: 2px;
overflow:hidden;
}
.codemain a {
text-decoration:none;
}
.clearline{
clear:both;
}
.clearleft{
clear:left;
}
.upperfont {
text-transform:uppercase;
}
.capitalizefont {
text-transform:capitalize;
}
.cssform p{
clear: left;
margin: 0;
padding: 5px 0;
padding-left: 95px;
height: 1%;
}
.cssform label{
float: left;
text-align:right;
margin-left:-95px;
padding-right:1em;
width: 90px;
}
.commentbox{
background-color: #ececec;
margin:1em 0 0;
padding: 10px;
}
.commentfooter{
background: url(../img/arrow.gif) 20px 0 no-repeat;
padding-left: 58px;
padding-top: 1px;
margin-bottom: 1em;
font-size: 90%;
color: #4A4A4A;
}
.error, .notebox {
margin:1em 0;
padding:1em;
background:#ffd;
border:#fc9 1px solid;
clear:both;
}
.bq {
padding-left:2em;
}
.bq1 {
padding-left:1em;
}
/* contents */
#container {
border:1px solid #E5ECF5;
border-top:none;
text-align: left;
margin: 0 auto 1em;
position: relative;
width:980px;
background-color:#FFF;
}
/* Header, menu */
#header{
width:100%;
position:relative;
}
#logoline{
height:67px;
width:100%;
}
#logo{
float:left;
padding:0 10px 0 0;
}
#toplogin{
text-align:right;
padding:3px 8px 2px;
}
#schbox{
float:left;
width:55%;
}
#schbox .searchform {
width:80%;
}
#schbox button {
background:#FFC027 url(../img/schbtnbg.gif) repeat-x scroll 0%;
border:1px solid #B08D4F;
color:#772D00;
cursor:pointer;
float:left;
height:21px;
margin:0pt 0pt 0pt 1px;
padding:0pt;
width:60px;
}
#schbox .searchtext {
background:#FFFFFF url(../img/uniinputbg.gif) no-repeat scroll 0pt;
border-color:#7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
border-style:solid;
border-width:1px;
float:left;
font-size:12px;
margin:0pt;
padding:3px 4px 2px;
width:55%;
}

#nav {
border:1px solid #E5ECF5;
background:#ecf1f5; /*url(../img/bg_nav.gif) repeat-x scroll 0pt;*/
margin:0pt;
padding:0pt;
/*width:980px;*/
}
#nav ul, #subnav ul {
list-style:none;
margin:0;
padding:0;
overflow:auto;
}
#nav ul li{
float:left;
display:block;
}
#nav ul li a {
    display:block;
    line-height:28px;
    padding:0 1em;
    text-decoration:none;
    font-size:12px;
    color:#fff;
    float:left;
    border-right:1px solid #bbb;
    margin:1px 0;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav ul li a {
    float:none;
	color:#000;
}
/* End IE5-Mac hack */
#nav ul li a:hover {
    background:#fff /*url(../img/bg_nav_hover.gif) repeat-x 0 0*/;
    color:#bbb;
}
#nav .current a, #nav .current a:hover {
    line-height:30px !important;
    margin:0 !important;
    background: #005CA3 !important;
    background-image:none !important;
}
/* navigation - second level
---------------------------- */
#subnav {
    width:980px;
    background-color:#005CA3;
    padding:6px 0 6px 0;
    border-bottom:1px solid #bbb;
    /*margin-top:expression(-2+"px"); causing problems in IE Win*/
}
#subnav ul li {
    float:left;
	padding:2px 0px 2px 0px;
    display:inline-table;
}
#subnav ul li a {
    padding:0 1em;
    text-decoration:none;
    color:#fff;
    float:left;
}
#subnav ul li a {
    /*border-left:1px solid #fff;*/
	white-space:nowrap ;
}
#subnav ul li a:hover {
    text-decoration:underline;
}
#subnav .nav_selected a, #subnav .nav_selected a:hover {
    color:#cc9999;
}
#subnav .first a {
    border-left:none;
}

/* contents */
#contents {
margin:0 auto;
padding:0;
width:100%;
border-bottom:1px solid #D4D4D4;
overflow:hidden;
background:url(../img/content_bg.gif) repeat-y 78% 0;
}
#content {
float:left;
margin:0;
width:75%;
padding:1em;
overflow:hidden;
}
#description img {
/*max-height:280px;*/
max-width:390px;
cursor: default;
}
#content h1{
font-size:1.5em;
color:#00c;
}
#content h1 a:visited {
color:#00c;
}
#content h2{
font-size:1.4em;
}
#content h3 {
padding: 5px 0 5px 3px;
color: #1f3a87;
font-size:1.3em;
clear:both
}
#content h4{
font-size:1em;
font-weight:normal;
}
#content ol li {
margin-left:2em;
}
#content a, #content a:visited {
text-decoration:none;
}
#content #booklist li a:visited {
/* color:#551a8b; */
color:#48468F;
}
#content a:hover, #content a:active {
text-decoration:underline;
}
#content li a:active, #content li a:hover {
color:red;
}
#booklist, #userlist{
padding-top:1px;
padding-bottom:1px;
clear:both;
}
#booklist li a, #userlist a{
display:block;
padding: 2px 0 2px 0;
}
#booklist h3, #userlist h3 {
color:#333;
font-size: 1em;
margin-top:10px;
padding: 10px 0 10px 1em;
background:url(../img/h3-bg.png) top left no-repeat;
}
#booklist li span, #userlist li span{
float: right;
color: #556677;
padding: 2px 0 2px 0;
padding-right:1em;
}
#booklist h3 span, #userlist h3 span{
float: right;
color:#556677;
font-size: 1em;
font-weight:normal;
margin:-10px -5px 0 0;
padding: 10px 1em 10px 1em;
background:url(../img/h3-bg.png) top right no-repeat;
}
#booklist ol li, #userlist ol li{
padding: 1px 0 1px 0;
border-bottom: solid #C8CCD0 1px;
margin-left:4em;
}
#booklist li a:hover, #userlist li a:hover {
background:#E2FFE4;/*CFF8A3*/
cursor:pointer;
}
#secondNav-wrapper {
float:right;
padding:0;
margin:0 4px 0 0;
width:20%;
overflow:hidden;
}
#secondNav-wrapper * {
font-size:1em;
}
#secondNav-wrapper h3 {
color:#222222;
border-bottom:1px solid #666666;
font-weight:normal;
margin:1em 0pt 0pt;
padding:4px 0pt;
width:180px;
text-transform:uppercase;
}
#secondNav{
color:#15428B;
overflow:hidden;
width:180px;
}
#secondNav a, #secondNav a:visited {
text-decoration:none;
}
#secondNav a:active, #secondNav a:hover {
color:#FF6600;
text-decoration:underline;
}
#secondNav ul, #secondNav li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
#secondNav li {
display:inline;
}
#secondNav ul li a {
color:#194F95;
display:block;
margin:0pt;
padding:1px 6px;
text-decoration:none;
}
#secondNav #more-category li a, #secondNav .arrowlist li a {
border-bottom:1px solid #AAAAAA;
background:#FFFFFF url(../img/bullet_menu.gif) no-repeat scroll 6px 50%;
padding:4px 6px;
padding-left:18px !important;
}
#secondNav ul li a:hover {
background-color:#F6F6F6;
text-decoration:none;
}
#secondNav #more-category .current a, #secondNav #more-category a:hover {
background-color:#ECECEC;
}
#secondNav .arrowlist li a {
color:#194F95;
}
#secondNav .arrowlist li a:hover {
background-color:#ECECEC;
color:red;
text-decoration:none;
}
/* Footer */
#footer {
clear: both;
margin:0;
width:100%;
padding-top:5px;
position: relative;
text-align:center;
border-top:1px solid #CCCCCC;
} /*IE6*/
.footer-contents {
padding-top:2px;
}
.coverboxborder{width:130px; height:180px; border:1px solid #cccccc;}
