/*yui-reset-min.css*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*yui-base-min.css*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/* BEGIN TEMPLATE css.tpl */
/* overall style */
html, body {
    background-color: #000F21;
    color: #000F21;
}

body{
	background: #000F21 url(../img/background.jpg) repeat-x scroll left top;
}

#phorum {
	background: url('../img/title.jpg') no-repeat left top #000F21;
	font-family:Trebuchet MS,Arial,Verdana,Sans-Serif;
	font-size:12px;
    color: #000F21;
    max-width: 900px;
    margin: auto;
}

#header{
	height: 100px;
}

.avatarimg{
	width:100px; 
	height:100px;
}

/* HTML level styles */

img {
    vertical-align: top;
    border: none;
}

#phorum div.avatarblock {
    padding: 5px 10px 10px 10px;
	float:left;
	width: 100px;
}

#phorum div.avatarblock span{
	font-size: 10px;
}

#phorum div.generic table th {
    text-align: left;
}

#phorum table.list {
    width: 100%;
    margin-bottom: 4px;
    border: 1px solid #000F21;
    border-bottom: 0;
}

#phorum table.list th  {
    background-repeat: repeat-x;
    background-image: url('../img/header_background.png');
    color: #ffffff;
    background-color: #195BC6;
    font-size: 90%;
    padding: 5px;
    border: 1px solid #000000;
}

#phorum table.list th a {
    color: #ffffff;
}

#phorum table.list td {
    padding: 8px;
    border: 1px solid #B6B6B6;
    font-size: 90%;
}

#phorum table.list td.alt {
    background-color: #edf2ed;
}

#phorum table.list td.current {
    background-color: #f0f7f0;
}

#phorum table.list td p {
    /*margin: 4px 8px 16px 4px;*/
	margin:0px;
}

#phorum table.list td h3 {
    margin: 0;
	font-size:19px;
}

#phorum table.list td h4 {
    font-size: 115%;
    margin: 0;
    font-weight: normal;
}

#phorum table.list td span.new-indicator {
    color: #FF0000;
    font-size: 80%;
    font-weight: normal;
}

#phorum a {
	color:#FF6600;
	font-weight:normal;
	text-decoration:none;
}

#phorum a:hover {
	color:#FF6600;
	text-decoration:underline;
}

#phorum a.icon {
    background-repeat: no-repeat;
	display: inline-block;
	height:24px;
	width:24px;
    font-weight: normal;
    white-space: nowrap;
}

#phorum h1 {
    margin: 5px 0 0 0;
    font-size: 145%;
}

#phorum h2 {
    margin: 0;
    font-size: 115%;
    font-weight: normal;
}

#phorum h4 {
    margin: 0 0 5px 0;
}

#phorum hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #000F21;
}

/* global styles */

#phorum div.generic table {
}

#phorum div.message -bottom{	
	clear: both;
}

#phorum div.message {	
  background-color: #EBEAEA;;
	border: 1px solid #B6B6B6;
}

#phorum div.message a{	
	color: #15539C;
}


#phorum div.generic-lower {
    padding: 8px;
    margin-bottom: 8px;
}

#phorum div.paging {
    float: right;
}

#phorum div.paging a {
    font-weight: bold;
    margin: 0 4px 0 4px;
    padding: 0 0 1px 0;
}

#phorum div.paging img{
    vertical-align: bottom;
}

#phorum div.paging strong.current-page {
    margin: 0 4px 0 4px;
}

#phorum div.nav {
    font-size: 85%;
    margin: 0 0 5px 0;
    line-height: 20px;
		clear:both;
}

#phorum div.nav-right {
    float: right;
}

#phorum div.information {
    padding: 8px;
	background-color:#FFF3DF;
	border:1px solid #BF1F00;
    margin-bottom: 8px;
}

#phorum div.notice {
    padding: 8px;
    background-color: #edf2ed;
    border: 1px solid #000F21;
    margin-bottom: 8px;
}

#phorum div.warning {
    border: 1px solid #A76262;
    background-color: #FFD1D1;
    padding: 8px;
    margin-bottom: 8px;
}

#phorum div.attachments {
    background-color: #000F21;
    margin-top: 8px;
    padding: 16px;
    border: 1px solid #000F21;
}

#phorum span.new-flag {
    color: #FF0000;
}

#phorum a.message-new {
    font-weight: bold;
}

#phorum table.menu td {
    vertical-align: top;
}

#phorum table.menu td.menu {
    padding: 0 8px 0 0;
		border: 0 !important;
		font-weight: bold;
}

#phorum table.menu td.menu .generic {
		border: 1px solid black;
		padding:10px;
}

#phorum table.menu td.menu ul {
    padding: 0;
    margin: 4px 0 8px 8px;
}

#phorum table.menu td.menu ul li {
    margin: 0 0 4px 0;
    list-style: none !important;
		list-style-type: none !important;
}

#phorum table.menu td.menu ul li a {
    text-decoration: none;
}

#phorum table.menu td.menu ul li a.current {
    font-weight: bold;
}

#phorum table.menu td.menu span.new {
    color: #FF0000;
}

#phorum table.menu td.content {
    width: 100%;
    padding: 0;
		border: 0 !important;
}

#phorum table.menu td.content h2 {
    margin: 0 0 8px 0;
    background-repeat: repeat-x;
    background-image: url('../img/header_background.png');
    color: #ffffff;
    background-color: #000F21;
    padding: 4px;
}

#phorum table.menu td.content div.generic {
    margin: 0 0 8px 0;
}

#phorum table.menu td.content dl {
    margin: 0;
    padding: 0;
}

#phorum table.menu td.content dt {
    font-weight: bold;
}

#phorum table.menu td.content dd {
    padding: 4px;
    margin: 0 0 8px 0;
}

#phorum fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#phorum textarea.body {
    font-family: Trebuchet MS,Arial;
    width: 100%;
    border: 0;
}

#phorum table.form-table {
    width: 100%;
}



/* header styles */
#englobe{
	background:#FFFFFF url(../img/englobe_background.jpg) no-repeat scroll left top;
	width:890px;
	margin-bottom:20px;
}

#englobe-inner{
	padding:0 10px;
}

#topleft {
	background:transparent url(../img/background_top_left.jpg) no-repeat scroll left top;
	height:100px;
	margin-left:-200px;
	position:absolute;
	width:200px;
}

#phorum #logo {
	display: block;
	position: absolute;
	height:75px;
	margin-left:8px;
	margin-top:13px;
	width:330px;
}

#phorum #page-info {
    padding: 8px 8px 8px 0;
    margin: 0;
}

#phorum #page-info .description {
    margin: 8px 8px 0 0;
    padding-right: 32px;
    font-size: 85%;
}

#phorum #breadcrumb {
    border-bottom: 1px solid #b6b6b6;
    border-top: 0;
    padding: 5px;
    font-size: 85%;
}

#phorum #user-info {
	color:#FFFFFF;
	float:right;
	font-size:85%;
	margin:4px 20px 0 0;
	text-align:left;
}


#phorum #user-info a{
    vertical-align : middle;
}

#phorum #user-info img {
    border-width : 0;
    margin: 4px 3px 0 0;
}

#phorum #user-info small a{
    margin: 0;
    padding: 0;
    display: inline;
}

#phorum div.attention {
    /* does not use template values on purpose */
    padding: 24px 8px 24px 64px;
    border: 1px solid #A76262;
    background-image: url('../img/dialog-warning.png');
    background-color: #FFD1D1;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    color: Black;
    margin: 8px 0 8px 0;
}

#phorum div.attention a {
    /* does not use template values on purpose */
    color: #68312C;
    padding: 2px 2px 2px 21px;
    display: block;
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

#phorum #right-nav {
    float: right;
}

#phorum #search-area {
	padding-left:30px;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-bottom:5px;
	text-align:right;
}

#phorum #header-search-form {
    display: inline;
}

#phorum #header-search-form a {
    font-size: 65%;
}



/* Read styles */
#phorum div.message{
  clear: both;
	min-height:170px;
}

#phorum div.message-bottom {
	margin-bottom: 10px;
	border-left:1px solid #B6B6B6;
	border-right:1px solid #B6B6B6;
	border-bottom:1px solid #B6B6B6;
	float:right;
	padding: 3px 8px 0;
	background-color:#EBEAEA;;
}
#phorum div.editmsg{
	margin-top:10px;
	font-size:10px;
	font-style:italic;
}

#phorum div.message div.generic {
    border-bottom: 0;
}

#phorum td.message-user-info {
    font-size: 85%;
    white-space: nowrap;
}

.profilelink{
	font-size: 15px;
	font-weight: bold !important;
	text-decoration: none;
	color: #15539C;
}

#phorum div.message-author {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0 0px 21px;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 5px;
}

#phorum div.message-author small {
    font-size: 65%;
    font-weight: normal;
    margin: 0 0 0 16px;
}

#subject{
	width: 622px;
}

#phorum div.message-subject {
    font-weight: bold;
    font-size: 85%;
}

#phorum div.message-body {
    padding: 5px 10px 10px 10px;
    margin: 0;
    border-top: 0;
    background-repeat: repeat-x;
    overflow: hidden; /* makes the div extend around floated elements */
	min-height:120px;
	_height: 120px;
}

#phorum div.message-body br {
    clear: both;
}

#phorum div.message-date {
    font-size: 85%;
}

#phorum div.message-body-date{
	text-align: right;
	float: right;
	border-bottom:1px solid #B6B6B6;
	border-left:1px solid #B6B6B6;
	margin:-5px -10px 2px 10px;
	padding:1px 5px 0px 5px;
	font-size:11px;
}

#phorum div.message-moderation {
    margin-top: 8px;
    font-size: 85%;
    border-top: 0;
    padding: 6px;
    line-height: 20px;
}

#phorum div.message-options {
	text-align: right;
	font-size: 85%;
	clear: both;
}

#phorum #thread-options {
    margin: 8px 0 32px 0;
    background-color: #edf2ed;
    border: 1px solid #000F21;
    padding: 8px 8px 3px;
    text-align: center;
}

/* Changes styles */

#phorum span.addition {
    background-color: #CBFFCB;
    color: #000000;
}

#phorum span.removal {
    background-color: #FFCBCB;
    color: #000000;
}

/* Posting styles */

#phorum #post {
    clear: both;
}

#phorum #post ul {
    margin: 2px;
}

#phorum #post ul li {
    font-size: 85%;
}

#phorum #post-body {
    border: 1px solid #000F21;
    background-color: #E1E1E1;
    padding: 0px 0px 8px 8px;
}

#phorum #post-moderation {
    font-size: 85%;
    float: right;
    border-left: 1px solid #000F21;
    border-bottom: 1px solid #000F21;
    background-color: #fffdf6;
    padding: 8px;
		margin-left:10px;
}

#phorum #post-buttons {
    text-align: center;
    margin-top: 8px;
}

#phorum div.attach-link {
    background-image: url('../img/attach.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 21px;
    font-size: 85%;
    font-weight: normal;
}

#phorum #attachment-list td {
    font-size: 85%;
    padding: 6px;
}

#phorum #attachment-list input {
    font-size: 65%;
}


/* PM styles */

#phorum input.rcpt-delete-img {
    vertical-align: bottom;
}

#phorum div.pm {
    padding: 8px;
    background-color: #edf2ed;
    border: 1px solid #000F21;
    border-bottom: 0;
}

#phorum div.pm div.message-author {
    font-size: 85%;
}

#phorum .phorum-gaugetable {
    margin-top: 10px;
    border-collapse: collapse;
}

#phorum .phorum-gauge {
    border: 1px solid #000F21;
    background-color: #000F21;
}

#phorum .phorum-gaugeprefix {
    border: none;
    background-color: #000F21;
    padding-right: 10px;
}


/* Profile styles */

#phorum #profile div.icon-user {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0 0px 21px;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 5px;
}

#phorum #profile div.icon-user small {
    font-size: 65%;
    font-weight: normal;
    margin: 0 0 0 16px;
}

#phorum #profile dt {
    font-weight: bold;
}

#phorum #profile dd {
    padding: 4px;
    margin: 0 0 8px 0;
}


/* Search Styles */

#phorum #search-form {
    margin-bottom: 35px;
}

#phorum #search-form form {
    font-size: 85%;
}

#phorum div.search {
    background-color: #000F21;
}

#phorum div.search-result {
    font-size: 85%;
    margin-bottom: 20px;
}

#phorum div.search-result h4 {
    font-size: 125%;
    margin: 0;
}

#phorum div.search-result h4 small {
    font-size: 75%;
}

#phorum div.search-result blockquote {
    margin: 3px 0 3px 0;
    padding: 0;
}

/* Footer styles */

#phorum #footer-plug {	
	background-image: url('../img/footer_bottom.jpg');
  height:67px;
	width: 890px;
}


/* Icon Styles */

.icon-pm-link{
    background-image: url('../img/pm.png');
	margin-left: 5px;
}

.icon-accept {
    background-image: url('../img/accept.png');
}

.icon-bell {
    background-image: url('../img/bell.png');
}

.icon-bullet-black {
    background-image: url('../img/bullet_black.png');
}

.icon-bullet-go {
    background-image: url('../img/bullet_go.png');
}

.icon-cancel {
    background-image: url('../img/cancel.png');
}

.icon-close {
    background-image: url('../img/lock.png');
}

.icon-comment {
    background-image: url('../img/comment.png');
}

.icon-comment-add {
    background-image: url('../img/comment_add.png');
}

.icon-comment-quote {
    background-image: url('../img/comment_quote.png');
}

.icon-comment-edit {
    background-image: url('../img/comment_edit.png');
}

.icon-comment-delete {
    background-image: url('../img/comment_delete.png');
}

.icon-delete {
    background-image: url('../img/delete.png');
}

.icon-exclamation {
    background-image: url('../img/exclamation.png');
}

.icon-feed {
    background-image:url(../img/feed.png);
}

.icon-flag-red {
    background-image: url('../img/flag_red.png');
}

.icon-folder {
    background-image: url('../img/folder.png');
		padding-left:20px;
}

.icon-group-add {
    background-image: url('../img/group_add.png');
}

.icon-key-go {
    background-image: url('../img/key_go.png');
}

.icon-key-delete {
    background-image: url('../img/key_delete.png');
}

.icon-list {
    background-image: url('../img/text_align_justify.png');
}

.icon-merge {
    background-image: url('../img/arrow_join.png');
}

.icon-move {
    background-image: url('../img/page_go.png');
}

.icon-next {
    background-image: url('../img/control_next.png');
}

.icon-note-add {
    background-image: url('../img/note_add.png');
}

.icon-open {
    background-image: url('../img/lock_open.png');
}

.icon-page-go {
    background-image: url('../img/page_go.png');
}

.icon-prev {
    background-image: url('../img/control_prev.png');
}

.icon-printer {
    background-image: url('../img/printer.png');
}

.icon-split {
    background-image: url('../img/arrow_divide.png');
}

.icon-table-add {
    background-image: url('../img/table_add.png');
}

.icon-tag-green {
    background-image: url('../img/tag_green.png');
}

.icon-user {
    background-image: url('../img/user.png');
}

.icon-user-add {
    background-image: url('../img/user_add.png');
}

.icon-user-login{
    background-image: url('../img/user_login.png');
}

.icon-user-comment {
    background-image: url('../img/user_comment.png');
}

.icon-user-edit {
    background-image: url('../img/user_edit.png');
}

.icon-zoom {
    background-image: url('../img/zoom.png');
}


.icon-information {
    background-image: url('../img/information.png');
}

.icon1616 {
    width: 24px;
    height: 22px;
    border: 0;
}






/*   BBCode styles  */

#phorum blockquote.bbcode {
    font-size: 11px;
    margin: 5px 0 5px 10px;
		clear:both;
}

#phorum blockquote.bbcode>div {
    margin: 0;
    padding: 5px;
    overflow: hidden;
		color: #15539C;
		background-color:#EBEAEA;
    border-bottom: 1px solid #15539C;
    border-right: 1px solid #15539C;
    border-top: 1px solid #15539C;
		border-left:4px solid #15539C;
}

#phorum blockquote.bbcode span {
		font-weight:bold;
		background-color:#EBEAEA;
		padding-right: 2px;
		display: inline-block;
}

#phorum blockquote.bbcode strong {
    font-style: italic;
    margin: 0 0 3px 0;
}

#phorum pre.bbcode {
    border: 1px solid #C4C6A2;
    background-color: #FEFFEC;
    padding: 8px;
    overflow: auto;
}

/* END TEMPLATE css.tpl */

.deleteicon{
    background-image: url('../img/delete.png');
	display:inline-block;
	width: 24px;
	height: 24px;
}
.arrowjoinicon{
    background-image: url('../img/arrow_join.png');
	display:inline-block;
	width: 24px;
	height: 24px;
}
.pagegoicon{
    background-image: url('../img/page_go.png');
	display:inline-block;
	width: 24px;
	height: 24px;
}
.attachicon{
    background-image: url('../img/attach.png');
	display:inline-block;
	width: 24px;
	height: 24px;
}

#phorum a.iconindex{
	vertical-align:middle;
}

#banner .description{
	width:250px;
	padding: 0 10px;
	float:right;
}

.heading span{
	font-weight:normal;
	font-size:11px;
}

#phorum #user-info span{
	display:inline-block;
	width: 87px;
	text-align:left;
}
#phorum #user-info #username, #password{
	width: 81px;
}
#phorum #user-info #login-area{
	display: none;
	padding:15px 0 0 70px;	
}

img.bbcode{
  max-width:720px;
	max-height:300px;
  cursor:default;
}

#avatarblock a.icon-pm-link {
  height:19px !important;
}

#recentmsgs{
	display:none;
	position:absolute;
	z-index:4;
	width:436px;
	height:200px;
	margin-left:434px;	
}
#recentmsgs h2{
	color :#B6B6B6;
	font-size:18px;
}
#recentmsgs a{
	color:#FFFFFF;
}
#recentmsgs #links{
	background-color: #3674D7;
	padding:5px;
	height:200px;
}

#recentlinklist{
	margin-top: -15px;
	height:22px;
}
.recentlink{display: block; position: relative; float:left; width:145px; height: 22px; background-color:#aeafb1; color:#FFFFFF !important; font-weight:bold !important; text-decoration:none!important;}
.recentlink .top_left, .recentlink .top_right{ height: 22px; width: 15px; background-repeat: no-repeat; position: absolute; background-color: #aeafb1; }
.recentlink .top_left { top: 0px; left: 0px; background-image: url("../img/cornertopleftg.jpg"); z-index: 0; }
.recentlink .top_right { top: 0px; right: 0px; background-image: url("../img/cornertoprightg.jpg"); z-index: 1; }
.recentlink .content { text-align:center; position: relative; padding-top:1px; z-index: 4; font-size:15px; }
.recentlink:hover{text-decoration:none!important;}

.recentlink .blue {background-color:#3674D7 !important;}
.recentlink .blue .top_left { background-image: url("../img/cornertopleft.jpg") !important;}
.recentlink .blue .top_right { background-image: url("../img/cornertopright.jpg") !important;}
#homelist{
	margin-top:15px;
}
#hotmsgs{
	margin-bottom : 10px;
	height:210px;
	margin-bottom:15px;
	overflow:hidden;	
	width:840px;
	height:210px;
	position:absolute;
	margin-left:15px;
}
#hotmsgs a{
	width: 210px;
	height: 44px;
	position:absolute;
	display:block;
	margin: 0px;
	padding:166px 0px 0px 0px;
	color:#FFFFFF;
}
#hotmsgs a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#hotmsgs .l2{
	left:210px;
}
#hotmsgs .l3{
	left:420px;
}
#hotmsgs .l4{
	left:630px;
}
#hotmsgs .l5{
	left:840px;
}
#hotmsgs .l6{
	left:1050px;
}
#hotmsgs .l7{
	left:1260px;
}
#hotmsgs .l8{
	left:1470px;
}
#hotmsgs .l9{
	left:1680px;
}
#hotmsgs .l10{
	left:1890px;
}
#hotmsgs .l11{
	left:2100px;
}
#hotmsgs .l12{
	left:2310px;
}

#hotmsgs h2{
	background-image:url(../img/hot_back.png);
	font-size:15px;
	font-weight:bold;
	height:30px;
	line-height:15px;
	margin:0;
	padding:0px 5px;
}
#hotmsgs h3{
	background-image:url(../img/hot_back.png);
	font-size:10px;
	font-weight:normal;
	height:14px;
	margin:0;
	padding: 0 5px;
}
.hotarrow{
	display: block;
	width: 15px;
	height: 210px;
	position: absolute;
	margin: 0px;
	padding:0px;
	background-color:#3674d7;
	cursor:pointer;
}
#hotarrowright{
	margin-left:855px;
	background: url('../img/arrowright.jpg') no-repeat 4px 95px #3674d7;
}
#hotarrowleft{
	background: url('../img/arrowleft.jpg') no-repeat 3px 95px #3674d7;
}
#hotmsgslist{
	position:absolute;
}
.icon-mea {
    background-image: url('../img/mea.gif');
}

#recentmsgslist{
	clear:both;
	margin-top : 230px;
}

#recentmsgslist .thread_title{
	background-color:#195BC6;
	background-image:url(../img/header_background.png);
	background-repeat:repeat-x;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
}
#recentmsgslist .thread_title a{
color : #ffffff;
}
#recentmsgslist .msglink{
	border:1px solid #B6B6B6;
	padding: 4px 4px 0px 4px;
	margin-bottom: 5px;
	color: #000000;
	clear: both;
	height:45px; 
}
#recentmsgslist .msglinktext{
	height:40px; 
	overflow:hidden;
	padding:2px 0 0 6px;
}
#recentmsgslist .msglinkdate{
	color: #B6B6B6 !important;
}

#recentmsgslist .msglink a{
color : #000000;
}
#recentmsgslist .userlink{
color : #FF6600 !important;
}
#recentmsgslist .topic_title{
font-size:14px;
font-weight: bold;
}

.avatarimghome{
	float: left;
	width:40px; 
	height:40px;
}
.avatarimghome img{
	max-width:40px; 
	max-height:40px;
}

#recentmsgslist .msglink blockquote, #recentmsgslist .msglink .bbcode{
display : none !important;
}
#recentmsgslist .more{
	background: url(../img/more.png) no-repeat scroll left top;
	display: block;
	width:12px;
	height:13px;
	margin-left:854px;
	margin-top:35px;
	position:absolute;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.lightbox img{
cursor: pointer !important;
}
/**
 * jQuery lightBox plugin
*/