/* Calvary 88.5 Master CSS Template
==============================================================================*/
/* updated 2009-06-11 TPS to increase font size and page width */
.screenreadonly
{position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;}

html {
	background-color: #800;
}
* {
	margin: 0;
	padding: 0;
    font-family:'arial',tahoma,sans-serif;
	}
body {
	font-size: 62.5%;
	text-align: left;
	background: #fff url(/assets/images/header-bg.gif) repeat-x;
	}
hr {
	display: none;
	}
a {
	text-decoration: none;
	}
#clearHack {
	display: block;
	clear: both;
	width: 100%;
	margin: -6px;
	visibility: hidden;
	}
div.fix {
	width: 100%;
	clear: both;
	height: 1%;
}
h2 img,
dd img {
	vertical-align: middle;
	margin-right: 3px;
	border: 0;
	}

/* utility links
==============================================================================*/
#sitetitle {
	position: relative;
	height: 70px;
	}
	#sitetitle a {
		position: absolute;
		top: 29px;
		width: 285px;
		height: 41px;
		overflow: hidden;
		}
#utilityLinks {
	position: relative;
	float: right;
	width: 258px;
	height: 15px;
	top: 8px;
	text-align: center;
/*	font: normal 1.0em/1.2em 'arial',tahoma,sans-serif; */
	font: normal 1.4em/1.7em 'arial',tahoma,sans-serif;
	color: #333;
	}
	#utilityLinks a {
		text-decoration: none;
		color: #ccc;
		}
	#utilityLinks a:hover {
		color: #fff;
		}

/* layout
==============================================================================*/
#container,
#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
/*	width: 760px; */
	width: 984px;
}

/* header
==============================================================================*/
#header {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 780px;
/*	width: 984px; */
	}

/* listen online
==============================================================================*/
#listen {
	position: relative;
	float: right;
	width: 258px;
	height: 29px;
	z-index: 10;
	background: url(/assets/images/listen-bg.gif) center no-repeat;
	}
	#listen p {
		margin-top: 8px;
		width: 258px;
		height: 10px;
		text-align: center;
/*		font: bold 1.1em/1.0em 'arial',tahoma,sans-serif; */
		font: bold 1.3em/1.2em 'arial',tahoma,sans-serif;
		}
		#listen p a {
			color: #fff;
			}
		#listen p a:hover {
			color: #FFF4F4;
			text-decoration: underline;
			}

/* site-level navigation
==============================================================================*/
#nav {
	height: 30px;
	margin-bottom: 3px;
	list-style: none;
	}
#nav li {
	float: left;
	margin-right: 1px;
	height: 30px;
	overflow: hidden;
	}
#nav li a {
	display: block;
	line-height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top;
	}
	#navRadio {
		width: 140px;
		background: url(/assets/images/nav-radio.gif) no-repeat;
		}
	#navCollege {
		width: 153px;
		background: url(/assets/images/nav-college.gif) no-repeat;
		}
	#navSeminary {
		width: 200px;
		background: url(/assets/images/nav-seminary.gif) no-repeat;
		}
#nav li a:hover {
	background-position: 50% -30px;
	}
	#nav li a.currentSection,
	#nav li a.currentSection:hover {
		background-position: 50% -60px;
	}


/* corner (community/verse)
==============================================================================*/
#corner {
	float: right;
	clear: right;
	width: 258px;
	background: #fff;
	}
#cornerTabs {
	clear: both;
	background: #d6d6d6;
	height: 20px;
	}
	#cornerTabs span {
		display: block;
		float: left;
		height: 20px;
		overflow: hidden;
		}
	#communityTab {
		margin-right: 1px;
		width: 135px;
		cursor: pointer !important;
/*		background: url(/assets/images/tab-community.gif) no-repeat; */
		background: url(/assets/images/tab-nowplaying.gif) no-repeat;
		}
	#verseTab {
		width: 122px;
		cursor: pointer !important;
		background: url(/assets/images/tab-verse.gif) no-repeat;
		background-position: center bottom;
		}
#community,
#verse {
	display: block;
	position: relative;
	width: 250px;
	height: 134px;
	}
#community {
	/* background: #4b92e4 url(/assets/images/community-bg.jpg) no-repeat; */
	border: 4px solid #fff;
	overflow: hidden;
	}
#verse {
	display: none;
	background: #46bb48 url(/assets/images/verse-bg.jpg) no-repeat;
	border: 4px solid #fff;
	overflow: auto;
	}
	#community p,
	#verse p {
		position: relative;
/*		font: normal 1.0em/1.4em 'arial',tahoma,sans-serif; */
		font: normal 1.1em/1.4em 'arial',tahoma,sans-serif;
		color: #fff;
		}
		#community h2 {
			float: right;
			padding-right: 4px;
			font: bold 1.2em/1.4em 'arial',tahoma,sans-serif;
			text-transform: uppercase;
			color: #333;
			margin-top: 4px;
			text-align: right;
			}
		#community p {
			float: right;
			clear: right;
			padding-right: 4px;
			margin-bottom: 8px;
			width: 110px;
			text-align: right;
			}
		#verse h2 {
			float: left;
			padding-left: 8px;
			font: bold 1.2em/1.4em 'arial',tahoma,sans-serif;
			text-transform: uppercase;
			color: #333;
			margin-top: 4px;
			text-align: left;
			}
		#verse p {
			float: left;
			padding-left: 8px;
			margin-bottom: 8px;
			width: 150px;
			text-align: left;
			}
			#community p a,
			#verse p a {
				display: block;
				margin-top: 2px;
				font-weight: bold;
				text-decoration: none;
				}
				#community p a {	
					color: #039;
					}
				#verse p a {
					color: #060;
					}
				#community p a:hover,
				#verse p a:hover {
					text-decoration: underline;
					}


/* media center
==============================================================================*/
#mediacenter {
	position: relative;
	margin: 0 0 5px 0;
	float: left;
	width: 495px;
	height: 162px;
	}
	#mediacenter p {
		position: absolute;
		float: left;
		left: -20px;
		top: 0;
		width: 20px;
		height: 162px;
		text-indent: -5000px;
		overflow: hidden;
		background: transparent url(/assets/images/mediacenter.gif) no-repeat left top;
		}
	#mediacenter a {
		color: #c03;
		font-weight: bold;
		}
#flashMedia {
	float: right;
	display: block;
	width: 495px;
	_width: 485px;
	height: 162px;
	}
	#flashMedia div {
		margin: 0;
		}
#flashMedia iframe {
		width: 487px;
		_width: 477px;
		height: 154px;
		_height: 146px;
		border: 4px solid #fff;
}


/* header image
==============================================================================*/
#headerImage {
	position: relative;
	float: none;
	margin-bottom: 5px;
	height: 162px;
	width: 760px;
	}
	#headerImage img {
		border: 4px solid #fff;
		}


/* search
==============================================================================*/
#search {
	height: 3.2em;
/*	width: 160px; */
	width: 185px;
	}
	#searchField {
		float: right;
/*		width: 158px; */
		width: 183px;
		height: 1.2em;
		color: #333;
		border: 1px solid #ccc;
		background-color: #f6f6f6;
/*		font: normal 1.0em 'arial',tahoma,sans-serif; */
		font: normal 1.1em 'arial',tahoma,sans-serif;
		text-indent: 4px;
		}
		#searchField:hover {
			background-color: #fff4f4;
			border: 1px solid #c03;
			}
	#searchButton {
		float: right;
		width: 55px;
		height: 15px;
		}
#searchPageForm {
    margin: 10px auto;
}
#fdse_Terms, #fdse_Match {
	height: 1.8em;
	color: #333;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	font: normal 1.0em 'arial',tahoma,sans-serif;
    margin: 0px;
    padding: 0px;
	text-indent: 4px;
}
#fdse_Match {
    width: 50px;
    margin: 0px;
    padding: 0px;
}
#fdse_Submit {
    background: #630000;
    border: 3px double #FFF;
    color: #fff;
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
	}
#fdse_Results_Header {
    margin: 20px 0 20px 0;
    font-size: 1.1em;
	}
#fdse_Results_Footer {
    margin-top: 5px;
    font-size: 1.1em;
	}
#fdse_Results {
    margin-top: 5px;
	}
	#fdse_Results .hl1 {
		font-weight: bold;
		color: #c03;
		background-color: #FFEAEA;
		}
	#fdse_Results dt {
		font: bold 1.1em/1.6em 'arial',tahoma,sans-serif;
		}
	#fdse_Results dd {
		font: 1.0em/1.4em 'arial',tahoma,sans-serif;
		color: #333;
		}
	#fdse_Results dl {
		margin: 5px 0px;
		padding: 5px;
		border: 1px solid #f6f6f6;
		}
	#fdse_Results a,
	#fdse_Results a:visited {
		font-weight: bold;
		color: #06C;
		}
	#fdse_Results a:hover {
		text-decoration: none;
		color: #c03;
		}

/* menu
==============================================================================*/
#menuTop {
/*	width: 165px; */
	width: 190px;	
	height: 3.3em;
	background: url(/assets/images/bg-menu-top.gif) right top no-repeat;
	margin: 0;
	padding-top: 5px;
	}
#menu {
	position: relative;
	float: left;
	clear: left;
/*	width: 165px; */
	width: 190px;	
	overflow: hidden;
	background: url(/assets/images/bg-menu.gif) right top repeat-y;
	}
	#menu ul,
	#menu ul ul,
	#menu ul ul ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#menu ul ul {
			background: url(/assets/images/bg-menu-2.gif) right top repeat-y;
			}
		#menu ul ul ul {
			background: url(/assets/images/bg-menu-3.gif) right top repeat-y;
			}
	#menu ul a,
	#menu ul ul a,
	#menu ul ul ul a {
		display: block;
		height: 1.3em;
		padding-top: .5em;
		padding-bottom: .5em;
		}
		#menu ul a {
/*			font: normal 1.0em 'arial',tahoma,sans-serif; */
			font: normal 1.1em 'arial',tahoma,sans-serif;
			color: #333;
			}
	#menu ul ul a,
	#menu ul ul ul a {
/*		font: normal 1.0em 'arial', tahoma,sans-serif; */
		font: normal 1.1em 'arial', tahoma,sans-serif;
		text-transform: none;
		color: #666;
		}
		#menu ul ul a {
			padding-left: 10px;
			font-style: normal;
			}
		#menu ul ul ul a {
			padding-left: 20px;
			font-style: italic;
			}
	#menu ul a:hover,
	#menu ul ul a:hover,
	#menu ul ul ul a:hover {
		color: #333;
		padding-bottom: .4em;
		padding-top: .4em;
		border-top: .1em solid #ccc;
		border-bottom: .1em solid #ccc;
		} 
		#menu ul a:hover {
			background-color: #fff;
			}
		#menu ul ul a:hover {
			background: #fff url(/assets/images/bullet-arrow-2.gif) 0px center no-repeat;
			}
		#menu ul ul ul a:hover {
			background: #fff url(/assets/images/bullet-arrow-2.gif) 10px center no-repeat;
			}
	#menu ul a.selected,
	#menu ul ul a.selected,
	#menu ul ul ul a.selected {
		color: #c03;
		padding-bottom: .4em;
		padding-top: .4em;
		border-top: .1em solid #ccc;
		border-bottom: .1em solid #ccc;
		} 
		#menu ul a.selected {
			background-color: #fff;
			}
		#menu ul ul a.selected {
			background: #fff url(/assets/images/bullet-arrow.gif) 0px center no-repeat;
			}
		#menu ul ul ul a.selected {
			background: #fff url(/assets/images/bullet-arrow.gif) 10px center no-repeat;
			}
		

#menuBottom {
	display: block;
	top: 0px;
	height: 125px;
	margin-top: 25px;
	background: url(/assets/images/bg-menu-bottom.gif) right bottom no-repeat;
	}



/* events & announcements
==============================================================================*/
#events {
	position: relative;
	float: left;
/*	width: 295px; */
	width: 395px;
	}
	#pageview #events h1 {
		margin: 0px 0 0px 0;
		padding-bottom: 3px;
		font: 15px 'arial',tahoma,sans-serif;
		color: #c03;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		}
#flashEvents {
	height: 20em;
	margin-bottom: 20px;
	overflow-y: auto;
	overflow-x: none;
	}
	#flashEvents ul {
		list-style: none;
	}
		#flashEvents ul li {
			display: block;
			border-bottom: 1px dotted #ddd;
		}
			#flashEvents li a {
				display: block;
				padding: 8px;
				background-color: #fdfdfd;
			}
			#flashEvents li a:hover {
				background-color: #f7f7f7;
			}
				#flashEvents .event,
				#flashEvents .date {
					clear: both;
					display: block;
				}
				#flashEvents .event {
					color: #333;
					font-weight: bold;
					font-size: 12px;
					padding-left: 13px;
					background: transparent url(/assets/images/arrow-grey.gif) no-repeat 0px 4px;
				}
				#flashEvents .date {
					color: #999;
					font-size: 11px;
					padding-left: 12px;
				}
				#flashEvents a:hover .event {
					color: #06C;
					background: transparent url(/assets/images/arrow-blue.gif) no-repeat 0px 4px;
				}
				#flashEvents a:hover .date {
					color: #555;
				}
/* pageview (content, functions, & highlights)
==============================================================================*/
#pageview {
	position: relative;
	clear: right;
	float: left;
	margin: 20px 0 20px 0;
	padding-left: 20px;
/*	width: 575px; */
	width: 774px;
	}
	#pageview h1 {
		margin: 0 0 20px 0;
		padding-bottom: 3px;
/*		font: 1.5em/1em 'arial',tahoma,sans-serif;  */ 
		font: 1.6em/1em 'arial',tahoma,sans-serif; 
		color: #c03;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		}

#functions {
	position: relative;
	margin-top: -2px;
	float: right;
/*	font: bold 1.0em/1.8em 'arial',tahoma,sans-serif; */
	font: bold 1.1em/1.8em 'arial',tahoma,sans-serif;
	z-index: 15 !important;
	}
	#functions a {
		color: #666;
		}
	#functions a:hover {
		color: #c03;
		}
	#functions img#page_print,
	#functions img#facebook,
	#functions img#twitter,
	#functions img#rss,
	#functions img#ipod,
	#functions img#doc,
	#functions img#pdf,
	#functions img#page_email {
		padding-left: 4px;
		border: 0;
		}

#content h2 {
	margin-bottom: 20px;
/*	font: bold 1.1em/1em 'arial',tahoma,sans-serif !important; */
	font: bold 1.2em/1em 'arial',tahoma,sans-serif !important;
	color: #333;
	text-transform: uppercase;
	}
#content h3 {
	margin: 20px 0 20px 0;
/*	font: bold 1.1em/1em 'arial',tahoma,sans-serif; */
	font: bold 1.2em/1em 'arial',tahoma,sans-serif;
	color: #903;
	}
#content h4 {
	margin: 20px 0 20px 0;
/*	font: bold 1.1em/1em 'arial',tahoma,sans-serif; */
	font: bold 1.2em/1em 'arial',tahoma,sans-serif;
	color: #039;
	}
#content p {
	margin: 20px 0 20px 0;
/*	font: 1.0em/1.8em 'arial',tahoma,sans-serif; */
	font: 1.2em/1.8em 'arial',tahoma,sans-serif;
	color: #555;
	}
	#content p a,
	#content h2 a,
	#content h3 a,
	#content h4 a,
	#content ul a,
	#content ol a,
	#content dl a {
		color: #06C;
		font-weight: bold;
		}
	#content p a:hover,
	#content h2 a:hover,
	#content h3 a:hover,
	#content h4 a:hover, 
	#content ul a:hover,
	#content ol a:hover,
	#content dl a:hover	{
		color: #c03;
		text-decoration: underline;
		}
#content ul,
#content ol,
#content dl {
	margin: 20px 20px 20px 25px;
/*	font: 1.0em/1.8em 'arial',tahoma,sans-serif; */
	font: 1.1em/1.8em 'arial',tahoma,sans-serif;
	color: #000;
	}
	#content img.inline {
		margin: 15px;
		padding: 3px;
		border: 1px solid #ccc;
		background: #fff;
		}

#inlineTable {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	font-family: 'arial',tahoma,sans-serif;
	text-align: left;
	color: #333;
	}
	#inlineTable tr.line1,
	#inlineTable td.line1 {
		background: #ccc;
/*		font: bold 1.1em/1.2em 'arial',tahoma,sans-serif; */
		font: bold 1.2em/1.3em 'arial',tahoma,sans-serif;
		}
	#inlineTable tr.line2,
	#inlineTable td.line2 {
		background: #e8e8e8;
/*		font: normal 1.1em/1.2em 'arial',tahoma,sans-serif; */
		font: normal 1.2em/1.3em 'arial',tahoma,sans-serif;
		}
	#inlineTable tr.line3,
	#inlineTable td.line3 {
		background: #f8f8f8;
/*		font: normal 1.0em/1.2em 'arial',tahoma,sans-serif; */
		font: normal 1.2em/1.2em 'arial',tahoma,sans-serif;
		}
	#inlineTable td {
		padding: .3em;
		border-bottom: 1px solid #e8e8e8;
		font: normal 1.2em/1.2em 'arial',tahoma,sans-serif;
		}
		#inlineTable td img {
			margin: 3px;
			vertical-align: middle;			
			}	
	#inlineTable a {
		color: #06C;
		font-weight: bold;
		}
	#inlineTable a:hover {
		color: #c03;
		text-decoration: underline;
		}

#highlights {
	position: relative;
	float: right;
	clear: right;
	width: 258px;
	margin: 0 0 15px 15px;
	z-index: 10;
	background: url(/assets/images/highlights-bg.gif) center top repeat-y;
	}
	#highlights #highlightsTop {
		display: block;
		bottom: 0px;
		height: 5px;
		background: url(/assets/images/highlights-bg-top.gif) center top no-repeat;
		}
	#highlights #highlightsBottom {
		display: block;
		margin-top: -15px;
		height: 75px;
		background: url(/assets/images/highlights-bg-bottom.gif) center bottom no-repeat;
		}
	#highlights h2 {
		margin: 15px;
/*		font: bold 1.1em/1em 'arial',tahoma,sans-serif; */
		font: bold 1.2em/1em 'arial',tahoma,sans-serif;
		text-transform: uppercase;
		border: 0;
		color: #333;
		}
	#highlights h3 {
		margin: 15px;
/*		font: bold 1.1em/1em 'arial',tahoma,sans-serif; */
		font: bold 1.2em/1em 'arial',tahoma,sans-serif;
		color: #903;
		}
	#highlights h4 {
		margin: 15px;
/*		font: bold 1.1em/1em 'arial',tahoma,sans-serif; */
		font: bold 1.2em/1em 'arial',tahoma,sans-serif;
		color: #039;
		}
	#highlights p,
	#highlights ul,
	#highlights ol,
	#highlights dl {
		margin: 15px;
/*		font: 1.0em/1.6em 'arial',tahoma,sans-serif; */
		font: 1.1em/1.6em 'arial',tahoma,sans-serif;
		color: #555;
		}
		#highlights ul li,
		#highlights ol li,
		#highlights dl dd {
			margin-left: 25px;
			}
	#highlights strong {
		color: #333;
		}
	#highlights a {
		font-weight: bold;
		color: #06C;
		}
	#highlights a:hover {
		color: #c03;
		text-decoration: underline;
		}
	#highlights img.inline {
		margin: 15px;
		padding: 3px;
		border: 1px solid #ccc;
		background: #fff;
		}
		
#steps {
	display: block;
	margin: 25px 0 25px 15px;
	}
	#steps a {
		text-align: center;
		margin-right: 2px;
		color: #069;
		padding: 9px;
		background: #f6ed9f url(/assets/images/steps-bg.gif) repeat-x;
		border: 1px solid #e5d071;
		font: bold 1.2em/1.0em 'arial',tahoma,sans-serif;
		}
		#steps img {
			vertical-align: middle;
			border: 0;
			}
		#steps a:hover,
		#steps a.selected {
			border: 1px dashed #c30;
			text-decoration: none;
			color: #c30;
			}

/* features
==============================================================================*/
#features {
	position: relative;
	display: block;
	clear: right;
	float: right;
	margin-left: 15px;
	z-index: 10;
	width: 258px;
	}
	#features h2 {
		margin: 8px 0 0 15px;
		font: bold 1.2em/1.4em 'arial',tahoma,sans-serif;
		text-transform: uppercase;
		color: #333;
		}
	#features p {
		margin: 0 5px 8px 15px;
/*		font: normal 1em/1.4em 'arial',tahoma,sans-serif; */
		font: normal 1.1em/1.4em 'arial',tahoma,sans-serif;
		overflow: hidden;
		color: #333;
		}
		#features a {
		font-weight: bold;
		}
	#features ul {
		position: relative;
		overflow: hidden;
		list-style: none;
		}
		#features ul li {
			margin-bottom: 15px;
			width: 256px;
			overflow: hidden;
			margin-bottom: 1.5em;
			}
		#features ul li a:hover {
			text-decoration: underline;
			}
		#features ul li#feature1 {
			background: #d0f9cd url(/assets/images/feature1.gif) no-repeat;
			border: 1px solid #ccedc0;
			}
			#features ul li#feature1 a,
			#features ul li#feature1 a:hover {
				color: #090;
				}
		#features ul li#feature2 {
			background: #fed2d6 url(/assets/images/feature2.gif) no-repeat;
			border: 1px solid #fbcfd8;
			}
			#features ul li#feature2 a,
			#features ul li#feature2 a:hover {
				color: #c33;
				}
		#features ul li#feature3 {
			background: #c6e1ff url(/assets/images/feature3.gif) no-repeat;
			border: 1px solid #c3d9ff;
			}
			#features ul li#feature3 a,
			#features ul li#feature3 a:hover {
				color: #06C;
				}


/* connect with us
==============================================================================*/
#connect {
	position: relative;
	clear: both;
	margin-top: .15em;
	}
	#connect h1 {
		margin: 0 0 10px 0;
		padding-bottom: 3px;
		font: 1.5em/1em 'arial',tahoma,sans-serif;
		color: #c03;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		}
	#connect img {
		margin: 0 20px 20px 0;
		width: 112px;
		height: 72px;
		}
		#connect a img {
			padding: 3px;
			border: 1px solid #ccc;
			}
		#connect a:hover img {
			background: #fff4f4;
			border: 1px solid #c03;
			}

/* Contact Us
==============================================================================*/
#contact-formDiv {
    margin-left: 20px;
	}
#contact-form {
	margin: 0;
	}
#contact-form td {
/*  font-size: 1.1em; */
	font-size: 1.2em;
    padding: 2px 0px;
	}
	#contact-formDiv .field-title {
		font-weight: bold;
		color: #000;
		width: 200px;
		}
#contact-form input.input-field {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 3px;
	}
#contact-form textarea.input-field {
    border: 1px solid #ccc;
    background: #f6f6f6;
    padding: 3px;
	}
	#contact-form input.input-field:hover,
	#contact-form textarea.input-field:hover{
		background-color: #fff4f4;
		border: 1px solid #c03;
		}
input.submit-btn {
	display: block;
	color: #fff;
	font-weight: bold;
	border: 1px solid #333;
    background: #000 url(/assets/images/bg-submit-btn.gif) center repeat-x;
    cursor: pointer;
	padding: .5em 1.5em .5em 1.5em;
	}
input.submit-btn:hover {
	color: #fff;
    background: #333 url(/assets/images/bg-submit-btn_on.gif) center repeat-x;
	border: 1px solid #333;
	}	
/* footer
==============================================================================*/
#footer {
	position: relative;
	clear: both;
/*	margin-top: 20px; */
	padding: 5px 0px 5px 0px;
	background: #800 url(/assets/images/bg_footer.gif) top left repeat-x;
	}
	#footer p {
		margin: 5px 5px; 
		/* font: normal 10px/12px 'arial',tahoma,sans-serif; updated TPS 4/22/2009 to increase font size in copyright box*/
		font: normal 12px/14px 'arial',tahoma,sans-serif;
		text-align: center;
		color: #ccc;
		}
	#footer strong {
		font-size: 1.2em;
		font-weight: normal;
		color: white;
		}
	#footer a {
		font-weight: bold;
		color: #ccc;
		}
	#footer a:hover {
		text-decoration: underline;
		color: #ccc;
		}
#copyright {
	margin-top: 0;
	float: right;
	width: 258px;
	background: #300;
	border: 1px solid #933;
	}
	#copyright p {
		margin: 10px 10px;
		/* font: normal 1em/1.2em 'arial',tahoma,sans-serif; Updated TPS 4-22-09 to increase font size in Copyright box*/
		font: normal 1.2em/1.4em 'arial',tahoma,sans-serif;
		color: #ccc;
		}
	#copyright strong {
		font-size: 1.2em;
		font-weight: normal;
		color: white;
		}
	#copyright a {
		font-weight: bold;
		color: #c33;
		}
	#copyright a:hover {
		text-decoration: underline;
		color: #c66;
		}

/* Event Form 
==============================================================================*/
#generalFormDiv {
    margin-left: 20px;
	}
#generalFormDiv td {
	height: 2.5em;
/*    font-size: 1.1em; */
    font-size: 1.2em;	
	color: #999;
    padding: 2px 0px;
	}
#generalFormDiv .field-title {
	font-weight: bold;
	color: #c03;
    width: 150px;
	}
#generalFormDiv input.input-field, textarea.input-field {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 3px;
    float: left;
	}
#generalFormDiv input.input-field:hover, 
  #generalFormDiv select:hover,
  #generalFormDiv textarea.input-field:hover {
    background-color: #fff4f4;
    border: 1px solid #c03;
	}
#generalFormDiv select {
	height: 1.6em;
	color: #333;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
    margin: 0px;
    padding: 0px;
    float: left;
	}
#calButton {
    cursor: pointer;
    float: left;
    margin: 3px;
	}
/*
 * 5Q Additional Styles 
 */
 
/* Dropdown menu styles */
.level_2 {
	display: none;
}
.show {
	display: block;
}
.menuArrow {
	z-index: 160;
	display: inline !important;
	width: 19px !important;
	height: 15px !important;
	background:#FF0000;
}
#comment-personaldetails input.input-field, #comment-personaldetails textarea.input-fieldt {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 3px;
}
#comment-personaldetails input.input-field:hover, #comment-personaldetails select:hover, #comment-personaldetails textarea.input-fieldt:hover {
    background-color: #fff4f4;
    border: 1px solid #c03;
}
/* Interviews page ===========================================================*/
#mod-interviews {
	clear: both;
}
#mod-interviews .request-table {
  border-top:1px solid #CCC;
}
#mod-interviews .request-table td {
    border-bottom:1px solid #CCC;
	padding:10px;
	background-color: #eee;
}
#mod-interviews .request-table tr:hover {
    background:#FFF url('/assets/images/pattern_green_fade.gif') repeat-y center top;
  }
#mod-interviews .request-table td p, h2.request-name {
		margin:0 !important;
		padding:0 !important;
	}
#mod-interviews .request-table td img {
		margin:0 !important;
		padding:3px !important;
		border:1px solid #CCC;
		background:#FFF;
	}
#mod-interviews .iview-artist {
	vertical-align: middle;
	background-color: white !important;
}
#mod-interviews .request-table tr:hover {
    background:#FFF url('/assets/images/pattern_green_fade.gif') repeat-y center top;
}
#mod-interviews .iview-icons a, #mod-interviews .iview-icons a:visited {
	font-size: 1.1em; 
	color: #777;
	cursor: pointer;
	
}
#mod-interviews .iview-icons img {
	padding: 0px;
	margin: 0px;
}