/* PRA Main stylesheet 

Updated - EPICreative Ltd 2007
Owned by Prison Radio Assoc.
*/
@charset "utf-8";
.something{}

body{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body, th, td, input, select, textarea, a, li{font-size: 12px ;font-family:Verdana, Arial, Helvetica, sans-serif;}
.thrColFixHdr form{ 
	
}
.thrColFixHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DDE1DF url(../library/images/img_bck_body_cont_lines.gif) top center repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	padding: 0 10px 0 20px; 
	background: url(../library/images/img_head_bck_hlfwall.gif) top center no-repeat; /*background: #DDDDDD;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:253px;
}
.thrColFixHdr #container h4{ font-size:1em; }


.thrColFixHdr #container p, .thrColFixHdr #container li{ 
	color: #666666;
	line-height: 1.5em;
	text-align: justify;
	}
.thrColFixHdr #header h1 {
	position:absolute;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../library/images/img_pra_logo_head.gif) no-repeat;
	height:157px;
	width:275px;
	top:25px;
	margin-left:260px;
}
.thrColFixHdr #header h1 span{ display:none}

#TB_closeWindowButton img{ vertical-align:bottom;border:0px; }

.thrColFixHdr #header #mwbb {
	position:absolute;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../library/images/img_strap_mwbb_10.gif) no-repeat;
	height:175px;
	width:388px;
	top:25px;
	margin-left:545px;
}
.thrColFixHdr #header #mwbb span{ display:none}

.thrColFixHdr #leftMenu {
	position:absolute; /* since this element is floated, a width must be given */
	top:94px;
	margin-left:18px;
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #8C9B93;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* border:1px solid #cc3300;padding keeps the content of the div away from the edges */

}
.thrColFixHdr #leftMenu #rPlayer #rPlayerLink{
	position:absolute;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../library/images/img_btn_radio.gif) center no-repeat;
	height:110px;
	width:161px;
	
	margin-top:40px;
}
.thrColFixHdr #leftMenu #rPlayer #rPlayerLink span{
	display:none;
}
.thrColFixHdr #leftMenu #nav { line-height:2em;}
.thrColFixHdr #leftMenu #nav a{ 
	padding-left:7px;
	color:#FFFFFF;
	font-size:1em;
	width:160px;
	display:block;
	margin-bottom:.3em;
	text-decoration:none;
}
.thrColFixHdr #leftMenu #nav a:link{ }
.thrColFixHdr #leftMenu #nav a:hover{ 
	color:#000000;
	background:url(../library/images/img_btn_grad_g-wh_red.jpg) left no-repeat;	
}
.thrColFixHdr #leftMenu #nav a.active{ 
	color:#000000;
	background:url(../library/images/img_btn_grad_g-wh_blk.jpg) left no-repeat;	
}
.thrColFixHdr #leftMenu #nav #equal a span{ 
	text-indent:-1000px;
	height:24px;
	display:block;
	width:100px;
	background:url(../library/images/equal_logo_white.gif) left  no-repeat;	
}
.thrColFixHdr #leftMenu #nav #equal a:hover{ 
	color:#000000;
	background:url(../library/images/img_btn_grad_g-wh_red.jpg) left no-repeat;	
}
.thrColFixHdr #leftMenu #nav #equal a:hover span{
	text-indent:-1000px;
	background:url(../library/images/equal_logo_red.gif) left no-repeat;	
}
.thrColFixHdr #leftMenu #nav #equal a.active{ 
	color:#000000;
	background:url(../library/images/img_btn_grad_g-wh_blk.jpg) left no-repeat;	
}
.thrColFixHdr #leftMenu #nav #equal a.active span{
	text-indent:-1000px;
	background:url(../library/images/equal_logo_red.gif) left no-repeat;	
}
.thrColFixHdr #leftMenu #nav #advert a{ color:#FFFF99;}
.thrColFixHdr #leftMenu #nav #advert a.active{ 
	color:#000000;
}
.thrColFixHdr #leftMenu #nav #advert a:hover{ 
	color:#000000;
}

.thrColFixHdr #rightExtra {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #F6FFF5;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* border:1px solid #cc3300;padding keeps the content of the div away from the edges */
	font-size:.8em;
}

.thrColFixHdr #mainContent { 
	
	margin: 0 0 0 200px; /* border:1px solid #cc3300;the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 60px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColFixHdr #mainContent h2#heading{ font-size:1.3em; margin-bottom:1em; color:#000; position:relative;left:-10px;top:-10px;}

.thrColFixHdr #mainContent h3{ margin-top:2em; margin-bottom:.1em;padding-bottom:.1em;font-size:1.1em; color:#444;}

.thrColFixHdr #mainContent .infoforWrapper p{ margin-bottom:1em;}

.thrColFixHdr #mainContent .infoforWrapper ul{ margin:.5em .5em .5em 2em;}

.thrColFixHdr #mainContent .homeWrapper p{ margin-bottom:1em;}

.thrColFixHdr #mainContent #message{ margin:0 0 2em 0; }
.thrColFixHdr #mainContent #message a{ 
	display:block;
	color:#36402E; text-decoration:none; 
	float:left;
	border-bottom:1px dotted #fff;
	border-top:1px dotted #fff;
	padding:5px;
	margin-left:-5px;
}
.thrColFixHdr #mainContent #message a:hover{ color:#990000;	background: #f2f2f2;border-left:2px solid #36402E;}
.thrColFixHdr #mainContent #message a:focus{color:#FF0000;}
.thrColFixHdr #mainContent #message a h4{ color:#36402E;  font-size:16px;}
.thrColFixHdr #mainContent #message a p{ line-height:1.5em;margin:0;padding:0;}
.thrColFixHdr #mainContent #message a p strong{ text-decoration:underline;}

.thrColFixHdr #mainContent .equalWrapper p{ margin-bottom:1em;}
.thrColFixHdr #mainContent .equalWrapper a:link{ 
	color:#36402E;
	
}
.thrColFixHdr #mainContent .equalWrapper a:hover{ 
	color:#990000;
	background: #f2f2f2;
}
.thrColFixHdr #mainContent .equalWrapper a:visited{ 
	color:#36402f;
}
.thrColFixHdr #mainContent .equalWrapper a:active{ 
	color:#FF0000;
}
.thrColFixHdr #mainContent .equalWrapper a:focus{ 
	color:#FF0000;
}


.thrColFixHdr #mainContent .evalWrapper p{ margin-bottom:1em;}
.thrColFixHdr #mainContent .evalWrapper a:link{ 
	color:#36402E;
	
}
.thrColFixHdr #mainContent .evalWrapper a:hover{ 
	color:#990000;
	background: #f2f2f2;
}
.thrColFixHdr #mainContent .evalWrapper a:visited{ 
	color:#36402f;
}
.thrColFixHdr #mainContent .evalWrapper a:active{ 
	color:#FF0000;
}
.thrColFixHdr #mainContent .evalWrapper a:focus{ 
	color:#FF0000;
} 
.thrColFixHdr #mainContent .evalWrapper h4{
	color:#555;
	margin-top:10px;
}


.thrColFixHdr #mainContent .whypraWrapper p{ margin-bottom:1em;}

.thrColFixHdr #mainContent .whypraWrapper ul, .thrColFixHdr #mainContent .homeWrapper ul{ margin:.5em .5em .5em 2em;}


.thrColFixHdr #mainContent .linksWrapper p{ margin-bottom:1em;}


.linksWrapper a, .newsWrapper a, .homeWrapper a, .contactWrapper a{ 
	
	text-align:left;
}
.linksWrapper a:link, .newsWrapper a:link, .homeWrapper a:link, .contactWrapper a:link{ 
	color:#36402E;
	
}
.linksWrapper a:hover, .newsWrapper a:hover, .homeWrapper a:hover, .contactWrapper a:hover{ 
	color:#990000;
	background: #f2f2f2;
}
.linksWrapper a:visited, .newsWrapper a:visited, .homeWrapper a:visited, .contactWrapper a:visited{ 
	color:#36402f;
}
.linksWrapper a:active, .newsWrapper a:active, .homeWrapper a:active, .contactWrapper a:active{ 
	color:#FF0000;
}
.linksWrapper a:focus, .newsWrapper a:focus, .homeWrapper a:focus, .contactWrapper a:hover{ 
	color:#FF0000;
}
.homeWrapper a.highlight{ color:#003399;}

.thrColFixHdr #mainContent .newsWrapper p{ margin-bottom:1em;}

.thrColFixHdr #mainContent .newsWrapper blockquote{ margin-left:1em; border:1px dotted #fff;padding:.3em;}

.thrColFixHdr #mainContent .newsWrapper .hr{}
.thrColFixHdr #mainContent .newsWrapper div.hr {
  /*background: #fff url(hr1.gif) no-repeat scroll center;*/
  height:1px;
  border-bottom:1px dotted #ccc;
  width:20%;
  padding:0;
  margin:2em auto;
}
.thrColFixHdr #mainContent .newsWrapper div.hr hr {
  display: none;
}

.thrColFixHdr #mainContent .contactWrapper .phone{ 
	background: url(../library/images/img_ic_phone.gif) left no-repeat ;
	padding-left:20px;
}
.thrColFixHdr #mainContent .contactWrapper .email{ 
	background: url(../library/images/img_ic_email.gif) left no-repeat ;
	padding-left:20px;
}
.thrColFixHdr #mainContent .contactWrapper .email a:link{ 
	color:#36402E;
	
}
.thrColFixHdr #mainContent .contactWrapper a:hover{ 
	color:#990000;
	background:#f2f2f2;
}
.thrColFixHdr #mainContent .contactWrapper a:visited{ 
	color:#8C9B93;
}
.thrColFixHdr #mainContent .contactWrapper a:active{ 
	color:#FFFFFF;
}
.thrColFixHdr #mainContent .contactWrapper a:focus{ 
	color:#FFFFFF;
}



.thrColFixHdr #buttons {
	width:545px;
	
}
.thrColFixHdr #buttons .rounded{
	display:block;
	background: url(../library/images/img_btn_bck_wh_l.gif) left no-repeat ;
	height:62px;
	padding-left:13px;
	text-decoration:none;
}
.thrColFixHdr #buttons .rounded:hover{
	background: url(../library/images/img_btn_bck_wh_l_ind.gif) left no-repeat ;
	text-decoration:underline;
}
.thrColFixHdr #buttons .rounded:active{
	background: url(../library/images/img_btn_bck_wh_l_ind.gif) left no-repeat ;
	text-decoration:underline;
}
.thrColFixHdr #buttons .rounded:focus{
	background: url(../library/images/img_btn_bck_wh_l_ind.gif) left no-repeat ;
	text-decoration:underline;
}
.thrColFixHdr #buttons .rounded span{
	white-space:nowrap;
	font-weight:bold;
	font-size:14px;
	display:block;
	padding:20px 0px 0px 5px;
	background: url(../library/images/img_btn_bck_wh_m.gif) left top repeat-x ;
	height:42px;
	cursor:pointer;
}
.thrColFixHdr #buttons .rounded .rend {
	background: url(../library/images/img_btn_bck_wh_r.gif) right no-repeat;
	vertical-align:middle;
	float:right;
	height:62px;
	width:13px;
}
.thrColFixHdr #buttons .rounded img{ border:0px;}

.thrColFixHdr .lnkBox{ width:545px;}
.thrColFixHdr .lnkBox .top{ width:545px;height:12px;background: url(../library/images/img_lnk_box540_top.gif) top center no-repeat;}
.thrColFixHdr .lnkBox .mid{ width:545px;background: url(../library/images/img_lnk_box540_mid.gif) top center repeat-y;}
.thrColFixHdr .lnkBox .bot{ width:545px;height:12px;background: url(../library/images/img_lnk_box540_bot.gif) top center no-repeat;}
.thrColFixHdr .lnkBox .mid p{display:block;margin:0 10px auto 18px;padding-top:3px;}
.thrColFixHdr .lnkBox .mid a{display:block;margin:10px;margin-right:15px;padding:8px;padding-right:20px;font-weight:bold;
	font-size:14px;text-decoration:none;background: url(../library/images/img_ic_audio.gif) right no-repeat;}
.thrColFixHdr .lnkBox .mid a:hover, .thrColFixHdr .lnkBox .mid a:focus{ text-decoration:underline;}
.lastClear{ margin-bottom:0 !important;}


.thrColFixHdr #mainContent #snippetImgHolder{
	width:220px;
	float:right;
	padding:5px;
	margin-left:20px;
	margin-bottom:20px;
	text-align:center;
}

.thrColFixHdr #mainContent #snippetImgHolder div { 
position:relative;}
.thrColFixHdr #mainContent #snippetImgHolder #top{
	height:10px;
	background: url(../library/images/img_boxsm_top_wh.gif) center top no-repeat ;
}
.thrColFixHdr #mainContent #snippetImgHolder #middle{
	color:#000000;
	text-align:center;
	padding:10px;
	padding-top:0px;
	background: url(../library/images/img_boxsm_mid_wh.gif) center top repeat-y ;
}
.thrColFixHdr #mainContent #snippetImgHolder #middle small{ display:block;margin-top:5px;}
.thrColFixHdr #mainContent #snippetImgHolder #middle img{


}
.thrColFixHdr #mainContent #snippetImgHolder #bottom{
	height:16px;
	background: url(../library/images/img_boxsm_bot_wh.gif) center top no-repeat ;
}

/*background-color:#333333;border:1px solid #cc3300;*/
.thrColFixHdr #mainContent .quote{ margin-top:2.5em;margin-bottom:2.5em;}
.thrColFixHdr #mainContent .quote div { 
position:relative;margin-left:45px;margin-right:45px;}
.thrColFixHdr #mainContent .quote #top{
	height:16px;
	background: url(../library/images/img_box_top_wh.gif) center top no-repeat ;
}
.thrColFixHdr #mainContent .quote #middle{
	color:#000000;
	padding:15px;
	padding-left:30px;
	padding-right:30px;
	background: url(../library/images/img_box_mid_wh.gif) center top repeat-y ;
	text-align:center;
}
.thrColFixHdr #mainContent .quote #bottom{
	height:16px;
	background: url(../library/images/img_box_bot_wh.gif) center top no-repeat ;
}

.thrColFixHdr #footer {
	border:0px;
	text-align:left;
	height:155px;
	background: url(../library/images/img_bck_body_foot_lines.gif) bottom center no-repeat;
	padding: 0 10px 20px 19px; /*border:1px solid #cc3300; this padding matches the left alignment of the elements in the divs that appear above it. */
}
.thrColFixHdr #footer img{border:0px;}
.thrColFixHdr #footer small{
	margin:140px 20px 10px 0px;
	display:block;
	float:right;
	vertical-align:bottom;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear-left { 
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear-right { 
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#thumbnailRow{ }
#thumbnailRow h3{ margin:0;padding-bottom:.5em !important;}
.imgProfilePic{ padding:0px 0px 5px 10px;}

.thumbTDs{ text-align:center; vertical-align:top;}


#thumbLink, #thumbLinkStaff{  
	border:1px solid #EAFCEF;
	
	}
#thumbLink:hover, #thumbLink:hover img, #thumbLinkStaff:hover, #thumbLinkStaff:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

#thumbLink{ display:block;float:left; width:110px;height:130px;margin:0px 5px 0px 5px;text-align:center; text-decoration:none;}
#thumbLink img{ border:0px;padding-bottom:5px;background: url(../images/img_thumb_shad.gif) 0px 0px no-repeat;}
#thumbLink span{
	color: #666666;
	line-height: 1.5em;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#thumbLink span strong{color: #006666;}

#thumbLinkStaff{ display:block;float:left; width:100px;height:150px;margin:0px 5px 0px 5px;text-align:center; text-decoration:none;}
#thumbLinkStaff img{ border:0px;padding-bottom:5px;background: url(../images/img_thumb_shad.gif) 0px 0px no-repeat;}
#thumbLinkStaff span{
	color: #666666;
	line-height: 1.5em;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#thumbLinkStaff span strong{color: #006666;}



/*Original styles*/
.pra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
	text-align: justify;
}
.prabold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	font-weight: bold;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
.next_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.4em;
	text-align: justify;
	font-weight: bold;
}
.pra_sub_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
}
.captionpra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
	text-align: center;
}

#profileBody{ margin:0;padding:0;background:#DDE1DF url(../images/img_pra_backdrop.gif) 0px 0px no-repeat;}

#profileBody .pra_sub_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
}

#profileBody small{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}
