/* OR LIVE 2 CSS */

/* BODY STYLES */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(http://www.or-live.com/flash/images/purple_stripe-3.gif);
	background-repeat: repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	} 
	
/*FRONTPAGE TEXT */

.frontPage{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	}
	
/*SUBPAGE TEXT */
/* hide from IE mac \*/
.subPage{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	margin: auto;
	padding-right: 45px;
	padding-left: 45px;
	
	}
/* end hiding from IE5 mac */

/*SUBPAGE TEXT FOR IE MAC */
*>html .subPage{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	}

/* TITLES */

.title	{ font-family:Arial,Helvetica,sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#5F268F;
		}
		
.forumTitle	{ font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;
		}
		
.todaysBroadcastTitleWhite { font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;
		}
		
.todaysBroadcastTitleYellow { font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#FFBE3C;
		}
		
/* DATE */
.date {font-family:Arial,Helvetica,sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#5F268F;
		}
		
/* NEWS CAPTION */

.caption{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#000000;
	}
		
/* FRONT PAGE TITLES */

span.FrontPageTitle	{ font-family:Arial,Helvetica,sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#FFBE3C;
		}

/* AFFILIATES TITLES */

.affiliatesTitle { font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#FFBE3C;
		}
		
/* SUBPAGE LINK PROPERTIES */

a { font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				text-decoration: none;
				color:#9966FF;
				}

a:link { 		text-decoration: none;
				color:#9966FF;
				}

a:visited {     text-decoration: none;
				color:#5F268F;
				}

a:hover { 		text-decoration: underline;
				color:#5F268F;
				}
				
a:active { 		text-decoration: none;
				color:#9966FF;
				}

/* FRONT PAGE TITLE LINK PROPERTIES */


a.frontPageTitleLink:link {
				font-family:Arial,Helvetica,sans-serif;
				font-size:12px;
				text-decoration: none;
				color:#BF80FF;
				}

a.frontPageTitleLink:visited { 
				font-family:Arial,Helvetica,sans-serif;
				font-size:12px;
				text-decoration: none;
				color:#BF80FF;
				}

a.frontPageTitleLink:hover { 
				font-family:Arial,Helvetica,sans-serif;
				font-size:12px;
				text-decoration: underline;
				color:#FFBE3C;
				}
				

/* FRONT PAGE LINK PROPERTIES */

a.fronPageLink:link { font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				text-decoration: none;
				color:#FFBE3C;
				}

a.frontPageLink:visited { font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				text-decoration: none;
				color:#FFBE3C;
				}

a.frontPageLink:hover { font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				text-decoration: underline;
				color:#5F268F;
				}
				
/* ARCHIVE TITLE LINK PROPERTIES */

a.archiveTitleLink:link, active{ font-family:Arial,Helvetica,sans-serif;
				font-size:18px;
				font-weight:bold;
				text-decoration: none;
				color:#FFBE3C;
				}

a.archiveTitleLink:visited { font-family:Arial,Helvetica,sans-serif;
				font-size:18px;
				font-weight:bold;
				text-decoration: none;
				color:#5F268F;
				}

a.archiveTitleLink:hover { font-family:Arial,Helvetica,sans-serif;
				font-size:18px;
				font-weight:bold;
				text-decoration: underline;
				color:#5F268F;
				}
				
/* Copyright White */

 .wcopyright { font-family:Arial,Helvetica,sans-serif;
		font-size:10px;
		font-weight:bold;
		color:white
		}

input.radio {color: #666666;}
input.check {color: #CCCCCC;}
input {
	background-color: #FFBE3C;
}
select {
	background-color: #FFBE3C;
}
textarea {
	background-color: #FFBE3C;
}.border {
	border: 1px solid #794E9B;
	
}

/* Red Error */

.redError	{ font-family:Arial,Helvetica,sans-serif;
		font-size:10px;
		font-weight:bold;
		color:red
		}
li {
	list-style-position: outside;
	list-style-image: url("bullet_green.gif");
	list-style-type: none;
	margin-left: 16px;
}
form {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
/* REMOVE MARGIN */
.noMargin {
	margin: 0px;
}

