
h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;

}

h4 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;

}

td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #030303;
}

tr.headrow {
	font-weight: bold;
	text-decoration:none; color: #ffffff; 
	font-family: Arial, sans-serif;
	font-size: 14px;
}

tr.row1 {
	background: #ededed;
}

tr.row2 {
	background: #cccccc;
}

.notice {
	color: #cc0000;
}


.welcome {
	color: #0000bb;
}

.tiny {
	font-size: 10px;
	font-style: italic;
}

.tinytext {
	font-size: 10px;
	
}

td.header1 {
	padding: 4px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	background-image: url("images/topborder.gif");
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration:none; color: #ffffff; 
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: right;
	vertical-align: top;
	height: 60px;
	}

.headerfill {
	background-image: url("images/topborder.gif");
	background-repeat: repeat-x;
}

.footerfill {
	background-image: url("images/botborder.gif");
	background-repeat: repeat-x;
}

td.grayleft {
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url("images/gray_left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	vertical-align: top;
	width: 207px;
	height: 208px;

	}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	}

.coursecontent {
	position: relative;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #030303;
}

 .black_overlay{
            display: none;
            position: absolute;	
            top: 0%;
            left: 0%;
            width: 125%;
            height: 600%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.70;
            opacity:.70;
            filter: alpha(opacity=70);
        }
        .white_content {
            display: none;
            position: absolute;
           
            width: 770px;
	    top: 350px;
            margin-left: auto;
	    margin-right: auto;
	    padding: 8px;
            border: 8px solid green;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }

	.redex {
	 position: absolute;
	top: 8px;
	right: 8px;
	}

	.topright {
	 position: absolute;
	top: 8px;
	right: 8px;
	}

	.botright {
	 position: absolute;
	bottom: 8px;
	right: 8px;
	}

.style1 {
	text-align: center;
}
.style2 {
	text-align: left;
	margin-left: 3px;
}

.mainbody {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#mycontainer {
	position: relative;
	width: 799px;
	margin-left: auto;
	margin-right: auto;
}

#logout {
	position: absolute;
	left: 122px;
	top: 82px;
	width: 200px;
	height: 100px;
	text-align: left;
	vertical-align: text-bottom;
}

#login {
	position: absolute;
	left: 600px;
	top: 500px;
	width: 100px;
	height: 140px;
	text-align: right;
	vertical-align: text-bottom;
}

.highclass {
	background: #e37373;

}

.error {
	font-weight: bold;
	text-decoration:none; color: #cc0000; 
	padding: 3px 3px 3px 3px;
}

#mframe {
	width: 600px;
	height: 100px;
	overflow: auto; 
	border: #000000 1px solid; 
	background-color: transparent;
	font-size: 10px;

}

select.narrowbox {
	font-size: 9px;
}
option.narrow {
	font-size: 9px;
}

body {
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #CDEEFF;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 800px;
}
#header {
	height: 95px;
	width: 800px;
	}
#header a {
	color: #333333;
	text-decoration: none;
}
#header a:hover {
	color: #009933;
	text-decoration: underline;
}


#content {
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-y;
}
#innetcontent {
	background-image: url(images/bginnercontent.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content p {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #333333;
	padding: 0px;
	margin-right: 12px;
	margin-left: 20px;
	line-height: 1.5em;
}
#content h1 {
	font-size: 1.2em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	padding: 0px;
}
#content h2 {
	font-size: .9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	padding: 0px;
}

#footer p {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: .6em;
	color: #666666;
	margin-top: 30px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}
#content .style1 {
	font-size: 1.1em;
	font-weight: bold;
}
.tablestyle1  {
	background-color: #F8F8F8;
}
#content    .tablestyle1 h2  {
	font-size: 0.9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
	background-color: #E1E1E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 5px;
	color: #333333;
}
.tablestyle1 h3 {
	font-size: .9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-left-width: 5px;
	border-left-color: #FF0000;
}
#content    .tablestyle1   p {
	padding: 0px;
	margin-top: 5px;
	font-size: 0.75em;
	line-height: 1.6em;
	margin-left: 35px;
	margin-bottom: 5px;
}
#content a {
	color: #0066CC;
	text-decoration: none;
}
#content a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
.tablestyle2 {
	background-color: #F8F8F8;
}
#content  .tablestyle2 h2 {
	font-size: 0.9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
	background-color: #E1E1E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 5px;
	color: #333333;
}
.tablestyle2 h3 {
	font-size: .9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-left-width: 5px;
	border-left-color: #91D2FF;
}
#content .tablestyle2 p {
	padding: 0px;
	margin-top: 2px;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-left: 30px;
	margin-bottom: 2px;
	margin-right: 10px;
}
#content ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 45px;
	font-family: "Trebuchet MS";
	font-size: 0.75em;
}
#content ol {
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 35px;
	font-family: "Trebuchet MS";
	font-size: 0.75em;
}
#content .tablestyle1 li {
	margin-bottom: 8px;
}
#content #loginstyle {
	background-image: url(images/image_start.jpg);
	height: 160px;
	width: 295px;
	background-repeat: no-repeat;
	background-position: top;
}
#content #loginstyle table {
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#content #loginstyle p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 1.2em;
}
#content  .imagestyle1 {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 4px solid #CCCCCC;
}
#content .tablestyle3 p {
	line-height: 1.1em;
}
.tablestyle4 {
	background-color: #F8F8F8;
}
#content .tablestyle4 h2 {
	font-size: 0.9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
	background-color: #E1E1E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 5px;
	color: #333333;
}
.tablestyle4 h3 {
	font-size: .9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-left-width: 5px;
	border-left-color: #91D2FF;
}
#content .tablestyle4 p {
	padding: 0px;
	margin-top: 2px;
	font-size: .9em;
	line-height: 1.6em;
	margin-left: 30px;
	margin-bottom: 2px;
	margin-right: 10px;
	font-weight: bold;
}
#headerp p {
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
}
#header .leftheader {
	padding: 0px;
	color: #000000;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
#content #bottommenu {
	padding: 0px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 12px;
	color: #28495C;
	font-weight: bold;
	text-align: center;
}
#content #bottommenu a {
	color: #333333;
}
#content #bottommenu a:hover {
	color: #33CC33;
	text-decoration: underline;
}

body {
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #CDEEFF;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 800px;
}
#header {
	
	height: 95px;
	width: 800px;
	background-repeat: no-repeat;
}
#header a {
	color: #333333;
	text-decoration: none;
}
#header a:hover {
	color: #009933;
	text-decoration: underline;
}


#content {
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-y;
}
#innetcontent {
	background-image: url(images/bginnercontent.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content p {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #333333;
	padding: 0px;
	margin-right: 12px;
	margin-left: 20px;
	line-height: 1.5em;
}
#content h1 {
	font-size: 1.2em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	padding: 0px;
}
#content h2 {
	font-size: .9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	padding: 0px;
}

#footer p {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: .6em;
	color: #666666;
	margin-top: 30px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}
#content .style1 {
	font-size: 1.1em;
	font-weight: bold;
}
.tablestyle1  {
	background-color: #F8F8F8;
}
#content    .tablestyle1 h2  {
	font-size: 0.9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
	background-color: #E1E1E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 5px;
	color: #333333;
}
.tablestyle1 h3 {
	font-size: .9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-left-width: 5px;
	border-left-color: #FF0000;
}
#content    .tablestyle1   p {
	padding: 0px;
	margin-top: 5px;
	font-size: 0.75em;
	line-height: 1.6em;
	margin-left: 35px;
	margin-bottom: 5px;
}
#content a {
	color: #0066CC;
	text-decoration: none;
}
#content a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
.tablestyle2 {
	background-color: #F8F8F8;
}
#content  .tablestyle2 h2 {
	font-size: 0.9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
	background-color: #E1E1E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 5px;
	color: #333333;
}
.tablestyle2 h3 {
	font-size: .9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-left-width: 5px;
	border-left-color: #91D2FF;
}
#content .tablestyle2 p {
	padding: 0px;
	margin-top: 2px;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-left: 30px;
	margin-bottom: 2px;
	margin-right: 10px;
}
#content ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 45px;
	font-family: "Trebuchet MS";
	font-size: 0.75em;
}
#content ol {
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 35px;
	font-family: "Trebuchet MS";
	font-size: 0.75em;
}
#content .tablestyle1 li {
	margin-bottom: 8px;
}
#content #loginstyle {
	background-image: url(images/image_start.jpg);
	height: 160px;
	width: 295px;
	background-repeat: no-repeat;
	background-position: top;
}
#content #loginstyle table {
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#content #loginstyle p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 1.2em;
}
#content  .imagestyle1 {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 4px solid #CCCCCC;
}
#content .tablestyle3 p {
	line-height: 1.1em;
}
.tablestyle4 {
	background-color: #F8F8F8;
}
#content .tablestyle4 h2 {
	font-size: 0.9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
	background-color: #E1E1E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 5px;
	color: #333333;
}
.tablestyle4 h3 {
	font-size: .9em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-left-width: 5px;
	border-left-color: #91D2FF;
}
#content .tablestyle4 p {
	padding: 0px;
	margin-top: 2px;
	font-size: .9em;
	line-height: 1.6em;
	margin-left: 30px;
	margin-bottom: 2px;
	margin-right: 10px;
	font-weight: bold;
}
#header p {
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
}
#header .leftheader {
	padding: 0px;
	color: #000000;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
#content #bottommenu {
	padding: 0px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 12px;
	color: #28495C;
	font-weight: bold;
	text-align: center;
}
#content #bottommenu a {
	color: #333333;
}
#content #bottommenu a:hover {
	color: #33CC33;
	text-decoration: underline;
}

.cols div {
	float: left;
	padding: 0px 25px;
	display: inline;
	width: 42%;
}

.cols h3 {
	font-size: 1.25em;
}

.cols .left {}
.cols .right {}


.btn {
	border: 2px solid #000;
	background: #00a651;
	padding: 10px 20px;
	display: block;
	color: #FFF;
	width: 260px;
	text-align: center;
	text-decoration: none;
	font-size: 1.15em;
}


dl.image_map {display:block; width:800px; height:285px; background:url('http://www.gottaticket.com/imgs/gotaticket_homepage.jpg'); position:relative; margin:2px auto 2px auto;}
	a.LINK0 {left:462px; top:16px; background:transparent;}
	a.LINK0 {display:block; width:278px; height:0; padding-top:70px; overflow:hidden; position:absolute;}
	a.LINK0:hover  {background:transparent; color:black;}
	a.LINK1 {left:463px; top:84px; background:transparent;}
	a.LINK1 {display:block; width:278px; height:0; padding-top:62px; overflow:hidden; position:absolute;}
	a.LINK1:hover  {background:transparent; color:black;}
	a.LINK2 {left:462px; top:145px; background:transparent;}
	a.LINK2 {display:block; width:278px; height:0; padding-top:58px; overflow:hidden; position:absolute;}
	a.LINK2:hover  {background:transparent; color:black;}
	a.LINK3 {left:462px; top:201px; background:transparent;}
	a.LINK3 {display:block; width:278px; height:0; padding-top:62px; overflow:hidden; position:absolute;}
	a.LINK3:hover  {background:transparent; color:black;}
	a.BLINK {left:798px; top:283px; background:transparent;}
	a.BLINK {display:block; width:202px; height:17px; overflow:hidden; position:absolute; font-size:0px;}
	a.BLINK:hover  {background:black; border:1px dashed white; color:white; font-size:9px;}
