

/* brTip */
div.brTip-box {
	background: #FFF;
	display: none;
	position: absolute;
	padding:2px;
	z-index:1000;
}
div.brTip-title {
	background: #6E92B6;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0px;
	text-align: center;
}
div.brTip-content {
	color: #333;
	margin: 0;
	padding: 0;
	font-size:11px;
	text-align: justify;
}

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}

html, body, div, td, tr, form, p {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	height:0px;
}
.fl { float:left; }
.fr { float:right; }
/*td, tr, table { border:none; }*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
img { border:0; }
a:active, a:focus { outline: none; }


/* ------------------------------------------------- Paging */
div.paging {
	float:right;
	margin-bottom:10px;
	margin-top:5px;
	clear:both;
	font:11px verdana;
}
* html div.paging { display: inline;}
div.paging div.disabled {
	display:none;
}
div.paging span {
	display:block;
	float:left;
	list-style-type: none;
	margin-left:2px;
	color:#fff;
	
}
div.paging a, div.paging span.current {
	padding:0px 3px 0px 3px;
	display: block;
	float:left;
	height:13px;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
	border:1px solid #893c20;
	font:11px verdana;
}
div.paging span.current {
	font-weight: bold;
}
div.paging span a:hover, div.paging span.current {
	background-color:#f1c8b9;
	color:#893c20;
}
/* ------------------------------------------------- End Paging */

/* ------------------------------------------------- Errors */
div#messagesOuter{
	position: fixed;
	z-index:10000;
	background-color: #26150e;
	border: 2px solid #F00;
	right: 7px;
	top: 90px;
	color: #fff;
}
div#messagesOuter .in{
	background: transparent;
	border-bottom: 1px solid #666;
}
div#messagesOuter a{
	display: block;
	width: 12px;
	height: 12px;
	color: #fff;
	line-height: 12px;
	padding: 5px;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}
div#messagesOuter a:hover{
	color: #F00;
}
* html div#messagesOuter{
	position: absolute; 
	top: expression(90+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	right: expression(7+((e=document.documentElement.scrollRight)?e:document.body.scrollRight)+'px');} 
}
div#messages{
	padding: 5px;
}
div#messages div.errors p{
	padding: 5px;
	margin: 0px;
}
div.message {
	padding: 5px;
}
.form-error, div.error input, div.error textarea{
	border-color: #900;
	border-style: dotted;
	background-color: #f99;
}
.error {
	font-family: Courier, monospace;
	padding: 0;
	margin: 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
}
.success {
	background-color: green;
	color: #FFF;
}
/* ------------------------------------------------- End Errors */

table.cake-sql-log{
	background: #fff;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.cake-sql-log td{
	border: 1px solid #000;
}

body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 995px;
	height: 204px;
	margin: 0 auto;
	position: relative;
}

/* Logo */

#logo {
	position: absolute;
	left: 30px;
	top: 5px;
}

/* Content */

#content {
	width: 995px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* Column One */

#column_left {
	float: left;
	width: 220px;
}

/* Column Two */

#center {
	float: left;
	width: 555px;
}

/* Column Three */

#column_right {
	float: left;
	width: 220px;
}

#textfield1 {
	width: 150px;
	margin-left: 20px;
	background: #9E9E9E url(../img/img4.gif) repeat-x;
	border: 1px solid #9C9C9C;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}

#submit1 {
	background: #9E9E9E url(../img/img5.gif) repeat-x;
	border: 1px solid #625252;
	border-right-color: #1B0F0F;
	border-bottom-color: #1B0F0F;
	color: #CCCCCC;
}

/* Footer */

#footer {
	clear: both;
	width: 995px;
	height: 40px;
	margin: 0 auto;
}
div.index{
	line-height: 1.1em;
}
div.index div.box{
	float: left;
	width: 255px;
	height: 160px;
	padding: 5px;
	margin: 5px 5px;
	border: 1px solid #625252;
	background-color: #090909;
}
div.index div.box:hover{
	background-color: #121212;
}
div.index div.box.hot{
	border: 1px solid #ee5252;
}
div.index div.box h4{
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(../img/img3.gif) no-repeat 5px 6px;
}
div.index a.imglink,
div.view a.imglink {
	float: left;
	margin-right: 10px;
}
div.index a.imglink img,
div.view a.imglink img{
	border: 1px solid gray;
}
div.index a.imglink:hover img,
div.view a.imglink:hover img{
	border-color: #e3e3e3;
}
div.index h1,
div.view h1{
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 2em !important;
	padding-left: 20px;
	background: url(../img/img3.gif) no-repeat 5px 6px;
}
div.view div.gallery {
	margin-top: 20px;
}
div.view div.gallery h3{
	font-size: 1.2em;
	font-weight: bold;
}
div.view div.gallery a{
	margin-right: 6px;
}
div.view div.gallery a img{
	border: 1px solid gray;
}
div.view div.gallery a:hover img{
	border-color: #e3e3e3;
}
div.index h2{
	margin-bottom: 10px;
}
div.view li{
	list-style-position: inside;
}

#header {
	background: #0834b0 url(../img/header.jpg) 50% top no-repeat;
}
#menu {
	margin: 0 auto;
	width: 530px;
	padding-top: 134px;
	text-align: center;
	position: relative;
}
#menu a{
	padding: 0 10px;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover, #menu .active a {
	color: #e6b600;
}
#menu img {
	position: relative;
	vertical-align: middle;
}
#search{
	background: #f7f7f7 url(../img/search.jpg) 50% top no-repeat;
	margin: 0 auto;
	width: 995px;
	height: 38px;
}
#footer{
	background: #f7f7f7 url(../img/footer.jpg) 50% 20px no-repeat;
}

#footer p {
	font-family: arial;
	font-size: 12px;
	margin: 0;
	padding: 12px;
	color: #797e83;
	text-align: center;
}
#footer p a img{
	vertical-align: middle;
}

div.box{
	color: #884000;
	font-family: verdana;
	font-size: 11px;
}

div.box h2{
	height: 17px;
	margin-bottom: 2px;
	padding: 0 0 0 25px; 
	color: #fee68d;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/column_header.jpg) repeat-x;
}
div.box div.inner {
	border: 1px solid #20409a;
	background-color: #f4ecce;
	padding: 10px 13px 15px 10px;
}
div.box div.inner div.row{
	padding: 4px 3px 3px 1px; 
}
div.box div.inner div.row.bg{
	background: url(../img/column_row.jpg) top left repeat-x;
}
div.box div.inner div.row a{
	text-decoration: none;
	color: #8a815e;
}
div.box div.inner div.row a:hover{
	color: #d67b2a;
}
#categoriesBox div.inner{
	padding: 5px 13px 5px 10px;
}
#categoriesBox a{
	display: block;
	font-weight: bold;
	color: #884000;
	font-family: verdana;
	font-size: 11px;
	background: url(../img/right_arrow.jpg) right 50% no-repeat;
	padding: 3px 0 2px 0;
}
#categoriesBox a.active,
#categoriesBox a:hover{
	color: #d47928;
}


#content {
	background-color: #f7f7f7;
}
#center {
	min-height: 400px;
}

