/*
	 
	 fixed , fluid, fixed layout
	 developed by thinkingspaceweb.co.za
	 
	
*/

/* reset css */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;

}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tr1 {
	bgcolor:#FFF;
	
}

.tr2 {
	bgcolor:#CCC;
	
}

/* END reset css */


h1                  {
	color: #005F9F;
	padding: 0px;
	font-size:16px;
	text-align: left;
}





.clear {clear:both;}

body				{ 	font-family: Verdana, Geneva, sans-serif; font-size:11px; line-height:24px;
						background: #FFF;
						 }

#wrapper, #head_wrap, #content_wrap, #header, #footer, #navigation { max-width: 960px; min-width: 560px;} 
/* change max and min width if you like but rememeber to change the padding on main_content too */

#wrapper		    { margin: 0 auto; position: relative; zoom: 1;  }

#head_wrap, 		{position: relative; }
#content_wrap		{position: relative;background:#fff; }

#header             {
	margin: 0px auto 0;
	background:linear-gradient(to top, #008CD2, #0C609D, #0C669D); /* Standard syntax (must be last) */
	background-repeat: inherit;
	border-radius:10px 10px 0px 0px;
}

#navigation         {
	/*important;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 38px;
	padding-left: 10px;
	font-size: 12px;
	background:linear-gradient(to bottom, #008CD2, #0C609D, #0C669D); /* Standard syntax (must be last) */
	border-radius:0px 0px 10px 10px;
} /*menu height is 40px - not T and B padding */
					  
					  
#main_content       { background: none;   /* steve: let the wrapper bg shine through*/ 
					  padding: 16px 190px 60px 190px;}
#main_content_cities {
	background: none;
	padding-top: 16px;
	padding-right: 190px;
	padding-bottom: 60px;
	padding-left: 10px;
	border-radius:10px;
}


#left_sidebar       {
	position: absolute;
	left: 0;
	top: 0;
	width: 168px;
	bottom: 0;
	background-color: #ffffff;
	height: 756px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	border-radius:10px;
}


                      
#right_sidebar  	{
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	bottom: 0;
	padding: 20px 10px;
	background-color: #FFFFFF;
}
 
 
/* HEADER */

#logo				{
	width:940px;
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}
 
/* INTERNAL DIVS  */

/*use s_i_c for graphics and images- just <p>tags for other content*/

.sidebar_internal_content {
	width:160px;
	float:left;
	color:#333;
	font-size:11px;
	text-align: left;
	line-height:18px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	vertical-align:central;
	alignment-adjust:middle;
}
.sidebar_internal_content_left {
	width:160px;
	float:left;
	background:linear-gradient(to top, #008CD2, #0C609D, #0C669D);
	color: #FFF;
	text-align:center;
	font-size:11px;
	line-height:18px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 7px;
	border-radius:10px;
}
.sidebar_internal_content_left_2 {
	width:150px;
	float:left;
	background:linear-gradient(to top, #008CD2, #0C609D, #0C669D); /* Standard syntax (must be last) */
	color: #FFF;
	text-align:center;
	font-size:11px;
	line-height:18px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 7px;
	border-radius:10px;
}
#title {
float:left;
width: 50px;
text-align:center;
color:#FFF;
padding-right:20px;
padding-bottom:10px;
padding-left:5px;
}





/* EMPHASIS OR NOT */

.the_small_print 	{font-size:9px; color:#666;}
.wow				{
	font-weight:bold;
	color:#FFF;
}




/* MAIN CONTENT LENGTH FIx  ? */


/* FOOTER */

#footer             {
	margin: 0 auto 15px;
	background:linear-gradient(to top, #084F71, #0F76D7, #1C90E9); /* Standard syntax (must be last) */
	color: #FFF;
	border-radius:10px;
}
					  
#footer p           {
	padding: 10px;
	color: #FFF;
}
#footer a           { color: white;  text-decoration: underline }
#footer a:hover     {
	color: #BACED9;
}



/*FOOTER - cities*/

#footer_cities_listing 		{
	background-color:linear-gradient(to top, #084F71, #2288FC);
	font-size:8px;
	text-align:center;
	color: #FFF;
}/*use text-align center if table layout */	

#footer_cities_listing a  	{
	color: #FFF;
	padding-right:10px;
	border:none;
	text-decoration: none;
}

/*only used if none table layout is required*/
#footer_cities_listing ul 	{ text-align:left; padding: 100px 40px 100px 40px; line-height: 32px; word-spacing: 5px;}
#footer_cities_listing li 	{ display:inline; }


/*NAV MENU - */

#livechatdiv {
	position:absolute;
	left:850px;
	top:10px;
	width:81px;
	height:76px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
}
#livechatdiv a:link {
	color: #FFF;
	font-size: 24px;
}

	
#course_title_and_intro h3 a {
	font-size: 12px;
	color: #22393B;
	text-decoration: none;
	border-radius:10px;
	
}
#course_title_and_intro h3 a:hover {
	font-size: 12px;
	color: #06C;
	text-decoration: none;
	border-radius:10px;
	
}
.sidebar_internal_content_left a:hover {
	color:#FFF;
}
.sidebar_internal_content_left a {
	color:#000;
}

.TabbedPanelsContent a:link {
	color: #0F76D7;
}
.TabbedPanelsContent a:hover {
	color: #00F;
	font-style:italic;
}
.TabbedPanelsContent a:visited {
	color: #0F76D7;
}

a {
	text-decoration: none;
	color: #1C90E9;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#centerbuffer {
	min-height:380px;
	text-align: center;
	border-radius:10px;
}
#leftbuffer {
	min-height:380px;
	text-align: left;
	border-radius:10px;
}
#instructions {
	min-height:380px;
	text-align: left;
}

#courses_city_buffer {
	min-height:100px;
	text-align: center;
	border-radius:10px;
}
#courses_buffer {
	min-height:40px;
	text-align: center;
	height: 40px;
	border-radius:10px;
}


#adobelivelogo {
	position:absolute;
	left:402px;
	top:12px;
	width:125px;
	height:23px;
	z-index:2;
}
#classdetail {
	color: #FFF;
	font-size:11px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color: #005F9F;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-weight: normal;
	border-radius:10px;
	
}
#classdetail2 {
	color: #FFF;
	font-size:11px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color: #0F6FAF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-weight: normal;
	border-radius:10px;
	
}
.shadow {
  -moz-box-shadow:    3px 3px 5px 5px #ccc;
  -webkit-box-shadow: 3px 3px 5px 5px #ccc;
  box-shadow:         3px 3px 5px 5px #ccc;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}


#transacttable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.floatright {
	float: right;
	padding-right: 10px;
}
.dreamweaver {
	color: #799031;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.excel {
	color: #0C0;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.flash {
	color: #B51221;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.access {
	color: #C09;
	font-size: 12px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.coldfusion {
	color: #637B9C;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.project {
	color: #099;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.publisher {
	color: #63C;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.camtasia {
	color: #53B02C;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.visio {
	color: #069;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.powerpoint {
	color: #C60;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.javascript {
	color: #C4160B;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



.illustrator {
	color: #E4751F;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.outlook {
	color: #C93;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.indesign {
	color: #8E285F;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.citytitle {
	color: #333;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.genericcourseheader {
	color: #005F9F;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.captivate {
	color: #84BD83;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sql {
	color: #305150;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.aftereffects {
	color: #005F9F;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.photoshop {
	color: #466EA2;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.word {
	color: #466EA2;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.specialprice {
	color: #FF0000;
	font-size: 12px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.months {
	color: #FFF;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#CourseDescription {
	color: #000;
}

.premiere {
	color: #183C92;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.htmltitle {
	color: #183C92;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.finalcutpro {
	color: #183C92;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.robohelp {
	color: #1D6B73;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.acrobat {
	color: #E92A20;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.pagetitle {
	color: #666;
	font-size: 32px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.contribute {
	color: #5A4FB4;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.soundbooth {
	color: #8B8277;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#tagline {
	color: #FFF;
	height: 65px;
	width: 546px;
	position: absolute;
	left: 249px;
	top: 11px;
	border-radius:10px;
}
.css {
	color: #FFBA00;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.php {
	color: #6785B7;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cityaddress {
	float: left;
	width: 250px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 260px;
	margin-top: 0px;
}
.map {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px double #000;
}

.cityinfo {
	padding: 5px;
	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;
	background-color: #FFF;
}

.citydates {
	padding: 5px;
	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;
	background-color: #FFF;
	vertical-align:bottom;
	min-height:570px;
	
}.regtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005F9F;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: -25px;
}
#cityhometable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
}
#admintables {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #CCC;


	table.padding=6;
	table.cellspacing= 5;
}
.smallspacer {
	font-size: 24px;
}
.evaluation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}
.evaluationdate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	padding-left:20px;
}
.evaluationtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
}
.coursetables {
	vertical-align: 10%;
	
	
	}
.coursetables td{
	vertical-align:middle; 
	}
	
#coursetableforcity {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	line-height:2;
	border-radius:10px;
	
}
#wrapper #content_wrap #left_sidebar .sidebar_internal_content_left h1 {
	text-align: center;
}
#wrapper #content_wrap #left_sidebar .sidebar_internal_content_left h1 {
	text-align: center;
}
 .tableform table, th, td, tr{
	 padding:10px;
 }
	 #directions {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.wowRED1 {
	color: #F00;
	font-weight: bold;
}


