@charset "utf-8";
/* CSS Document */
* { margin: 0 }
html {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #9ba7ba;
    background: url(../images/bdy.jpg) repeat-y center top #07121c;
    font-family: Verdana, Geneva, sans-serif;
    width: 100%;
    height: 100%;
}
* { outline: none }
.clr {
    clear: both;
    display: block;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form {
    margin: 0;
    padding: 0;
}
a,
img {
    border: none;
    outline: none;
    text-decoration: none;
}
a:hover { }
p {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
a { text-decoration: none }
a:hover { text-decoration: none }
ul,
ol,
li { list-style: none }
.left { float: left }
.right { float: right }
/*Wrapper*/
.wrpr {
    width: 1030px;
    margin: 0 auto;
}
/*Header*/
.header {
    position: relative;
    padding: 20px 0 0 0;
    background: url(../images/header-top.png) no-repeat center top;
}
.header h1.logo {
    width: 521px;
    height: 62px;
    float: left;
    padding: 0 0 10px 94px;
}
.header h1.logo a {
    display: block;
    background: url(../images/logo.png) no-repeat;
    width: 530px;
    height: 61px;
    text-indent: -5500px;
}
.header .login {
    width: 395px;
    float: right;
    padding: 0 0 10px;
}
.header .login .left { width: 250px; font-weight: bold; } /* 165 */
.header .login .left input[type="text"],
.header .login .left input[type="password"] {
    width: 118px; /* 133 */
    height: 17px;
    background: #0f1219;
    border: 1px solid #283243;
    color: #9ba7ba;
    padding: 5px 10px;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}
.header .login .left input[type="text"] {
	margin-left: 4px;
}
.header .login .right {
    width: 140px;
    float: left;
    padding: 3px 0 0 0;
}
.header .login .right input[type="submit"] {
    background: url(../images/login-btn.png) no-repeat;
    width: 73px;
    height: 27px;
    border: none;
    cursor: pointer;
    float: left;
    margin: 0 0 8px;
}
.header .login .right a.join {
    color: #feff76;
    font-size: 12px;
    margin: 0 0 0 10px;
    line-height: 27px;
    text-transform:uppercase;
}
.header .login .right input[type="checkbox"] {
    margin: 1px 6px 0 0;
    float: left;
}
.header .login .right label {
    color: #9ba7ba;
    font-size: 12px;
    float: left;
    cursor: pointer;
}
.header .login .logout input[type="submit"]  {
    background: url(../images/logout-btn.png) no-repeat;
	position: relative;
	top: -35px;
    width: 73px;
    height: 27px;
    border: none;
    cursor: pointer;
    float: right;
    margin: 0 5px 10px;
}
.header .login .logout h2 {
    width: 260px;
    height: 50px;
    text-align: left;
    line-height: 45px;
    float: left;
    background: url(../images/trans-bg.png);
    margin: 4px 136px 0 0;
    border: 2px solid #6c7040;
    color: #feff76;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: normal;
	padding: 0 4px 0 25px;
}
.header .menu1 {
    width: 441px;
    height: 54px;
    float: left;
    background: url(../images/trans-bg.png);
    margin: 0 0 0 136px;
    border: 2px solid #6c7040;
}
.header .menu1 ul {
    position: relative;
    background: url(../images/line-btm.jpg) repeat-x left bottom;
    width: 441px;
    height: 24px;
}
.header .menu1>ul>li {
    float: left;
    height: 26px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
}
.header .menu1 li.active {
    background:#12161f  url(../images/line-3.jpg) no-repeat 0 0;
}
.header .menu1 li.active a {
	display:block;
    background: url(../images/line-3.jpg) no-repeat right 0;
}
.header .menu1 li.active li a,
.header .menu1 li.active:last-child a,
.header .menu1>ul>li:first-child {
	background:none;
}
.header .menu1>ul>li:first-child.active {
	background:#12161F;
}


.header .menu1>ul>li>a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0 8px;
}
.header .menu1 ul li a:hover,
.header .menu1>ul>li.active>a {
    color: #feff76;
}
.header .menu1 ul li ul { display: none }
.header .menu1 ul li.active ul { display: block }
.header .menu1 ul li ul {
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    background: none;
	background-color: #12161f;
}
.header .menu1>ul>li>ul>li {
    float: left;
    padding: 0 40px 0 5px;
    font-weight: normal;
    font-size: 22px;
    text-transform: none;
}
.header .menu1>ul>li>ul>li>a {
    border: none;
    padding: 0 3px;
    color: #fff;
    display: block;
    font-variant: small-caps;
}
.header h2 {
    width: 298px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    float: right;
    background: url(../images/trans-bg.png);
    margin: 0 136px 0 0;
    border: 2px solid #6c7040;
    color: #feff76;
    font-size: 24px;
    font-variant: small-caps;
    font-weight: normal;
}
.header .browse-category {
    height: 66px;
    margin: 10px 136px;
    background: url(../images/trans-bg.png);
    border: 2px solid #6c7040;
    position:relative;
    overflow: hidden;
}
.header .browse-category strong {
    float: left;
    width: 170px;
    text-align: right;
    color: #fff;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 2px solid #6c7040;
}
.header .browse-category a, .header .menu1 a {
	cursor: pointer;
}
.header>.browse-category>ul {
	width:101%;
    height: 34px;
    float: left;
    background: url(../images/line-btm.jpg) repeat-x left bottom;
}
.header>.browse-category>ul>li {
    float: left;
    height: 36px;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 15px;
    font-weight: bold;
    overflow:hidden;
}
.header .browse-category li.active {
    background:#12161f url(../images/line-1.jpg) no-repeat 0 0;
}
.header .browse-category li.active a {
	display:block;
    background:url(../images/line-1.jpg) no-repeat right 0;
}
.header .browse-category li.active li a,
.header .browse-category li.active:last-child a,
.header .browse-category>ul>li:first-child {
	background:none;
	overflow:hidden;
}
.header .browse-category ul li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
.header .browse-category ul li a:hover,
.header .browse-category>ul>li.active>a {
    color: #feff76;
}
.header .browse-category ul li ul { display: none }
.header .browse-category ul li.active ul { display: block }
.header .browse-category>ul>li>ul {
    position: absolute;
    top: 32px;
    left: 0;
    width: 750px;
    text-align: center;
}
.header .browse-category>ul>li>ul>li {
    float: none;
    padding: 0 2px;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
}
.header .browse-category ul li ul li a {
    border: none;
    color: #fff;
    padding: 0;
}
.header .search { padding: 0 0 10px 136px }
.header .search label {
    float: left;
    text-align: right;
    font-size: 16px;
    color: #fff;
    width: 120px;
    padding: 0 10px 0 0;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.header .search .box {
    float: left;
    background: #fff;
    width: 545px;
    padding: 0 10px;
    border:1px solid #fff;
}
.header .search .box input[type="text"] {
    color: #122d45;
    border: none;
    width: 520px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
}

.header .search .box input[type="submit"] {
    float: right;
    border: none;
    cursor: pointer;
    background: url(../images/submit-ico.jpg) no-repeat;
    width: 20px;
    height: 18px;
    margin: 6px 0 0;
}
.header .link {
    width: 640px;
    margin: 0 auto 20px;
    border-bottom: 2px solid #1774ab;
    text-align: center;
    padding: 0 0 10px;
}
.header .link span,
.sort span {
    color: #ffffff;
    margin: 0 1px;
}
.header .link a,
.sort a {
    color: #feff76;
    margin: 0 1px;
    text-transform: uppercase;
    font-size: 12px;
}
/*Browser Pagination*/
.browse-pagi {
	padding: 25px 12px 20px;
	overflow: hidden;
}
.browse-pagi .pagi {
    width: 480px;
    height: 32px;
    line-height: 32px;
    margin:0 auto;
    text-align: center;
}
.browse-pagi .pagi-bottom {
	padding-bottom: 15px;
    width: 500px;
    height: 32px;
    line-height: 32px;
    margin:0 auto;
    text-align: center;
	border-bottom: 2px solid #1774ab;
}
.browse-pagi .pagi-bottom a.prev,
.browse-pagi .pagi a.prev {
    float: left;
    background: url(../images/circ-btn.png) no-repeat 0 0;
    height: 30px;
    width: 30px;
}
.browse-pagi .pagi-bottom a.next,
.browse-pagi .pagi a.next {
    float: right;
    background: url(../images/circ-btn.png) no-repeat 0 -30px;
    height: 30px;
    width: 30px;
}
.browse-pagi .pagi-bottom b,
.browse-pagi .pagi b {
    width: 420px;
    position:relative;
    top:-3px;
    float: left;
    color: #fff;
    font-size: 23px;
    /* text-transform: uppercase; */
	font-variant: small-caps;
    font-weight: normal;
}
.browse-pagi .pagi-bottom b.info,
.browse-pagi .pagi b.info {
	float:none;
	width:auto;
}
.browse-pagi .pagi b span, .browse-pagi .pagi-bottom b span { font-size: 28px }
.yelTxt {
	color: #fbfc75;
	font-variant:small-caps;
	text-transform:none;
	word-wrap: break-word;
 }
h5 span.yelTxt {
	font-size:28px;
}
h2 span.yelTxt {
	font-size:28px;
}

/*About Page*/
.abtPage, .infoPage, .errorBox {
    background: url(../images/abt-bg.png) repeat-y;
    border-top: 2px solid #1774ab;
    border-bottom: 2px solid #1774ab;
    padding: 5px 70px;
    margin: 0 0 25px;
}
.abtPage h2 {
    float: left;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 10px 40px;
}
.abtPage h5 {
    float: right;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 5px 0 10px;
}
.abtPage p {
    color: #fff;
    line-height: 22px;
    padding: 0 0 10px;
}
.sort {
    text-align: center;
    padding: 0 0 10px;
    font-size: 12px;
}
/*Form A Category*/
.fromCategory {
    border-bottom: 2px solid #1774ab;
    margin: 0 0 30px;
    position: relative;
}
.fromCategory-bottom {
	border-bottom: none;
	margin: 0 px;
	position: relative;
}
.fromCategory-bottom select,
.fromCategory select {
    color: #122d45;
    border: none;
    #width: 520px;
    #float: left;
    font-size: 14px;
    font-weight: bold;
    #padding: 0 0 0 20px;
}
.fromCategory-bottom h5,
.fromCategory h5,
.latest-article h5 {
    text-align: center;
    padding: 0 0 20px;
    font-size: 28px;
    font-weight: normal;
	font-variant:small-caps;
    color: #fff;
/*    text-transform: uppercase; */
}
.fromCategory-bottom h5 {
	padding: 0px;
}
.fromCategory h5 {
    padding: 20px 0 0 20px;
}
.fromCategory ul { }
.fromCategory ul li {
    padding: 20px 0 0;
    border-top: 2px solid #1774ab;
    overflow: hidden;
}
.fromCategory ul li.odd { background: url(../images/odd-bg.jpg) repeat-y }
.fromCategory ul li .galler {
    width: 500px;
    float: left;
}
.fromCategory.collapDiv ul li {
	border-top: 0px;
}
#fullthumb img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.large .bigImg {
	margin-bottom:9px;
}
.bigImg {
	margin-bottom:5px;
    position: relative;
}
.smImg span {
	margin-right:5px;
}
.smImg span.last {
	margin:0;
}
/*
.smImg  {
	margin-bottom:5px;
}
*/
.bug {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/bug.png) no-repeat;
    width: 77px;
    height: 39px;
}
.bug1080 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/bug-1080.png) no-repeat;
    width: 77px;
    height: 52px;
}
.bigImg a, .article .box a {
	display: none;
}
.bigImg:hover a,
.box:hover a {
    background: url(../images/ml-ho.png) no-repeat;
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}
.fromCategory ul li .galler .smImg { width: 510px }
.fromCategory ul li .galler .smImg span {
    float: left;
    width: 121px;
/*    height: 68px; */
    margin: 0 5px 0 0;
}
.fromCategory ul li h3 { /* more link */
    color: #feff76;
    font-size: 12px;
}
.fromCategory ul li .info {
    float: right;
    width: 500px;
    padding: 0 5px 0 0;
}
.fromCategory ul li .info h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    font-variant:small-caps;
    padding: 0 0 10px;
}
.fromCategory ul li .info h3 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.fromCategory ul li .info h3 a.yelTxt {
	text-transform: uppercase;
	font-variant: normal;
}

.fromCategory ul li .info p { padding: 0 0 10px }
.fromCategory ul li .info p a { color: #fbfc75 }
.fromCategory ul li .info .btmInfo {
    text-align: right;
    color: #fff;
    padding: 20px 0 0 0;
    font-size: 14px;
    line-height: 22px;
}
.fromCategory ul li .info .btmInfo span { display: block }
.fromCategory ul li .info .btmInfo small { font-size: 14px }
.fromCategory ul li .info .btmInfo .filename {
    padding: 0px 0 0 125px;
	color: #fbfc75;
	word-wrap: break-word;
}

.fromCategory ul li .article,
.latest-article ul li .article {
    width: 500px;
    margin: 0 5px;
}
/* .fromCategory ul li .article.type1 { padding-top: 23px } */
/* .fromCategory ul li .article.type1 .box { height: 243px } */
/* .fromCategory ul li .article.type2 .box { height: 266px } */
.fromCategory ul li .article .box,
.latest-article ul li .article .box { position: relative }
.fromCategory ul li .article .box p,
.latest-article ul li .article .box p {
	font-variant: normal;
	width:450px;
	height:45px;
	padding:55px 25px 0px;
	line-height:16px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
	z-index: -1;
    background:url("../images/gradient-bottom.png") no-repeat;
}
.fromCategory ul li .article h3,
.latest-article ul li .article h3 {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
	font-variant: small-caps;
}
.fromCategory ul li .article h3 a,
.latest-article ul li .article h3 a { color: #fbfc75 }
#content .fromCategory.collapDiv {
    border-bottom: none;
    background: url(../images/line-2.jpg) no-repeat center top;
/*    padding: 15px 0 0 0; */
    margin: 3px 0 0 0;
    font-variant:small-caps;
}
#content .fromCategory.collapDiv h5 { padding-bottom: 0 }
#content .fromCategory.collapDiv ul li { border: none }
.switch {
    position: absolute;
    top: 30px;
    left: 0;
}
.switch a {
    font-size: 12px;
    color: #fbfc75;
}
/* --- Links  --- */
.expand {
	width:495px;
	margin-bottom:5px;
	text-align:right;
	clear:left;
}
.expand a {
    color: #feff76;
    font-size: 12px;
    margin: 3px 0 0 0;
    display: inline-block;
}

.expand a:hover,
.expand a:active,
.expand a:focus { }
/* .expand a.open:link, */
/*Latest Article*/
.latest-article { padding: 0 0 20px }
.latest-article ul { }
.latest-article ul li {
    background: url(../images/bg1.png) no-repeat center center;
    position: relative;
}
.latest-article ul li a.prev {
    background: url(../images/circ-btn2.png) no-repeat 0 0;
    width: 61px;
    height: 61px;
    position: absolute;
    top: 40%;
    left: 98px;
	cursor: pointer;
}
.latest-article ul li a.next {
    background: url(../images/circ-btn2.png) no-repeat 0 -61px;
    width: 61px;
    height: 61px;
    position: absolute;
    top: 40%;
    right: 98px;
	cursor: pointer;
}
.latest-article ul li:first-child .article {
    border: none;
    padding-top: 0;
}
.latest-article ul li .article {
    margin: 0 auto 0;
    border-top: 2px solid #1774ab;
    padding: 20px 0 0;
}
.latest-article ul li .article .posted {
    text-align: center;
    color: #fff;
    font-size: 20px;
	font-variant: small-caps;
    padding: 5px 0 15px;
}
.demo .collapse {
	overflow:hidden;
	clear:both;
}
.browse-category em {
	font-style:normal;
	color:white;
}
#content .expanded li, #content .expanded .fromCategory {
	border:none;
}
#content .expanded .collapDiv {
	padding-bottom:20px;
	background-position:center bottom;
}

.galler.large .smImg {
	padding: 10px 0 20px 0;
	background-color:#1f476d;
	border-bottom:2px solid #137ebc;
}
.articleInfo {
	padding-top:20px;
	background: url(../images/odd-bg.jpg) repeat-y;
}
.articleInfo .access {
	margin-bottom:30px;
	text-align:center;
	font-size:20px;
	color:#9ba7ba;
	text-transform:uppercase;
}

.articleInfo .access span {
	font-size:24px;
	color:#ffffff;
	text-transform:none;
	font-variant:small-caps;
}
.btn {
	margin:0 auto 20px;
	text-align:center;
	width:100%;
/*	width:288px;
	font-size:20px;
	color:#feff76; */
}
.btn a {
	margin-bottom:5px;
	display:inline-block;
	margin-right:15px;
	margin-left:15px;
/*
	height:80px;
	padding:20px 0 0 0;
	font-weight:bold;
	color:#feff76;
	font-size:44px;
	text-transform:uppercase;

    background: url(../images/btn-link.gif) no-repeat;
*/
}
.dlfilename {
	width:700px;
	margin:0 auto 20px;
	text-align:center;
	font-size:20px;
	color:#feff76;
	display:block;
}
.btn a:hover {
	color:#d9da3e;
}
.cols {
	padding:20px 0;
	border-bottom:2px solid #137ebc;
	border-top:2px solid #137ebc;
}
.cols h3 {
	margin-bottom:10px;
	font-weight:normal;
	font-size:18px;
}
.cols h1 {
	margin-bottom:10px;
	color:#ffffff;
	font-weight:normal;
	font-size:30px;
	font-variant:small-caps;
}
.cols p a {
	color:#feff76;
	font-variant:small-caps;
}
.cols dl {
	padding:5px 0 0 25px;
	font-size:24px;
	color:white;
	font-variant:small-caps;
}
.cols dt, .cols dd {
	display:inline-block;
}
.cols dl a {
	color:#feff76;
}
.articleInfo .col {
	line-height: 30px;
	width:500px;
	display:inline-block;
	vertical-align:top;
}
.articleInfo .col:first-child {
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid #137ebc;
}
.results {
	width:800px;
	margin:0 auto 30px;
	border-spacing: 0px;
	border: 1px solid #137ebc;
	border-bottom:none;
}
.results th {
	font-size:26px;
	color:#fff;
	font-variant:small-caps;
	font-weight:normal;
	border: 1px solid #137ebc;
}
.results th:nth-child(1) {
	width:287px;
}
.results th:nth-child(2) {
	width:98px;
}
.results th:nth-child(3) {
	width:98px;
}
.results th:nth-child(4) {
	width:138px;
}
.results th:nth-child(5) {
	width:165px;
}
.results td {
	padding:6px;
	text-align:center;
	border-right: 1px solid #137ebc;
	border-top: 1px solid #137ebc;
	border-bottom: 1px solid #137ebc;
	border-left: 1px solid #137abc;
	font-size:12px;
}
.results td.highlight {
	font-weight: bold;
	color:#132D46;
	box-shadow: inset 0px 0px 2px 2px #132D46;
	background: url("../images/gradient-table-yellow.gif") repeat-y;
	background-size: contain;
}
.results a {
	color:#feff76;
}
.results .highlight a {
	color:#132D46;
}
.results td:first-child {
	text-align:left;
}
.results tr:nth-child(2n+1) {
	background-color:#1f476d;
}
.results tr:nth-child(20n+1) {
	background:url("../images/gradient-table.gif") repeat-y;
	background-size: contain;
}
.matches {
	padding:30px 0 10px;
}
.matches h1, .matches h2 {
	margin-bottom:15px;
	font-size:28px;
	color:#fff;
	font-variant:small-caps;
	font-weight:normal;
}
.matches .content {
	padding-left:30px;
	margin-left:15px;
	border-left:2px solid #137ebc;
	overflow: hidden;
	zoom:1;
}

.matches img {
	margin:0 20px 0 0;
	float:left;
}
.matches li {
	margin-bottom:15px;
	overflow: hidden;
	zoom:1;
}
.matches a.more {
        margin:-5px 0 0 60px;
        clear:both;
        display:block;
        float:left;
}
.matches a {
        margin-bottom:10px;
        display:inline-block;
        color:#feff76;
        font-size:12px;
}
.matches a.searchlink {
		font-size:30px;
}
.matches strong {
        margin:15px 0 0;
        float:left;
        font-size:30px;
        font-weight:normal;
        font-variant:small-caps;
}
.matches p {
	margin: 0px 0 0 0;
	color: #9ba7ba;
}
.centered {
	text-align: center;
}
.centered h2 {
	margin-bottom: 5px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	font-variant: small-caps;
}
.infoPage h3 {
	margin-bottom: 10px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	font-variant: small-caps;
}
.infoPage h5 {
	margin: 0 30px 10px 0;
	font-size: 22px;
	color:#fff;
	font-weight: normal;
	display: inline-block;
}
.infoPage h5:last-child, .infoPage h6:last-child {
	margin-right: 0;
}
.infoPage h5 span {
	font-size: 22px;
}
.infoPage h6 {
	margin: 0 45px 10px 0;
	font-size: 14px;
	font-variant: small-caps;
	color:#7f9ab5;
	font-weight: normal;
	display: inline-block;
}
.infoPage h6 span {
	color:#fff;
}
.categories h5 {
	padding: 0 0 20px;
}
.categories .arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top:50%;
	margin-top: -15px;
	display: block;
	background: url("../images/sprites-arrows.png") no-repeat;
	cursor:pointer;
}
.categories .left {
	left:10px;
}
.categories .right {
	background-position: -43px 0;
	right:10px;
}
.categories ul li .article h3 {
	font-size: 13px;
}
.categories .article h5, .categories .article h5 span {
	font-size: 23px;
}
.tables table {
	width: 500px;
	margin-bottom: 20px;
	float: left;
	border-bottom: 2px solid #127fb7;
	border-left: 2px solid #127fb7;
	border-right: 2px solid #127fb7;
	border-top: 2px solid #127fb7;
	text-align: center;
}
.tables table.last {
	float: right;
}
.tables th {
	font-size: 30px;
	font-weight: bold;
	color:#132D46;
	font-variant: small-caps;
	border-bottom: 2px solid #127fb7;
	box-shadow: inset 0px 0px 2px 2px #132D46;
}
.tables td {
	padding: 10px 0;
	background-color:#1f466d;
}
.tables tr:nth-child(2n) td {
	background-color:#132d46;
}
.tables tr:nth-child(1) {
	background:url("../images/gradient-table-yellow.gif") repeat-y;
	background-size: 100%;
}

.tables td p {
	font-size: 22px;
	font-weight: normal;
	color:#fff;
}
.tables td a {
	color:#FBFC75;
}
.errorBox p {
	text-align: center;
	font-size: 24px;
	font-variant: small-caps;
	text-transform:none;
	word-wrap: break-word;
	padding: 10px 0 10px 0;
	color: #fff;
}
.divider img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#autocomplete {
  		display: none;
        z-index: 99;
        position: absolute;
        border: 1px solid #c0c0c0;
        background: #ffffff;
		opacity: 0.95;
		top: 271px;
		left: 266px;
		width: 565px;
		font-size: 20px;
		font-weight: bold;
}

#autocomplete .acname {
        padding: 3px;
        border-bottom: 1px solid #c0c0c0;
		color: #122D45;
}

#autocomplete .acsource {
        padding: 3px;
        border-bottom: 1px solid #c0c0c0;
		color: #122D45;
		background: #DDDDDD;
}

#autocomplete .acsource .acaka {
        font-size: 14px;
        font-style: italic;
		padding-left: 8px;
}

#autocomplete .achighlight {
		background-color: #feffa8;
		color: #127FB7;
}

#autocomplete .acname a {
	color: inherit;
}

#autocomplete .acsource a {
	color: inherit;
}

#autocomplete .acname:last-child {
        border-bottom: 0px;
}

#autocomplete .acname:hover {
        background-color: #feffa8;
		color: #127FB7;
        cursor: pointer;
}

#autocomplete .acsource:hover {
        background-color: #feffa8;
		color: #127FB7;
        cursor: pointer;
}

.notification {
	padding-bottom: 8px;
}
.notification div {
	background: url(../images/information.png) 15px center no-repeat;
	border: 2px solid #feff74;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 5px 5px 5px 40px;
	text-align: left;
	background-color: #335799;
	color: white;
}
.notification div a {
	color: #feff74;
}