/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47

---reset
*/
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;}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47

---fonts
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/***************************************
****************************************
	LAYOUT AND STYLES
****************************************
***************************************/


/***************************************
****************************************
	LAYOUT
	------------------------------------
	DO NOT ADD FORMATTING STYLES TO
	THIS SECTION - IT IS FOR *LAYOUT*
	INFORMATION ONLY. MARGIN AND PADDING
	INFORMATION *SHOULD* GO IN HERE.
****************************************
***************************************/

div#container
{
	margin:0 auto;
	width:910px;
	text-align:left;   
}


/**************************************/
/* HEADER */
div#header
{
	height:auto !important;
	height:94px;
	min-height:94px;
	margin-top:5px;
}




/**************************************/
/* CONTENT */
#content
{   
	background:#fff;
	font-size:120%;
	width:730px;
	float:left;
}

#main
{
    height:auto !important;
    height:140px;
    min-height:140px;
	clear:both;
	background:#fff top left repeat-y;
}

div#wrap
{		
	
	font-size:11px;   
	overflow:hidden;
}

.mod {margin:10px;}
.content p{margin:10px 0;}
.content a:link,a:visited{font-weight:bold;}
.content a:hover{font-weight:bold;}

ul, ol,dl/*, p,blockquote*/ {padding:10px;}
h1, h2, h3, h4, h5, h6,img{padding-bottom:0px;}

div#content_inside
{	   
  background:#fff;
}

#aspnetForm
{
	background:#202020 url(../images/bg.gif) 50% 0% no-repeat;
}

.control h1
,.pinkBack
,.pinkBack

{
	height:auto !important;
	height:30px;
	min-height:30px;
	/*width:712px;*/
	background:#ff008c url(../images/h1.png) no-repeat 0 0;
	font-weight:bold;
	color:#fff;
	padding:7px 0 0 10px;
	border-bottom:solid 10px #fff;
	position:static;
}

.control h1
,.control h1 a:link
,.pinkBack
{
	font-size:17px; 
}

.pinkBack {margin:-10px -10px 0 -10px;}

.control h1 a:link,
.control h1 a:visited
{
	color:#fff;
	display:block;
}

.control h1.readmore
{
    /*background-image:url(../images/h1_buttonbg.png);*/
    background-image:url(../images/h1_button_readmore.png);
}



.control h2
{
    font-size:18px;
    padding-bottom:15px;
    border-bottom:solid 1px #ccc;
    font-weight:bold;
    color:#ff1d96;
}


.control h3
{
    font-size:18px;
    padding-bottom:0px;
    font-weight:bold;
    color:#ff1d96;
}


/*force overrides with id*/
#aspnetForm .r3{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#aspnetForm .r5{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
#aspnetForm .i {font-style:italic;}
#aspnetForm .b {font-weight:bold;}
#aspnetForm .u {text-decoration:underline;}
#aspnetForm .nou{text-decoration:none;}
#aspnetForm .upper{text-transform:uppercase;}
#aspnetForm .lower{text-transform:lowercase;}
#aspnetForm .clear{clear:both;}
#aspnetForm .clearL{clear:left;}
#aspnetForm .clearR{clear:right;}
#aspnetForm .clearN{clear:none;}
#aspnetForm .floatL{float:left;display:inline;}
#aspnetForm .floatR{float:right;display:inline;}
#aspnetForm .floatN{float:none;}
#aspnetForm .oh {overflow:hidden;}
#aspnetForm .oa {overflow:auto;}
#aspnetForm .ov {overflow:visible;}
#aspnetForm .hide {visibility:hidden;}
#aspnetForm .nomargin {margin:0;}
#aspnetForm .modh {margin:0 10px;}
#aspnetForm .modht {margin:0 5px;}
#aspnetForm .modl {margin:0 0 0 10px;}
#aspnetForm .modr {margin:0 10px 0 0;}
#aspnetForm .modv {margin:10px 0;}
#aspnetForm .modvt{margin:5px 0;}
#aspnetForm .padh {padding:0 10px;}
#aspnetForm .padht {padding:0 5px;}
#aspnetForm .padv {padding:10px 0;}
#aspnetForm .padvt{padding:5px 0;}
#aspnetForm .inline{display:inline;}
#aspnetForm .block{display:block;}
#aspnetForm .blockCenter{float:none;display:block;margin-left:auto;margin-right:auto;}
#aspnetForm .txtC{text-align:center;}
#aspnetForm .txtL{text-align:left;}
#aspnetForm .txtR{text-align:right;}
#aspnetForm .nopadding{padding:0;}
#aspnetForm .nowrap{white-space:nowrap;}
#aspnetForm .hoverb:hover{font-weight:bold;}
#aspnetForm .borderT{border-top:solid 1px;}
#aspnetForm .borderB{border-bottom:solid 1px;}
#aspnetForm .static{position:static;}
#aspnetForm .displayNone{display:none;}
#aspnetForm .nodisplay{display:none;}
#aspnetForm .childDisplayNoUL ul{display:none;}
#aspnetForm .whitethickborder{border:solid #fff 5px;}
#aspnetForm loading{background:#fff url(skin/loading.gif) 50% 50% no-repeat;}
#aspnetForm input.loading{background:#C4C4C4 url(skin/loadingC4C4C4.gif) 50% 50% no-repeat;}
.zoom1{zoom:1;}

                .f36 {font-size:277%;}
                .f20 {font-size:153.9%;}
                .f19 {font-size:146.5%;}
                .f18 {font-size:138.5%;}
                .f17 {font-size:131%;}
.bigger,        .f16 {font-size:123.1%;}
.big,           .f15 {font-size:116%;}
.bigish,        .f14 {font-size:108%;}
                .f13 {font-size:100%;}
.smallish,      .f12 {font-size:93%;}
.small,         .f11 {font-size:85%;}
.smaller,       .f10 {font-size:77%;}
                .f9  {font-size:69.25%;}
.smaller,       .f8  {font-size:61.55%;}



h1, .h1  {font-size:42px;font-weight:bold;margin:10px 0; border:0; border-bottom:3px solid #ff0594}
h2, .h2  {font-size:36px;font-weight:bold; margin:10px 0;  border-bottom:3px solid #ff0594;padding:10px 0; }
h3, .h3 {font-size:29px;font-weight:normal;margin:10px 0; border:0;}
h4, .h4  {font-size:21px;font-weight:bold; margin:10px 0;  border:0;}
h5, .h5  {font-size:16px;font-weight:bold; margin:10px 0;  border:0;}

h1, .h1, h1 a:link, h1 a:visited, .h1 a:link, .h1 a:visited  {color:#000;}
h2, .h2, h2 a:link, h2 a:visited, .h2 a:link, .h2 a:visited  {color:#000;}
h3, .h3, h3 a:link, h3 a:visited, .h3 a:link, .h3 a:visited  {color:#666;}
h4, .h4, h4 a:link, h4 a:visited, .h4 a:link, .h4 a:visited  {color:#000;}
h5, .h5, h5 a:link, h5 a:visited, .h5 a:link, .h5 a:visited  {color:#000;}



.bottomPink {border-bottom:3px solid #ff0594;}
.bottomGrey {border-bottom:solid 1px #ccc;}





.minitext h5 {font-size:93%;}
.minitext p {font-size:93%;line-height:1.35;font-weight:normal;}



/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.hidetext
{    
    text-indent:-9999px;
    overflow:hidden;
    text-align:left;
}



.bright
{
	color:#FF0096;	
}



#wrap address
{
    margin-left:10px;
}



span.h1_sub
{ 	border: 0px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 111px;
	text-transform: uppercase;
	top: 12px;
}
span.h1_sub_flickr
{ 	border: 0px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 23px;
	text-transform: uppercase;
	top: 10px;
}
#content_inside span.h1_sub img
{ 	border: none;
	margin: 0px 5px 0px 0px;
}
#content_inside span.h1_sub_flickr img
{ 	border: none;
}

#aspnetForm #wrap .clear2, 
#aspnetForm br.clear
{ 	
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size:0;
	}
	
	
	

#rhs h4
{
    font-size:16px;
    color:#000;
    font-weight:bold; 
    margin:10px 0;  
    border-bottom:3px solid #ff0594;
    padding:10px 0;
}


.rhs_blog
{    
    background:url(../images/icon_comments_greybg.png) top left no-repeat;
    padding-left:25px;
}

#blogComments .rhs_blog 
{
    background-image:url(../images/icon_comments.png);
    border-bottom:dotted 1px #ccc;
    padding-bottom:8px;
}

.rhs_quote
{    
    font-style:italic;
    padding:0 0 10px 0;
}


	
	
	
	
	
	
.featuredVidMini {}
.featuredVidMini .rightSide {float:left;width:155px;}
.featuredVidMini  img{float:left;border:solid 3px #ccc;margin-right:10px;margin-bottom:10px;}
.featuredVidMini  h5{margin-bottom:2px;margin-top:0px;}
.featuredVidMini  .watch{background:url(../images/youtube_icon.png) left center no-repeat;padding-left:22px;
                        display:block;margin-top:4px;}
	
	
	
	
.news
{ 	
	
	/*padding-top: 15px;
	padding-left:57px;
	padding-bottom:15px;
	margin-bottom:10px;*/
}
.latestnews
{
	padding-top:0;
	padding-bottom:0;
	height:240px;
}
/*
.news ul
{ 	height: 308px;
	margin: 22px 0 23px 57px;
	width: 650px;
}*/
.news .newsitem
{ 	
	display:inline;
	float:left;
	margin-right:41px;
	width:176px;
	position:relative;
	margin-bottom:10px;
}



.newspage .newsitem
{
	height:auto;
}

#wrap .latestnews
{
	padding-bottom:0;
}

.latestnews .newsitem .button
{ 	
	position:absolute;
	bottom:0;
	left:0;	
}

#main #wrap .buttoncontainer
{
	padding:15px 0;
	clear:both;
}


.newsdetail .newsitem
{
	height:auto;
}

.newsdetail ul.related
{
	margin:2px 0 10px;
}

.newsdetail .pictures ul
{
	margin-left:0;
	margin-top:5px;
	margin-bottom:10px;	
	position:relative;
}






#smallgallerylinks
{
	margin-left:0;
	padding:0 0 0 27px ;
	width:auto;
	overflow:hidden;
	position:relative;
	zoom:1;
}



	#main #wrap #smallgallerylinks .newsitem
	{
		width:180px;
		font-weight:normal;
		margin:0 22px;
		padding-bottom:20px;
	}


	#main #wrap #smallgallerylinks .newsitem img
	{ 
		border:none;
		border-bottom:5px solid #D80280;
	}
	
	#main #wrap #smallgallerylinks li.mini
	{
		width:140px;
		float:left;	
		margin:0 0 13px 25px;
        display:inline;
	
	}
	#main #wrap #smallgallerylinks li.mini span
	{
        display:block;
        padding:3px 0 0 0;
        text-align:center;
        zoom:1;
        font-weight:normal;
	}






.newsdetail .pictures ul img
{
	border:none;
	border-bottom:5px solid #D80280;
	
}


#main #wrap .news .newsitem  h4
{ 	
	border-bottom: solid 1px #cccccc;
	color: #ff0096;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px;
	font-size:13px;

}
#main #wrap .news h4 a:link, 
#main #wrap .news h4 a:visited {color: #ff0096;}


#wrap .news p,
.longdesc p
{ 	
	color: #666;
	/*font-size: 11px;*/
	margin: 5px 0px;
}

#wrap .longdesc *
{
	margin-left:0;
}

.onairpics img,
.news img,
.onairdetail img
{ 	
	border-bottom: 5px solid #D80280;
}



.control .pictures
{
    
}

    .control #smallgallerylinks
    {
        padding:0;
        margin-left:-25px;
        margin-right:-39px;
    }





.newspage
{
   
}


.audiotitle
{
	display:block;
	clear:both;
}

.newsitemcontent,
.boscontent
{
	margin:10px;
}
#wrap .newsitemcontent p,
#wrap .boscontent p,
#wrap .boscontent h1,
#wrap .boscontent h2,
#wrap .boscontent h3,
#wrap .boscontent h4
{
	margin-left:0;
	margin-right:0;
}



.newsitemcontent .embed
{
	padding:10px 0;
	clear:both;
}

#wrap .newsdetail
{
	width:auto;
	padding:0;
}


#main #wrap .newsdetail .newsitem
{
	width:auto;
	float:none;
	margin:0;
	display:block;
}

#main #wrap .buttoncontainer .button
{
	display:inline;
}

#main #wrap .postcode
{	
	padding:10px 0;
}

#main #wrap .postcode a
{	
	margin:0;
	position:static;
}



#main #wrap .newsdetail .newsitem .thickbox,
#main #wrap .floatright,
#ajaxContent .thickbox,
#ajaxContent .floatright
{
	float:right;
	margin:0 0 10px 10px;
}










.pictures
{
	zoom:1;
	background:#fff;
}
.pictures h2
{
	clear:both;
}
.pictures ul
{ 	
	padding: 00px 0 23px 30px;
	width: 650px;
	clear:both;
}

.latestpics ul
{
	padding-top:0;
	padding-bottom:10px;
}

.newsgallery ul
{
	width:auto;
}

#main #wrap .pictures a
{ 	
	display: inline;
	float: left;
	margin: 0px 15px 12px 0px;
	background:none;
	padding:0;
}

#main #wrap .pictures .newsitem a  {float:none;}


.pictures img
{ 	
	border: 7px solid #e2e2e2;
}

#lhs {overflow:hidden;width:177px;float:right;padding-bottom:1px;}
#rhs {overflow:hidden;width:258px;float:left;padding-bottom:1px;}

#lhs_box
{ 	border-right: 10px solid #202020;
	border-top: 10px solid #202020;
	float: left;
	height: 345px;
	height: auto!important;
	min-height: 345px;
	width: 351px;
}
#rhs_box
{ 	border-top: 10px solid #202020;
	float: right;
	height: 345px;
	height: auto!important;
	min-height: 345px;
	width: 361px;
}
#rhs_box .content
{ 	
	padding: 10px 0px 0px 20px;
	width: 315px;
}
#rhs_box strong
{ 	color: #ff0096;
	font-size: 26px;
	font-weight: bold;
}
#rhs_box p
{ 	color: #666;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
}
#rhs_box h3
{ 	background: transparent url(../images/sprite.png) no-repeat scroll -438px -684px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	height: 40px;
	margin-top: 15px;
	padding: 7px 0 0 10px;
}
#magnetize
{ 
}
#header_banner
{ 	float: right;
	padding: 23px 0;
}
.headBannerR {width:490px;}
#rhs_box h4
{ 	color: #ff0096;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
}
.f_right
{ 	float: right;
}
#video_week
{ 	margin: 17px auto;
	width: 282px;
}
#video_week h4
{ 	border-bottom: 1px solid #CCCCCC;
	color: #FF0096;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 10px 0;
}
#video_week p
{ 	color: #666666;
	font-size: 11px;
}
.button,
button,
.full-calendar-buttons input
{ 	
	background: #000;
	clear: both;
	display:block;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	/*margin:3px;*/
	text-transform: uppercase;
	color:#F418A9;
	border:0;
}

button
{
    display:inline;
}

a:hover.button
{ 	
	color: #fff;
}








.latestLocalnews
{
    margin:10px 10px 10px 20px ;
    padding:0;
}

    .latestLocalnews .col1
    {
        width:200px;
    }

    .latestLocalnews .col2
    {
        width:160px;
        margin-right:20px;    
    }

    .latestLocalnews .col3
    {
        width:300px;    
    }





.interactWithUs
{
    margin:10px 10px 10px 20px ;
    padding:0;
}

    .interactWithUs .col1
    {
        width:285px;
        overflow:hidden;
    }

    .interactWithUs .col2
    {
        margin-left:25px;
        margin-right:25px;
        width:240px;
        overflow:hidden;
    }

    .interactWithUs .col3
    {
        width:120px;    
        overflow:hidden;
    }













#lhs .box
{
	background:#fff;
	text-align:left;
	margin:10px;
}

#lhs .box h2
{
	padding:8px 6px;
	background:#FF0095 url(../images/sprite.png) no-repeat scroll -78px -763px;
	font-size:17px; 
	font-weight:bold;
	color:#fff;
	position:static;
	border-bottom:solid 8px #000;
}

#lhs .box h2 a
{
	color:#fff;
}

#lhs .box h3
{
	color:#F418A9;
	font-weight:bold;
	margin:6px 0 2px;
}

#lhs .box .newsitem
{	 
	margin:0 10px;
}

#lhs .box .notlast
{ 
	border-bottom:solid 1px #999;
}

#lhs .box
{
	color:#fff;	
	color:#666666;
	font-size:11px;  
}

#lhs .readmore
{
	text-align:right;
	display:block;
	color:#000;
	font-weight:bold; 
	text-transform:uppercase;
	padding-bottom:2px;
}

#lhs .button
{
	text-align:center;
	padding:5px;	
}







#main #wrap .sponsors 
{
	text-align:center;
	padding:10px;
	
}
#main #wrap .sponsor
{
	padding:0;
	
}


#main #wrap .sponsors img
{
	vertical-align:top;
}



#main #wrap .sponsors li,
.sponsors li
{
	display:inline;
	background:none;
	margin:0;
	padding:0;
	list-style:none;
}


#lhs .sponsors a
{
	display:block;
	margin:0 0 10px 0;
}






/**************************************/
/* RHS / EXTRA INFO */
div#lhs
{ 	/*background: #333 url(../images/lhs_bg.gif) repeat-y top right;*/
	/*border-bottom: 7px solid #D80280;*/
	float: left;
	width: 180px;
	text-align:center;
}
.lhs_ads
{ 
	padding:0;
}

#wrap .lhs_ads
{ 
    margin:0 auto;
    text-align:center;
    width:150px;
}

#wrap .lhs_ads img
{ 
	/*width:100%;*/
    display:block;
    _position:relative;
    _top:2px;
}





#social
{ 	margin: 157px 0px;
}
#twitter
{ 	
	background: transparent url(../images/sprite.png) no-repeat scroll -610px -228px;
	cursor: pointer;
	height: 80px;
	margin-left: -19px;
	width: 170px;
	display:block;
}
#facebook
{ 	
	background: transparent url(../images/sprite.png) no-repeat scroll -610px -309px;
	cursor: pointer;
	height: 80px;
	margin-left: -19px;
	width: 180px;
	display:block;
}
div#lhs .content
{ 	
	margin: 0;
}
/**************************************/
/* FOOTER */

div#footer
{ 	
	clear: both;
	color: #fff;
	font-size: 12px;
	height: 70px;
	height: auto !important;
	min-height: 70px;
	text-align: right;
}
div#footer a:link,
div#footer a:visited
{ 	
	color: #fff;
	font-weight:normal;
}
div#footer a:hover
{ 	
	color: #D80280;
}
.ftleft
{ 	
	background: url(../images/footerlogo.gif) no-repeat top left;
	margin: 0px auto;
	padding: 25px 0;
	float:left;
	width:49%;
	text-align:left;
}
.ftleftinner {padding-left:105px;}
.ftright
{ 	
	float:right;
	width:49%;
	padding: 25px 0;
}

div#footer img
{ 	
	vertical-align:middle;
}

#container .black,
#container .black:link,
#container .black:visited{color:#000;}
#container .grey,
#container .grey:link,
#container .grey:visited{color:#999;}
#container .pink,
#container .pink:link,
#container .pink:visited{color:#d80280;}
#container .pinkbright,
#container .pinkbright:link,
#container .pinkbright:visited{color:#ff1d96;}
/***************************************
	END
***************************************/
/***************************************
****************************************
	GENERAL STYLES
	------------------------------------
	PLEASE ADD NEW STYLE RULES TO THE
	APPROPRIATE SECTION ONLY. DO NOT
	REMOVE SECTION HEADERS EVEN IF THEY

	ARE NOT IN USE.


	Reminder: If you're setting a width
	and a padding/margin you're looking
	for trouble with ie6
	http://css.maxdesign.com.au/listamatic/about-boxmodel.htm


****************************************
***************************************/

/***************************************
	MEDIA STYLES
	-----------------------------------
	Add any styles here that only
	need to appear on a certain device.
***************************************/
/*If a title has an image instead of text then this
 will display the text rather than the image*/
@media handheld
{	
	.hidetext,
	#logo
	{
		text-indent:0px;
		background: none;
	}   
}


@media print 
{
	/*more styles in tripoli/print.css*/
	div#rhs,
	div#globalnav
	{
		display:none;
	}
}

/***************************************
	USEFUL ONE LINERS
	-----------------------------------
	Any useful simple one liners here.
***************************************/
.hidetext{text-indent:-9000px; overflow:hidden;}


/***************************************
	GLOBAL STYLES
	------------------------------------
	Style rules with a global effect.
***************************************/
*
{
	
}

html 
{
	/*background:#202020  url(../images/bg.jpg) 50% 0% no-repeat;*/
	/*i cant remember the ie7 bg zoom bug atm will fix later*/
	background:#202020;
}

body
{
	
	color:#333333;	
	background:#202020;
   
}

a
{
	color:#F418A9;
	text-decoration:none;
}
/*correct order of psudeo classes*/
a:link{color:#F418A9;}
a:visited{color:#F418A9;}


strong {font-weight:bold;}

address
{
	/*margin-left:20px;*/
}

#container
{  
}

/*
.transparent_class
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*/





#main  #wrap .table_2_column
{	
	border-top:solid 10px #000;
	background:#fff url(../images/2coltable.gif) top center repeat-y;
	margin:0;
	table-layout:fixed;
}

	#wrap .table_2_column td
	{
		border:none;
		padding:15px;
		vertical-align:top;
		width:50%;
	}

	#wrap .table_2_column td h1,
	#wrap .table_2_column td h2,
	#wrap .table_2_column td h3,
	#wrap .table_2_column td h4,
	#wrap .table_2_column td address,
	#wrap .table_2_column td p
	{
		margin-left:0;
	}



	#wrap .table_2_column td embed
	{
		margin-left:0;
	}








/*forces a div with floating image inside
 it to pull down to the end of the image*/
hr.clear {display: block; clear: left;
padding: 0;padding-top:0px;
visibility: hidden;width:1px;}


/***************************************
	HEADER STYLES: #header
	------------------------------------
	Style rules for the header
	area only.
***************************************/
#header
{	
	
}

	#header #logo
	{
		display:block;
		height:110px;
		position:absolute;
		top:5px;
		width:410px;
		text-indent:-9000px;
		overflow:hidden;
		background: url(../images/logo.gif) no-repeat left top;
	}

	#header #ad
	{
		background:#797979;
		float:right;
		margin:15px 0 0 0;
		width:725px;
		height:90px;
	}	

	#header #contact
	{
		color:#fff;
		float:right;
		font-size:15px;
		margin:20px 0 0 0;
		clear:right;
	}   

		#header #contact em
		{
			font-weight:bold;
			font-style:normal;
			padding-right:16px;
		}	
		
		#header #contact a
		{
			color:#fff;
			font-weight:bold;
		}	

/***************************************
	GLOBAL NAVIGATION STYLES: #globalnav
	------------------------------------
	Style rules for the *global*
	navigation.
***************************************/
	
#globalnav
{	
	height:auto !important;
	height:50px;
	min-height:50px;
	background: #282828 url(../images/nav_gradient.png) repeat-x top left;
	border:solid 1px #848484;
	border-bottom:solid 8px #ff0b96;
	margin:6px 0px 0;
	font-weight:bold;
	text-transform:lowercase;	
	/*overflow:hidden;*/
	z-index:9;
	position:relative;
}

#globalnav .clear
{
	
	font-size:0;
	height:0px;
}

	#globalnav ul 
	{
		 padding:0;
		 width:655px;
		 float:left; 
		 *margin-bottom:-1px;
	}
	
		#globalnav ul li
		{
			list-style-type:none;
			display:inline;
			font-size:17px;
			color:#fff;
			float:left;	
			position:relative;
			z-index:1;
		}	 
		
		#globalnav ul li.parent
		{
			background:url(../images/parent.png) right center no-repeat;
		}
		
		#globalnav ul li li
		{
			width:100%;
		}	 
 
		#globalnav ul li a
		{
			list-style-type:none;
			font-size:17px;
			color:#fff;
			padding:14px 12px;
			display:block;
		}
	 
		#globalnav ul li a:hover
		{
			color:#FF0095;
		}   
  
	#globalnav ul li.selected 
	{
		background:#FF0096 url(../images/menu_selected.png) no-repeat scroll 50% 0;
		/*border-top:2px solid #D80280;*/
		border:solid 1px #ff6db4 ;
		border-bottom:0;
		
		position:relative;
		top:-1px;
		padding-bottom:1px;
	}	
	
	#globalnav ul li.selected a:hover
	{
		color:#fff;
	}		
	
	
	#globalnav ul ul li.selected 
	{
		background:#FF0096;
		border:none;
	}	  
		
#globalnav a:link {color:#fff} 
#globalnav a:hover {color:#FF0096}  
#globalnav a:visited {color:#fff}	
		
		
		

		#globalnav ul ul 
		{
			position:absolute;
			border:solid 1px #ccc;
			background:#000;
			padding:0;
			zoom:1;
			z-index:10;
			border:1px solid #FF0096;
			width:160px;
			top:100%;
			left:0px;
		}
		
		#globalnav ul ul li
		{
			float:left;
			clear:both;
			border:none;
			zoom:1;
			padding:0;
		}
		
		#globalnav ul ul li a
		{
			color:#fff;
			font-size:70%;
			padding:6px 3px;
			zoom:1;
			display:block;
			font-weight:normal;
		}
		
		#aspnetForm  #globalnav li ul
		{display:none;}
		#aspnetForm  #globalnav li:hover ul 
		{display:block;}
		
		
		
		
		
		
		
#menu a
{
	color:#fff;
}

#search
{ 	float: right;
	background: url(../images/search_white.gif) no-repeat scroll 0 0;
	width: 164px;
	height: 20px;
	margin-top:15px;
	margin-right:20px;
}
#search .text
{
    background:transparent none repeat scroll 0 0;
    border:0 none;
    float:left;
    height:20px;
    margin:0 0 0 22px;
    padding:2px 0 0;
    position:relative;
    width:132px;
}

#search .searchbutton {background:none; border:none; text-indent:-9999px;line-height:1;float:left;;}

#listen_bar
{
	color: #fff;
	height: auto !important;
	height: 37px;
	min-height: 37px;
	background:#333 url(../images/listen_bar.png);
	overflow: hidden;
}
#listen_bar .lhs
{ 	
	float: left;
	height: 37px;
	min-height: 37px;
	width: 405px;
}
#listen_bar .rhs
{ 	float: right;
    font-size:12px;
	padding:11px 24px 0;
}
#listen_bar .rhs span
{ 	color:#ff0f96;
    font-weight:bold;
}
#listen_bar .clear
{ 	

	font-size: 0;
}
#listen_bar .rhs a
{ 	color: #fff;
}
#listen_bar .rhs a:hover
{ 	color: #FF0096;
}
#listen_bar .lhs .info
{ 	
	color: #fff;
	height: 16px;
	margin-left: 13px;
	padding: 9px 0 0 27px;
	width: 390px;
	font-weight:bold;
}
#listen_bar .lhs .info a
{
	color: #fff;
}
#listen_bar .lhs .info span
{ 	
	color: #000000;
	margin-right: 8px;
	padding-right: 8px;
	font-size:120%;
	text-transform:uppercase;
}

#listen_bar .lhs .info em
{
    position:relative;
    top:-1px;
}


#socialbar
{
    background:url(../images/socialbar.png) top left no-repeat;
    height:37px;
    line-height:37px;
    font-size:11px;
    margin-top:0;
    margin-bottom:3px;
}


#socialbar a:link,
#socialbar a:visited
{
    color:#fff;
}


.latesttwitter
{
    float:left;
    width:700px;
    padding-left:37px;
}

.sociallinks
{
    float:right;
    width:150px;
    text-align:right;
    padding-right:11px;
    _padding-top:9px;
}
.sociallinks img
{
    vertical-align:middle;
    margin-left:5px;
}

.ad_fullwidth {margin:0 0 0 0;text-align:center;}

/***************************************
	HEAD FEATURE STYLES
***************************************/  

.feature
{ 	background: #000;
	color: #fff;
	height: 345px;
	height: auto !important;
	min-height: 345px;
	position: relative;
	margin-bottom:10px;
	zoom:1;
}
.onair
{ 	
	background:#333 url(../images/darkgradient.png) top left repeat-x;
	height:auto !important;
	padding:0 0 25px 0;
	border-top:solid 1px #333;
	
}
.onair .content
{ 	
	font-size: 11px;	
}
.onair .content img
{ 	border-bottom: solid 5px #D80280;
}
#main .onair .content h4
{ 	border:0;
	color: #ff0096;
	font-size: 13px;
	font-weight: bold;
	margin:  0px;
	padding-top: 10px;
	padding-bottom: 0px;
	
}
#main .onair .content a:visited,
#main .onair .content a:link
{ 	
	color: #fff;
}
.onair .content strong
{ 	display: block;
	margin: 10px 0;
}
.onair .content p
{ 
}
#main .onair .content h3
{
	margin: 8px 0px 0px 0px ;
	border:0;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.onairpage .onairpics
{
	margin-left:0;
}

#main #wrap .onairpics li,
#main #wrap .onairpage .onairpics li
{
	margin:0 0 0 20px;   
	padding:0;
	float:left;
	display:inline;
	background:none;
	
}
.onairtablewrapper
{
	padding-bottom:10px;
}

.onairtablewrapper p
{
	text-align:center;
}

.main_image
{ 	background: #000;
	color: #fff;
	float: left;
	height: 347px;
	overflow: hidden;
	position: relative;
	width: 730px;
	padding:0;
}
.main_image a
{ 	background: #000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	padding: 8px;
	text-transform: uppercase;
	zoom: 1;
}
.main_image h2
{ 	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}
.main_image p
{ 	display: none;
}
.main_image h2
{ 	display: none;
}
.block small
{ 	background: url(icon_calendar.gif) no-repeat 0 center;
	font-size: 1em;
	padding: 0 0 0 20px;
}
.main_image .block small
{ 	margin-left: 10px;
}
.main_image .desc
{ 	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	top: 296px;
	width: 100%;
}
.main_image .block2
{ 	background: #111;
	border-top: 1px solid #000;
	width: 100%;
}
.main_image a.collapse
{ 	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px;
	position: absolute;
	right: 20px;
	text-indent: -99999px;
	top: -27px;
	width: 93px;
}
.main_image a.show
{ 	background-position: left bottom;
}
#wrap .image_thumb
{ 	position: absolute;
	width: 277px;
	height: 347px;
	overflow: hidden;
	right: 0;
	top: 0;
	z-index:999;
	zoom:1;
}
#wrap .image_thumb a
{ 	/*display: none;*/
    color: #F418A9;
}
.image_thumb ul li .block
{ 	
	float: left;
	margin-left: 10px;
	padding: 0;
	/*width: 170px;*/
}
#wrap .image_thumb .content
{ 	
	margin: 18px 0 0 0;
	padding: 0 0 16px 14px;
	width: 238px;
}
#wrap .image_thumb .content h2
{ 	
	color: #ff0096;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin:5px 0 5px 10px;
	border:0;
	padding:0;
}

#wrap .image_thumb .content p
{ 	
	font-size: 11px;
	margin:0 0 0 10px;
	font-weight: normal;
}

#wrap .image_thumb img
{ 	background: #fff;
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
}

#wrap .image_thumb ul
{ 	list-style: none;
	margin: 0;
	padding: 0;
}

#main #wrap .image_thumb ul li
{ 	
	background: transparent url(../images/transparentbg.png);
	float: left;
	height: 116px;
	margin: 0;
	width: 284px;
}

#main #wrap .image_thumb ul li.hover
{ 	background: transparent url(../images/transparentbgarrow.png);
	cursor: pointer;
}

#main #wrap .image_thumb ul li.active
{ 	background: transparent url(../images/transparentbgarrow.png);
	cursor: default;
}
#wrap html .image_thumb ul li h2
{ 	font-size: 1.5em;
	margin: 5px 0;
	padding: 0;
}
/*.image_thumb ul li .block
{ 	float: left;
	margin-left: 10px;
	padding: 0;
	width: 170px;
}*/
.image_thumb ul li p
{ 
}
			


#pager{display:none;}



/***************************************
	CONTENT STYLES: #content
	------------------------------------
	Style rules for the primary
	content area only.
***************************************/

#content .smalltext
{
    font-size:80%;
}
	
/*cms fix*/
#content .cms *[style],
#content .cms *[style] *[style],
#content .cms *[style] *[style] *[style],
#content .cms *[style] *[style] *[style] *[style]
{
	color:inherit !important;
	font-size:inherit !important;
}
	
/* Tables */
#main .content table
{
	margin-left:10px;
	margin-right:10px;
}
	.content caption
	{
		caption-side:bottom;
	}
	
	.content table tbody td
	{
		border:solid 1px #ccc;
	}

	.content  table td,
	.content  table th
	{
		padding:4px;
	}

	.content table thead td,
	.content table th
	{
		background:#FF0096;
		color:#fff;
		font-weight:bold;
	}
	
	.content table tfoot td
	{
		background:#000;
		color:#fff;
	}

	
/* Lists */
.content  ol,
.content  ol
{
	margin:10px;
}

.content  ol li,
.content  ol li
{
		margin:0 0 0 10px;
		list-style-type:decimal;
		list-style-position:inside;
	
}

.content  ul
{
	
}   
	.content  ul li
	{
		background:transparent url(../images/list0.gif) no-repeat scroll 0 3px;
		font-weight:bold;
		margin:0 0 0 10px;
		padding:3px 0 3px 25px;		
	}

		.content  ul li li 
		{
			font-weight:normal;
			background:url(../images/list1.gif) 0px 5px no-repeat; 
			color:#666;
		}

		.content ul li li a
		{
			color:#666;
		}




.pagerButtons
{
	clear:both;
	text-align:center;
	padding:20px;
	zoom:1;
}

	.pagerButtons a,
	.pagerButtons a:link,
	.pagerButtons span
	{
		padding:2px 6px;
		border:solid 1px #F418A9;
		margin:0 2px;
	}
	
	.pagerButtons a:hover
	{
		color:#000;
	}
	
	.pagerButtons span,
	.pagerButtons .selected
	{
		border:none;
		font-weight:bold;
	}
	
		.pagerButtons
		{
			
		}




/***************************************
	FORMS STYLES: #content form
	------------------------------------
	Style rules for form
	areas only.
***************************************/

/***************************************
	FOOTER STYLES: #footer
	------------------------------------
	Style rules for the footer
	area only.
***************************************/
#footer
{
	background:none;
	padding:10px 0;
}
	#footer .top
	{
		margin:0;
	}

	#footer .footerleft
	{
		padding-left:130px;
	}

	#footer .footerbottom
	{
		
	}

	

/***************************************
	WIDGET STYLES: content and rhs
	------------------------------------
	Style rules for specific pages.
	Replace the id #container with a
	unique id to do this.
***************************************/
.signup {background:url(../images/signup.png) top left no-repeat;margin-top:40px;}
.signup .txt{border:0;float:left;width:140px;margin:2px 0 0 14px;padding:7px 0;background:transparent;
            color:#666;font-style:italic;font-size:12px;}
.signup .btn{background:url(../images/signup.png) top right no-repeat;border:0;float:right;
             color:#fff;text-align:center;width:76px;height:31px;margin-bottom:4px;cursor:pointer;font-weight:bold;
                padding-top:7px;}
.signup a{line-height:1;}




.weather
{
	clear:both;	
	background:#fff;
	text-align:left;
}

.weather
{
	padding:2px 10px 11px;
	font-size:80%;
}

#lhs .bright
{
	padding:6px 10px 0;
	display:block;
}

.weather .day,
.weather .tomoweather span
{
	display:block;
}

.weather  img
{
	vertical-align:middle;
}


.weather .currentweather 
{
	color:#000;
}

.weather .tomoweather img
{
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
.weather .tomoweather
{
	color:#666;
}

.weather .credit
{
	color:#000;
	display:block;
	padding-top:5px;
}


.picturesmini 
{
	padding-bottom:1px;
}

	.picturesmini a
	{
		position:relative;
		display:block;
		margin:10px;
	}

		.picturesmini img
		{
			display:block;
			margin:0 auto;
		}

	.picturesmini span
	{
		position:absolute;
		left:0;
		bottom:7px;
		width:100px;
		padding:5px;
		background:#000;
		font-weight:bold;
	}


/***************************************
	SINGLE PAGE STYLES: #page
	------------------------------------
	Style rules for specific pages.
	Replace the id #container with a
	unique id to do this.
***************************************/



.blogbar
{    
    font-weight:bold;
    padding:4px 0 16px;
}
    .sharethis {float:right;display:inline;/*margin-right:-37px;*/}

    .blog_postedby 
    {
        background:url(../images/icon_poster.png) top left no-repeat;
        padding-left:20px;
        padding-right:10px;
    }

    .blog_commentsicon
    {
        background:url(../images/icon_comments.png) top left no-repeat;
        padding-left:25px;
    }

    .viewcomments {font-weight:bold;text-transform:uppercase;padding:20px 0;}
    .viewcomments a,
    .viewcomments span {color:#000;}
    .sponsoredpost{color:#c3c3c3;text-align:right;padding:8px 0;font-weight:bold;}


.blogpost {padding-bottom:50px;font-size:12px;}
.blogpostImage {border:solid 1px #ccc !important;margin:10px 12px 20px 0;}


.podcastPost
{
    background:url(../images/podcast-32.png) 0 10px no-repeat;
    padding-left:45px;
}


.control .podcastPost
{
    color:#000;
    padding-bottom:16px;
}
.control .podcastPost h3
{
    line-height:1;
    margin-bottom:3px;
    margin-top:5px;
    padding-top:8px;
}

.pinkarrowbutton,
.pinkarrowbutton:link,
.pinkarrowbutton:visited
{
    text-transform:uppercase;
    font-size:11px;
    color:#fff;
    width:188px;
    height:32px;
    line-height:32px;
    float:left;
    background:url(../images/pinkarrowbutton.png) 0 0 no-repeat;
    text-indent:10px;
}
















#eventspage .newspage, #eventspage .pagerButtons {display:none;} /*hide events under calendar*/

#searchpage table {width:702px;margin-left:10px;}


.onairpage .onairlist
{
	text-align:center;
}

.onairpageouter
{
	
	padding:0 0 0 59px;
}
	#wrap .onairpage .djbanner,	
	#wrap .newsdetail .djbanner	
	{
		
		margin:0;
		padding:0;
		background:none;
		height:auto;
		border:0;
	}
	 

	#wrap .onairpage .djbanner img
	{
		
		border:none;
	}
	 


	#main #wrap .onairpage th
	{
		text-align:center;
	}

	#main #wrap .onairpage .onairschedule
	{
		margin:10px auto;
	}

	#wrap .onairpage .banner h3
	{
		border:none;
	}
	
	.onairpage .banner span a,
	.onairpage .banner span
	{
		display:block;
	}
	
	.onairpage .banner span
	{
		margin:0 40px;
	}

	.onairpage .newsdetail .djbanner 
	{
		text-align:center;
		height:auto;
	}

	.onairpage .newsdetail .djbanner img,
	.onairpage .newsdetail .djsponsor img,	
	.onairpage .djsponsor img
	{
		border:none;
	}
	
	
	.onairpage .toplinks
	{
		text-align:right;
		font-weight:bold;
		margin-top:5px;
		text-transform:lowercase;
		margin-right:10px;
	}
	
	.onairpage .toplinks a,
	.onairpage .toplinks span
	{		
		margin-right:10px;
	}
	
	.onairpage .toplinks .phone
	{
		color:#F418A9;
	}

	
	#main #wrap .onairpage .thickbox
	{
		float:left;
		margin:0;
		display:inline;
		border-right:solid 20px #fff;
		border-bottom:solid 5px #fff;
		
	}
	
	#main #wrap .onairpage .aboutcontent
	{
		margin:0 10px;
	}
	#main #wrap .aboutcontent img
	{
		border:none;
	}
	
	.onairpage .about
	{
		clear:right;
	}	
	
	.onairpage .whatsontheshow
	{
		
	}
	
	#main #wrap .onairpage .whatsontheshow li
	{
		background:none;
		padding:0;
		margin:10px;
		font-weight:normal;
		float:none;
	}   
	
	#main #wrap .onairpage .whatsontheshow img
	{
		float:left;
		margin-right:20px;
	}   
	
	
	#main #wrap .onairpage .whatsontheshow h3
	{
		border:none;
		font-weight:normal;
		padding:0;
	}   
	
	#main #wrap .onairpage .whatsontheshow h3,
	#main #wrap .onairpage .whatsontheshow h3 a
	{
		color:#333;
		margin:0;
	}	   
	
	#main #wrap .onairpage .whatsontheshow p
	{
		background:none;
		padding:0;
		margin:0;
		font-weight:normal;
	}	  
	
	.onairpage .biovert
	{
		float:left;
		margin-left:10px;
	}
	
	.onairpage .biotext
	{
		/*float:right;*/
	}
	
	.onairpage .bioimagerow
	{
		float:right;
	}
	#main  #wrap .onairpage .bioimagerow .thickbox
	{
		margin:0 32px 5px 0;
	} 

	.jsbutton
	{
		display:inline;
		float:left;
		margin-bottom:10px;
		margin-left:10px;
		margin-top:10px;
	}



#scheduletable {clear:both;}
#scheduletable td{text-align:center;}
.onairschedule a{color:#666;} /*do not highlight if no link*/
.onairschedule a:link{color:#F418A9;}
.onairschedule a:visited{color:#F418A9;}

.onairschedule .today {background:#FFDFF2;}
.onairschedule .thishour td {background:#FFDFF2;}

.onairschedule .thishour .today {background:#000;color:#fff;font-weight:bold;}
.onairschedule .thishour  .today  td a{color:#fff;font-weight:bold;}
/*#wrap .onairschedule tr:hover {outline:1px solid #000;}*/





.starcardpage
{
	text-align: center;
}

	.starcardpage a
	{
		/*height:114px;*/
		position:relative;
	}
		
		.starcardpage img,
		.stardetail .floatright
		{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border:solid 1px #B5B5B5;
			padding:3px;
			margin:10px 10px;
		}

	#wrap #content .xmas .container
	{
		margin: 0 auto;
		width: 700px;
	}

	#wrap #content .xmas .container ul
	{
		float: left;
		left: 50%;
		position: relative;
	}

	#wrap #content .xmas .container li
	{
		background: none;
		float: left;
		font-weight: normal;
		margin: 0;
		padding: 0;
		position: relative;
		right: 50%;
		text-align: center;
		width: 150px;
	}

	#wrap #content .xmas .container li a
	{
		margin-bottom: 10px;
	}

	#wrap #content .xmas .container li img,
	#wrap #content .xmas .container li span
	{
		display: block;
		margin-bottom: 2px;
	}

.marginright20px
{
	margin-right: 20px;
}

    #ajaxContent
        {
        background:#fff;
        margin:0 auto;
        text-align:left;
        overflow-y:scroll;
        padding-bottom:10px;
	    color:#666666;
        
    }






.activatedcalendar
{
	padding:10px;
}


.activatedcalendar h2
{
	margin-left:0;
}

.calendar thead th
{
	margin-left:0;
	background:#F418A9;
	color:#fff;
	font-weight:bold;
}

.calendar .day
{
	font-weight:bold;
}


.calloading
{
	text-align:center;
}


#wrap .calendar .today
{
	background:#FF0096;
	color:#fff;	
}



#sitemap
{
	padding-bottom:15px;
}



.generalform
{
	clear:both;
	width:430px;
	margin:0;
	padding:10px 10px 10px 10px;
}

#wrap .generalform div
{
	padding-top:8px;
	clear:both;
}

.generalform p
{
	margin-left:0;
}

.generalform .buttondiv
{
   padding-top:0; 
}

.generalform label
{
	float:left;
	clear:left;
	width:120px;
	padding-top:4px;
}

.generalform input,
.generalform textarea
{
	float:right;
	width:280px;	
	border:1px solid #999999;
	padding:3px;
}

.generalform textarea
{
	height:220px;   
	margin-bottom:10px;
}
.chkAlt input {float:left;width:auto;margin-right:10px;border:0;}

.generalform .chk input
{
	border:none;
	width:auto;
	float:left;
	position:relative;
	left:21px;
	top:4px;
}

.generalform .radiobutton
{
	overflow:hidden;
}

.generalform .radiobutton span
{
	overflow:hidden;
	float:left;
    padding-top:6px;
}

.generalform .radiobutton .mainlabel
{
	border:none;
	width: 132px;
	float:left;	
}

.generalform .radiobutton label
{
	float:none;
	width:auto;
	margin-right:10px;
}

.generalform .radiobutton input
{
	border:none;
	float:none;
	width:auto;
}


#wrap .generalform .date .datewrapper 
{
    clear:none;
    float: left;
    padding-left: 21px;
}

.generalform .date  select
{
    
}

.generalform .date  .DOBDay
{
    width:50px;
}

.generalform .date  .DOBMonth
{
    width:50px;
}

.generalform .date  .DOBYear
{
    width:80px;
}

.ui-datepicker {font-size:85%;}

.generalform .button
{
	width:auto;
	float:right;
	clear:both;
	margin:0;
	
	overflow:visible;
	border:none;
	cursor:pointer;
}

.validation
{
	color:#FF0096;
	background:#ED229C;
	font-weight:bold;
	padding:5px 10px;	
}

.validation ul li,
.validation p
{
	color:#fff;
	background:#ED229C;
	font-weight:bold;
	padding:5px 10px;	
}


/*error*/
#error
{
    padding-bottom:30px;
}

#error .button
{
	text-align:center;
	font-weight:bold;
	padding:5px;
	overflow:visible;
	color:#fff;
	background:#ED229C;
	border:none;
	cursor:pointer;	
}

#error .button:hover
{
	color:#FFCFED;
	
}

#yahoosearch
{
	border:1px solid #ccc;
	padding:5px;
	margin-right:3px;
}


/***************************************
	JAVASCRIPT STYLES
	------------------------------------
	Style rules for specific javascript
	files.

***************************************/

#screenshot
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:100001;	
}

#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:#000;
	padding:10px;
	color:#fff;
	display:none;
	width:200px;
}	




/*infiniteCarousel http://jqueryfordesigners.com/jquery-infinite-carousel/*/
.infiniteCarousel {
  width: 728px;
  position: relative;
}

.infiniteCarouselNews {height: 15.7em;overflow:hidden;}

.infiniteCarousel .newsitem{float:none;display:block;margin:0 auto;}


.infiniteCarousel .wrapper {
  width: 648px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 17em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  height: 205px;
  width: 216px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
    background:transparent url(../images/arrows.png) no-repeat scroll;
    cursor:pointer;
    display:block;
    height:42px;
    position:absolute;
    text-indent:-999px;
    top:50px;
    overflow:hidden;
    width:17px;
}

.infiniteCarousel .forward {
  background-position: -18px 0;
  right: 8px;
}

.infiniteCarousel .back {
  background-position: 0 0;
  left:8px;
}
/*
.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

*/




/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_content a.pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_content a.pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_content a.pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_content a.pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_content a.pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_content a.pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_content a.pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */

	div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_content a.pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_content a.pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_content a.pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_content a.pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_content a.pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_content a.pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_content a.pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded  p.pp_description { color: #fff; }

	div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_top .pp_left ,
	div.dark_square .pp_top .pp_middle,
	div.dark_square .pp_top .pp_right,
	div.dark_square .pp_bottom .pp_left,
	div.dark_square .pp_bottom .pp_middle,
	div.dark_square .pp_bottom .pp_right,
	div.dark_square .pp_content { background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square  p.pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_content a.pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_content a.pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_content a.pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_content a.pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_content a.pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	
	div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_content a.pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_content a.pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_top .pp_left ,
	div.light_square .pp_top .pp_middle,
	div.light_square .pp_top .pp_right,
	div.light_square .pp_bottom .pp_left,
	div.light_square .pp_bottom .pp_middle,
	div.light_square .pp_bottom .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content a.pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_content a.pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_content a.pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_content a.pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_content a.pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	
	div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_content a.pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_content a.pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pp_pic_holder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pp_pic_holder .pp_top {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_top { padding: 0 20px; }
		
			div.pp_pic_holder .pp_top .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_top .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_top .pp_middle { position: static; left: 0; }
			
			div.pp_pic_holder .pp_top .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pp_pic_holder .pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				div.pp_pic_holder .pp_content .pp_details p.pp_description { display: none; float: left; margin: 0; }
				
				div.pp_pic_holder .pp_content .pp_details .pp_nav {
					float: left;
					margin: 3px 0 0 0;
				}
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav p { float: left; margin: 2px 4px; }
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
						float: left;
						display: block;
						width: 14px; height: 15px;
						overflow: hidden;
						text-indent: -10000px;
						margin-top: 3px;
					}
		
		div.pp_pic_holder .pp_content div.pp_hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pp_pic_holder .pp_content a.pp_next {
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
		}
			
		div.pp_pic_holder .pp_content a.pp_previous {
			display: block; float: left;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
		}
		
		div.pp_pic_holder .pp_content a.pp_expand,
		div.pp_pic_holder .pp_content a.pp_contract {
			position: absolute; z-index: 20000;
			top: 10px; right: 30px;
			cursor: pointer;
			display: none;
			text-indent: -10000px;
			width: 20px; height: 20px;	
		}
			
		div.pp_pic_holder .pp_content a.pp_close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pp_pic_holder .pp_bottom {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_bottom { padding: 0 20px; }
			
			div.pp_pic_holder .pp_bottom .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_bottom .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_bottom .pp_middle { position: static; left: 0; }
				
			div.pp_pic_holder .pp_bottom .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pp_pic_holder #pp_full_res { display: block; margin: 0 auto; width: 100%; text-align: center; }
		div.pp_pic_holder #pp_full_res object,
		div.pp_pic_holder #pp_full_res embed { visibility: hidden; }
	
		div.ppt {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff;
			font-size: 17px;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

/*fullcalendar*/

/* top area w/ month title and buttons */

.full-calendar-title {
	text-align: left;
	}
	
.full-calendar-buttons 
{
	float: right;
	margin: 0 0 1em;
}
	
.full-calendar-buttons input 
{
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 1em;
	clear:none;
	display:inline;
}
	
.full-calendar-prev,
.full-calendar-next {
	width: 40px;
	}
	
	
	
/* table layout & outer border */

#main #wrap .full-calendar-month-wrap td {border:none;}

.full-calendar-month-wrap {
	clear: both;
	border-right: 1px solid #ccc; /* outer border color & style */
	border-bottom: 1px solid #ccc; /* outer border color & style */
	}
	
.full-calendar-month {
	width: 100%;
	overflow: hidden;
	}

#main #wrap .full-calendar-month table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
	}
	
	
	
/* cell styling */
	
#main #wrap .full-calendar-month th,
#main #wrap .full-calendar-month td.day {

	padding: 0;
	vertical-align: top;
	border:0;
	border-style: solid; /* inner border style */
	border-color: #ccc;  /* inner border color */
	border-width: 1px 0 0 1px;
	}
	
.full-calendar-month th {
	border-top: 0;
	text-align: center;
	}
	
.full-calendar-month th.first,
.full-calendar-month td.first {
	border-left: 0;
	}
	/*
#main #wrap .full-calendar-month td.today {
	background: #FFFFCC;
	}*/
	
#main #wrap .full-calendar-month .day-number {
	text-align: right;
	padding: 0 2px;
	}
	
.full-calendar-month .other-month .day-number {
	color: #bbb;
	}
	
#main #wrap .full-calendar-month .day-content {
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	
.full-calendar-month td.day {
	/* FullCalendar automatically chooses a height, but this can be overridden: */
	/* height: 100px !important; */
	}
	


/* event styling */
	
#main #wrap .full-calendar-month .event {
	margin-bottom: 2px;
	font-size: .85em;
	cursor: pointer;
	text-align: left;
	background:#000;
	color:#F418A9;
	margin-left:0;
	
	}
	
.full-calendar-month .ui-draggable-dragging td {
	cursor: move;
	}
	
#main #wrap .full-calendar-month .event td {
	background: #000;
	padding: 0;
	border:0;
	}
	
.full-calendar-month .event td.ne,
.full-calendar-month .event td.nw,
.full-calendar-month .event td.se,
.full-calendar-month .event td.sw {
	background: none;
	width: 1px;  /* <-- remove if you dont want "rounded" corners */
	height: 1px; /* <--										   */
	}
	
.full-calendar-month .nobg td {
	background: none;
	}
	
.full-calendar-month .event td.c {
	padding: 0 2px;
	}
	
.full-calendar-month .event-time {
	font-weight: bold;
	}
	
	
	
/* the rectangle that covers a day when dragging an event */
	
.full-calendar-month .over-day {
	background: #ADDBFF;
	opacity: .2;
	filter: alpha(opacity=20);
	}
	
	
	
/* right-to-left support */

.r2l .full-calendar-title {
	text-align: right;
	}
	
.r2l .full-calendar-buttons {
	float: left;
	}
	
.r2l .full-calendar-buttons input {
	margin: 0 5px 0 0;
	}
	
.r2l .full-calendar-month .day-number {
	text-align: left;
	}
	
.r2l .full-calendar-month .event {
	text-align: right;
	}
	
#validationMessage	
{
    color: Red;
    border: dotted;
    margin-top: 15px; 
    margin-left: 10px; 
    margin-right: 10px; 
    padding-top: 6px;
}
	
#validationMessage p
{
    font-weight: bold;
    color: Black;
    padding-left: 15px;
    padding-bottom: 8px;
}
	
#easyTooltip
{
	padding:5px;
	color:#fff;
	border:1px solid #000;
	background:#FF0096;
	/*opacity:.75;*/
}

/***************************************
	FUTURE CSS
	------------------------------------
	For testing css2/css3 selectors
	that don't work with all browsers.
***************************************/
/* E.g. This style rule will place an north east arrow after any link on your site to an external site. */
/*a[href^="http://"]:not([href*="smashingmagazine.com"])::after {content: "\2197";content: "\2197";*/






/***************************************
	END
***************************************/
