/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color: #000066;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #000000; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }
.ul2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-position: inside;
	list-style-type: disc;
}

.ulwdots {
	list-style-position: inside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	font-weight: normal;
}
.ulwdots2 {
	list-style-position: inside;
	list-style-type: disc;
	font-weight: normal;
	text-indent: 6px;
}


.headerbox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0.3px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}



form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #000033;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

.iframe1
{
	padding: 2 2 2 2;
	clear: none;
	display: block;
	position: static;
	height: 1425px;
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header { 
	height: 55px;
	background: #fff;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #eee;
}

.top_info {
	float: right;
	width: 400px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #fff;
	color: #808080;
}

	.top_info_left {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.tut-content {
	background: no-repeat top #f4f4f4;
	padding:10px;
	width: width:697px;
	border-bottom:#999 dotted 1px;
	}

#subcp11-content #tutjumpmenu li {
		display:inline;
		padding:0 10px;
		background:none;
		border-right:solid 1px #00566a;
		height: 10px;
		}
#subcp11-content #tutjumpmenu {
		text-align:center;
		}
	
.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	margin: 0 0 0 0px;
	background-color: #999999;
}

	.bar li {
	margin: 0;
	padding: 7px 12px 5px 12px;
	color: #FFFFFF;
	float: left;
	background-color: #999999;
	}
	
	.bar li.active {
	color: #fff;
	font-weight: bold;
	padding: 7px 10px 6px 10px;
	background-color: #003366;
	background-image: url(bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #000066; 
		background: inherit;
	} 

.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.red {
	color: #FF0000;
}

.search_form { float: right; }

.search_form2 {
	float: none;
	vertical-align: middle;
}

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}
.left2 {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	color: #2C2F4D;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
	background-color: #FFFFFF;
	background-image: url(leftbar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.left2 h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #626C88;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}
.right a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}


.right h3 {
;
	color: #FFFFFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
	background-color: #FFFFFF;
	background-image: url(rightbar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

	.right_articles {
		background: #f0f0f0;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}
.image2 {
	float: right;
}


/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }
.search_field2 {
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}
.boxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: normal;
	line-height: 1.1;
	font-weight: bold;
}
.noul {
	font-size: medium;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
.content .left .left_box .noul a {
	text-decoration: none;
}
.rowheader {
	background-image: url(bar390.jpg);
	background-repeat: repeat-x;
	line-height: 25px;
	color: #FFFFFF;
}
.ticketData {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
}
.notes caption {
	font-size: .9em;
	font-style: italic;
	text-align: left;
}
.notes {
	border: 1px dotted #CCCCAA;
}

.rowheader2 {
	background-image: url(bar200.jpg);
	background-repeat: repeat-x;
	line-height: 25px;
	color: #FFFFFF;
}
.rowdetail {
	background-color: #EEEEEE;
}
.myframe {
	height: 600px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.smalltext {
	font-size: 9px;
}.ticketLabel {
	font-size: 1.2em;
	font-weight: bold;
	color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.text05 {
	font: 0.5em Tahoma, sans-serif; 
	line-height: 1.0em;
}
.text08 {
	font: 0.8em Tahoma, sans-serif; 
	line-height: 1.5em;
}
.text09 {
	font: 0.9em Tahoma, sans-serif; 
	line-height: 1.5em;
}
.text1 {
	font: 1em Tahoma, sans-serif; 
	line-height: 2.0em;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
}

.iframe2 {
	padding: 2 2 2 2;
	clear: none;
	display: block;
	position: static;
	height: 700px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white {
	color: #FFFFFF;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.purp {
	color: #2C2F4D;
}

.headerfont {
	color: #F0F0F0;
	font-size: 8px;

}

.privacytext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}
.privacytext ul {
	list-style-position: inside;
	list-style-type: disc;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#C5D8E9;
	width:340px;
	height:210px;
	z-index: 9002;
}
#popUpDiv600 {
	position:absolute;
	background-color:#FFFFFF;
	width:750px;
	height:450px;
	z-index: 9003;
	left: 100px;
	top: 100px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #C5D8E9;
	border-right-color: #C5D8E9;
	border-bottom-color: #C5D8E9;
	border-left-color: #C5D8E9;
}
