
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
color:#003456;
background-image:url(images/body_bground.gif);
background-repeat:repeat-x;
}

/* new clearfix */
.fixed:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .fixed             { zoom: 1; } /* IE6 */
*:first-child+html .fixed { zoom: 1; } /* IE7 */

	
a{
color:#000000;
text-decoration:none;
}

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

h1, h1 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #333333;
font-weight:bold;
text-decoration:none;
}

.adminbox a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	font-weight:normal;
}

.required{
	color: #ff0000;
}

legend
{
	padding: 2px 6px;
} 

.moredetailslabel{
	padding-left:10px;
	background-image:url(images/menu-collapsed.gif);
	background-repeat:no-repeat;
}
.moredetailslabel a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #1958B7;
	font-weight: bold;
	text-decoration:none;
}

label
{
display: block;
line-height:20px;
font-size:14px;

}
.inlinelabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	font-weight: bold;
	line-height:20px;
	margin-left: 3px;
	margin-right: 3px;
}

form p {
padding:0px;
margin:0px;
float:left;
width:337px;
padding-bottom:10px;
padding-left:5px;
min-height:45px;

}

textarea{
	height:60px;
}

select, textarea, submit, input {
	color: #000000;
	background: #FFFFFF url(images/input-back.png) no-repeat;
	border: 1px solid #0093cc;
	width:322px;
	margin:0px;
	font-size: 11px;
	padding: 3px;
	vertical-align: middle;
}

.curInputFocus {
	background-color: #61b8dd;
}

form p.fourcol {
padding:0px;
margin:0px;
float:left;
width:166px;
padding-bottom:10px;
padding-left:5px;
}

p.fourcol select, p.fourcol textarea, p.fourcol submit, p.fourcol input {
	color: #000000;
	background: #FFFFFF url(images/input-back.png) no-repeat;
	border: 1px solid #0093cc;
	width:151px;
	margin:0px;
	font-size: 11px;
	padding: 3px;
	vertical-align: middle;
}


form p.eightcol {
padding:0px;
margin:0px;
float:left;
width:80px;
padding-bottom:10px;
padding-left:5px;
}

p.eightcol select, p.eightcol textarea, p.eightcol submit, p.eightcol input {
	color: #000000;
	background: #FFFFFF url(images/input-back.png) no-repeat;
	border: 1px solid #0093cc;
	width:65px;
	margin:0px;
	font-size: 11px;
	padding: 3px;
	vertical-align: middle;
}

form p.onecol {
padding:0px;
margin:0px;
float:left;
width:680px;
padding-bottom:10px;
padding-left:5px;
}

p.onecol select, p.onecol textarea, p.onecol submit, p.onecol input {
	color: #000000;
	background: #FFFFFF url(images/input-back.png) no-repeat;
	border: 1px solid #0093cc;
	width:665px;
	margin:0px;
	font-size: 11px;
	padding: 3px;
	vertical-align: middle;
}




fieldset
{
width:600px;
border: 1px solid #666666;
}

.pagetitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #2175BC;
	font-weight:bold;
	margin-bottom:10px;
}

.errormessage {
	background: #EDE4E4 url(icons/message-error.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 15px 20px 15px 55px;
	border-top: 2px solid #B80404;
	border-bottom: 2px solid #B80404;
	color: #B80404;
	font-weight:bold;
	margin-bottom: 15px;
	}

.pagemessage {
	background: #DEEBDD url(icons/message-ok.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 15px 20px 15px 55px;
	border-top: 2px solid #37852E;
	border-bottom: 2px solid #37852E;
	color: #37852E;
	font-weight:bold;
	margin-bottom: 15px;
	
}




/*****************************************************PAGINATION STYLES**********************************************************/
.pager {
	clear:both;
	text-align:center;
}
.pager li {
	background-image:none;
	display:inline;
	list-style-type:none;
	padding:6px;
	font-weight:bold;
	line-height:22px;
	color:#003150;
	margin:4px;
}
.pager a {
	padding:2px 5px;
	background-color:#DFEDF7;
	border:1px solid #90c2e1;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#003150;
}
.pager a:hover {
	text-decoration:none;
	background:#eef7fc;
	color:#003150;
}

.pager-wrap ul.pager li {
	margin:0;
	padding:0;
	margin:2px;
}

/***************************************************END OF PAGINATION STYLES********************************************************/


.hide-div {display: none;}

.configurationbox{
    padding : 3px;
    border : 1px solid #ccc;
	background : #f7f7f7;
	width:600px;
	margin-bottom:20px;
}

.configurationdivider{
background: url(images/sprite-menu.png) repeat-x top left;
background-position: 0 -346px;
text-align: center;
width:685px;
height:35px;
line-height:35px;
font-weight:bold;
color:#FFFFFF;
display: block;
clear: both;
}

.configgroup{
	width:220px;
	height:28px;
	display: block;
	line-height:28px;
	margin:3px;
	float:left;
	text-align: center;	
	background-image:url(images/button-back.gif);
	background-position: center;
	background-repeat:repeat-x;
	border: 1px solid #666666;
}

.configgroup:hover,.configgrouphover {
	background-image:url(images/button-back-hover.gif);
	text-decoration:none; 
		border: 1px solid #0093cc;
	
}

form.config  p label
{
	width: 250px;
}

.cleanradio{
	background : #f7f7f7;
	border :none;
}
.formitemdesc{
margin-top:-10px;
margin-left:105px;
color:#666666;
}

.featurebox { 
width:auto; 
background-color:#DEF0FF; 
margin-bottom:20px; 
padding-bottom:20px; 
}
.featureboxtitle {
background-image:url(images/content_menu.gif);
background-repeat:repeat-x;
height:40px;
padding-right:0px;
float:left;
width:688px;
margin-bottom:6px;
font-size:14px;
font-weight:bold;	
}
.featurecheckbox { 
border:none; 
background-color:none; 
float:left; 
width:20px;
margin-right: 10px;
}

.feature { 
width:310px; 
background-color:#DEF0FF; 
border-bottom: 1px solid #92C7F0; 
float:left;
margin-right: 10px;	
margin-left: 10px;
padding:5px;
}


.galleryitem{
width: 206px;
min-height: 200px;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
line-height:20px;
margin: 4px;
/*text-align:center;*/
zoom: 1;
*display: inline;
_height: 200px;
background : #f7f7f7;
border: 1px solid #0093cc;
}
.extra {
display:block;

}
.galleryitemimage{
	text-decoration:none;
	font-weight:bold;
	background-position:center; 
	background-repeat:no-repeat;
	display:block;
	margin-top:8px;
	margin-left:8px;
	width:190px;
	height:150px;
}


.galleryitemtitle{
	width:184px;
	height: 16px;
	margin-left:8px;
	margin-right:7px;
	margin-top:0px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	background : #dddddd;
	border: 0px solid #f7f7f7;
}

.fileinput{
width:180px;
margin:0px;
margin-left:8px;
margin-right:8px;
margin-bottom:4px;
}

.imagesitemadd{
	background-image:url(icons/image.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	padding-left: 45px;
}


.documentsitem{
width:640px;
border: 1px solid #0093cc;
line-height:20px;
padding: 5px;
background-color: #f7f7f7;
margin-bottom: 15px;
}

.documentsitem  a, .updatedocsform{
	background-image:url(icons/document.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	display:block;
	padding-left: 45px;
	height:55px;
	width:510px;
	float: left;
		

}

.documentsitem  a {
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
	line-height:45px;
}

.documentsitemadd{
	background-image:url(icons/document.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	padding-left: 45px;
}
.docs_actions input{
width:auto;
border: none;
background: none;
}

.docs_actions{
font-size: 12px;
line-height:27px;
height:44px;
text-align: right;
float:right;
width:80px;
line-height:28px;
padding: 0px;
margin: 0px;
}

.videositem{
width:640px;
border: 1px solid #0093cc;
line-height:20px;
padding: 5px;
background-color: #f7f7f7;
margin-bottom: 15px;
}

.offersitem, .testimonialsitem{
width:670px;
border: 1px solid #0093cc;
line-height:20px;
padding: 5px;
background-color: #f7f7f7;
margin-bottom: 15px;
}

.updateoffersform, .updatetestimonialsform{
	width:570px;
	display:block;
	float:left;
	height:100px;
	padding-top:5px;
}
.updateoffersform input, .updatetestimonialsform input{
width:550px;
margin-bottom:10px;
}
.updateoffersform textarea, .updatetestimonialsform textarea{
width:550px;
}

.offeritem, .testimonialitem{
	height:105px;
	width:510px;
	float:left;
}

.offertitle, .testimonialname{
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
	line-height:25px;
}


.offer_actions input, .testimonial_actions input{
width:auto;
border: none;
background: none;
}

.offer_actions, .testimonial_actions{
font-size: 12px;
line-height:27px;
height:44px;
text-align: right;
float:right;
width:80px;
line-height:28px;
padding: 0px;
margin: 0px;
}










.videositem  a, .updatevideosform{
	background-image:url(icons/film.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	display:block;
	padding-left: 45px;
	height:55px;
	width:510px;
	float: left;
		

}

.videositem  a {
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
	line-height:45px;
}

.videositemadd{
	background-image:url(icons/film.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	padding-left: 45px;
}



.addbutton, .submitbutton,.searchbutton,.loginbutton{
	text-decoration:none; 
	font-weight:bold;
	background-image:url(images/button-back.gif);
	background-position: center;
	background-repeat:repeat-x;
	width:150px;
	height:28px;
	line-height:28px;	
	display: block;
	margin: 10px;
	border: 1px solid #666666;
	padding:0px;
	margin:0px;
	text-decoration: none;
}
.addbutton img, .submitbutton img,.seachbutton img{
vertical-align: middle;
width:28px;
height:28px;
margin-right: 15px;
margin-left: 15px;

}

.addbutton:hover,.submitbutton:hover,.searchbutton:hover,.loginbutton:hover{
	background-image:url(images/button-back-hover.gif);
	text-decoration:none; 
	border: 1px solid #0093cc;
}
.submitbutton{
margin-right:35px;
margin-top:-40px;
float:right;
}
.loginbutton {
float:right;
margin:0px;
margin-top:35px;
text-decoration:none;
text-align:center;
}
.stats_h1{
	text-decoration:none; 
	font-weight:bold;
	background-image:url(images/stats_h1_back.gif);
	background-position: center;
	background-repeat:repeat-x;
	height:32px;
	border: 1px solid #666666;
	vertical-align:top;	
}

.stats_h1 div{
	text-align:right;
	float:right;
	margin-right:0px;
}

.stats_h1 img{
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

.stats_box{
	background-image:url(images/stats_box.gif);
	background-repeat:repeat-x;
	background-color:#BBDEEF;
	border:none;
	margin-bottom:12px;
	margin-right:12px;
	float:left;
	width:340px;
	padding-bottom: 10px;
	font-size:14px;
}

.fleft{
	float:left;
	width:260px;
	margin:10px;
	margin-right:0px;	
}

.float_l{
	float:left;
	width:325px;
	margin-left:15px;
}

.float_l img{
	padding-top:8px;
	padding-right:5px;
	height:18px;
}

.fright{
	float:right;
	width:45px;
	margin:10px;
}

.searchbutton{
	margin:0px;
	font-size: 11px;
	vertical-align: middle;
	height: 22px;
	line-height:22px;
}



.table-header  {
  background: #1958B7;
  padding: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
}
.gray-table TD
{
	border-top: 1px solid #FEFEFE;
	border-left: 1px solid #FEFEFE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.cell_l{
background-image:url(images/cell_l.gif);
background-repeat:no-repeat;
height:791px;
width:12px;
}

.cell_r{
background-image:url(images/cell_r.gif);
background-repeat:no-repeat;
height:791px;
width:12px;
}

.header{
background-image:url(images/header.gif);
background-repeat:repeat-x;
height:100px;
}

.logo{
float:left;
width:226px;
}

.top_header_actions{
background: url(images/sprite-top-header-actions.png) no-repeat top left;
background-position: 0 -414px;
float:left;
width:89px;
height:66px;
margin-left:10px;
}

.top_header_actions a{
display:block;
width:89px;
height:66px;
}

.top_header_logout{
background: url(images/sprite-top-header-actions.png) no-repeat top left;
background-position: 0 -30px;
}

.top_header_logout:hover{
background-position: 0 -126px;
text-decoration: none;
}

.top_header_view{
background: url(images/sprite-top-header-actions.png) no-repeat top left;
background-position: 0 -222px;
}

.top_header_view:hover{
background-position: 0 -318px;
text-decoration: none;
}




.contact_details{
float:right;
margin-top:15px;
text-align:right;
padding-right: 20px;
width:300px;
}

.sidebox_layout{
margin-top:0px;
margin-left:10px;
width:210px;
}

.content_layout{
margin-left:0px;
margin-top:0px;
margin-right:10px;
}

.menu a{
background: url(images/sprite-menu.png) no-repeat top left;
background-position: 0 -30px;
display:block;
margin-top:10px;
width:210px;
height:35px;
font-weight:bold;
font-variant:small-caps;
color:#FFFFFF;
}
.menu a:hover{
background: url(images/sprite-menu.png) no-repeat top left;
background-position: 0 -95px;
color:#ffffff;
text-decoration:none;
}
.menu a.open{
background: url(images/sprite-menu.png) no-repeat top left;
background-position: 0 -160px;
font-weight:bold;
color:#ffffff;
}
.menu a.open:hover{
background: url(images/sprite-menu.png) no-repeat top left;
background-position: 0 -225px;
color:#ffffff;
text-decoration:none;
}
.menu a img{
border:none;
margin-right:5px;
margin-left:5px;
margin-top:3px;
}
.submenu{
	background-color:#8FCAE5;
}

.submenu a{
background:none;
width:165px;
height:26px;
font-weight:bold;
line-height:26px;
padding-left:45px;
display:block;
color:#000000;
font-weight:bold;
font-variant:normal;
margin-top:0px;
}

.submenu a:hover{
background: url(images/sprite-menu.png) no-repeat top left;
background-position: 0 -290px;
color:#000000;
text-decoration:none;
}


.header_actions{
height:30px;
width:auto;
padding-right:10px;
float:right;
}

.header_actions a{
background-image:url(images/action-button-back.gif);
background-repeat:repeat-x;
float:left;
padding:5px;
padding-left:10px;
padding-right:10px;
border:#FFFFFF solid 1px;
border-right:none;
color:#ffffff;
}

.header_actions a:hover{
background-image:url(images/action-button-back-hover.gif);
background-repeat:repeat-x;
text-decoration:none;
color:#ffffff;
}





.red_line{
background-image:url(images/content_top.gif);
background-repeat:repeat-x;
height:10px;
clear:both;
line-height: 10px;
}

.welcome_msg{
background-image:url(images/sidebox_top.gif);
background-repeat:no-repeat;
width:225px;
height:50px;
color:#FFFFFF;
padding-top:5px;
padding-left:15px;
}

.table_bottom_line{
background-image:url(images/content_top.gif);
background-repeat:repeat-x;
margin-top:55px;
float:left;
width:720px;
}

.table_bottom{
background-image:url(images/content_bottom.gif);
background-repeat:no-repeat;
float:right;
width:240px;
height:65px;
}



.blue_bground{
clear:both;
background-color: #8FCAE5;
padding:5px;
margin-bottom:20px;
}

.blue_box{
border:#FFFFFF solid 1px;
padding:5px;
min-height: 500px;
_height: 500px;
padding-bottom: 40px;
}

.blue_box_no_height{
border:#FFFFFF solid 1px;
padding:5px;
}

.footer{
clear:both;
background-image:url(images/footer.gif);
background-repeat:repeat-x;
height:66px;
text-align:center;
padding-top:33px;
}

.f_left{
width:225px;
float:left;
border-right:#FFFFFF solid 1px;
font-size:12px;
}

.f_right{
width:225px;
float:left;
margin-left:15px;
}

.login{
padding:0px;
margin:0px;
font-size:14px;
line-height:28px;
}

.login input{
width:150px;
margin-bottom:5px;
}

.login a{
font-size:12px;
text-decoration:none;
color:#010101;
}

.search{
padding:0px;
margin:0px;
}

.search p{
padding:0px;
margin:0px;
float:left;
width:170px;
min-height:0px;
height:30px;
}

.search select{
width:163px;
margin-right:10px;
margin-bottom:8px;
float:left;
height:22px;
}

.search input{
width:155px;
margin-right:10px;
margin-bottom:8px;
float:left;
}



.content_menu{
background-image:url(images/content_menu.gif);
background-repeat:repeat-x;
height:32px;
padding:4px;
float:left;
width:490px;
margin-bottom:6px;
font-size:14px;
font-weight:bold;
}

.content_menu span{
color:#555655;
display:block;
font-size:12px;
font-weight:normal;
}

.content_menu_img{
float:left;
background-image:url(images/content_menu.gif);
background-repeat:repeat-x;
height:32px;
padding:4px;
float:left;
width:180px;
margin-bottom:6px;
}

h1{
padding:0px;
margin:0px;
font-size:14px;
line-height:20px;
font-variant:small-caps;
margin-bottom:4px;
clear:both;
}


.content_menu{
background-image:url(images/content_menu.gif);
background-repeat:repeat-x;
height:32px;
padding:4px;
float:left;
width:490px;
margin-bottom:6px;
font-size:14px;
font-weight:bold;
}


.listing_item{
background-image:url(images/content_menu.gif);
background-repeat:repeat-x;
height:40px;
padding-right:0px;
float:left;
width:688px;
margin-bottom:6px;
font-size:14px;
font-weight:bold;
}
.listing_item img{
padding-top: 4px;
padding-right:4px;
}
.listing_title{
float:left;
width:450px;
padding-top: 2px;
height: 36px;
}

.listing_item a:hover{
text-decoration: none;
}

.listing_item span{
display:block;
font-size:12px;
font-weight:normal;
}

.listing_actions{
float:left;
height:40px;
width:156px;
}

.listing_last_action{
float:left;
height:40px;
width:32px;
}

.listing_actions a, .listing_last_action a, .listing_icon{
float:left;
height:40px;
display: block;
}

.listing_title_hover{
	background-image:url(images/listing_item_hover.gif);
	
}

.listing_actions_hover{
	background-image:url(images/light.png);
	background-repeat: no-repeat;
	
}
 
 
 
 
.tabber {overflow:hidden; }

.tabber ul {
	overflow:hidden;
	margin:  0;
	padding: 0;
}

.tabber h2 {
display: none;
}

.tabber ul li {
	float: left;
	list-style-type: none;
}

.tabber .content {
padding:5px;
border-top:0px;
width:700px;
background-color:#8FCAE5;
padding:5px;
margin-bottom:0px;
}

.tabber ul li a {
background: url(images/inactive-tab.jpg) repeat-x;
padding-left:12px;
padding-right:12px;
height:32px;
line-height: 30px;
margin-right: 5px;
display: block;

}

.tabber ul li a:focus,
.tabber ul li a:hover,
.tabber ul li a:active,
.tabber ul li.current a,
.tabber ul li.current a:focus,
.tabber ul li.current a:hover,
.tabber ul li.current a:active{ 
background: #8FCAE5 url(images/active-tab.jpg) repeat-x;
padding-left:12px;
padding-right:12px;
height:32px;
line-height: 30px;
margin-right: 5px;
display: block;
text-decoration: none;
}

.stats_l{
	width:270px;
	height:15px;
	margin-left:10px;
	float:left;
}

.stats_r{
	width:45px;
	height:15px;
	float:left;
}



/* jquery.asmselect styles */

.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline; 
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 1em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}

.asmListItem {
	/* li item from the html list above */
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #0093cc; 
	width: 322px; 
	margin: 0 5px 2px 0;
	float:left; 
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px; 
}

/* jquery datepicker styles */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	background-image:url(images/button-back.gif);
	background-repeat:repeat-x;
	background-position: center;
}

#TB_ajaxContent{
	clear:both;
	padding:15px 15px 15px 15px;
	color:#003456;
	background-image:url(images/thikbox_bground.png);
	background-repeat:repeat-x;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


