/* LEFT HAND DRIVE STYLE SHEET*/


/* PAGE BODY*/

body {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 65%/1.0em;
	margin: 50px;
	padding: 0;	
	background-color: #444444;
	
	min-width: 750px 
}
.body {
	
	font-size: 11px;
}
/* END PAGE BODY*/
/* SET UP CONTENT DIVS*/

#container {
  position: relative;
  margin: 0 auto 0 auto;
  width: 750px;
  height: 650px;
  border: 2px solid black;
  background-color: #CCCCCC;
}
#panel-right {
  position: absolute;
  left: 556px;
  top: 176px;
  width: 183px;
  height: 464px;
  font-size: 10px;
  color: <?=$panel_right_fg?>;
  background-color: <?=$panel_right_bg?>;
  padding: 5px;
  overflow: auto;
  
  border-left: 1px solid white;
}

#panel-right a:link {
	text-decoration: none;
	color: <?=$panel_right_link?>;

}

#panel-right a:visited {
	text-decoration: none;
	color: <?=$panel_right_link?>;

}

#panel-right a:hover {
	text-decoration: none;
	color: <?=$panel_right_hover?>;

}

#panel-right a:active {
	text-decoration: none;
	color: blue;

}

#panel-left {
  position: absolute;
  left: 0px;
  top: 176px;
  width: 546px;
   height: 464px;
   font-size: 11px;
  color: <?=$panel_left_fg?>;
  background-color: <?=$panel_left_bg?>;
  padding: 5px;
  overflow: auto;
 
  
}

#panel-left a:link {
	text-decoration: none;
	color: <?=$panel_left_link?>;

}

#panel-left a:visited {
	text-decoration: none;
	color: <?=$panel_left_link?>;

}

#panel-left a:hover {
	text-decoration: none;
	color: <?=$panel_left_hover?>;

}

#panel-left a:active {
	text-decoration: none;
	color: red;

}

#panel-full {
  position: absolute;
  left: 0px;
  top: 176px;
  width: 740px;
  height: 464px;
  color: <?=$panel_left_fg?>;
  background-color: <?=$panel_left_bg?>;
  padding: 5px;
  overflow: auto;
  border: 0px solid green;
  
}


#home-image {
  position: absolute;
  left: 0px;
  top: 118px;
  width: 750px;
  height: 274px;
  color: <?=$panel_left_fg?>;
  background-color: <?=$panel_left_bg?>;
  padding: 0px;
  overflow: auto;
  border: 0px solid green;
  
}
#home-content {
  position: absolute;
  left: 0px;
  top: 412px;
  width: 740px;
  height: 228px;
  font-size: 12px;
  color: <?=$panel_left_fg?>;
  background-color: <?=$panel_left_bg?>;
  padding: 5px;
  overflow: auto;
 
  
}

#home-content a:link {
	text-decoration: none;
	color: <?=$panel_right_link?>;

}

#home-content a:visited {
	text-decoration: none;
	color: <?=$panel_right_link?>;

}

#home-content a:hover {
	text-decoration: none;
	color: <?=$panel_right_hover?>;

}

#home-content a:active {
	text-decoration: none;
	color: blue;

}

#header-title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 36px;
	color: white;
	position: absolute;
	left: 50px;
	top: 20px;
	width: 700px;
	height: 50px;
	border-bottom: 1px solid white;
	z-index: 100;
}


#header-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 750px;
  height: 118px;
}





.para-right {
  width: 100px;
  float: right;
  margin: 0 0 5px 5px;
  padding: 5px;
  background-color: #FFF;
   height: 100px;
    overflow: auto;
}



/* LEFT CONTENT CELL*/

#maincontent {
	vertical-align: top;
	width: 578px;
	font-size: 12px;
	color: white;
	padding: 0px;
	line-height: 1.3em;

}

#maincontent p {
	
	padding: 10px;
	

}

#maincontent h2 {
	color: black;
	padding: 50px;
	

}

#listing {
	width:500px;
	color: white;
	
	font-size: 11px;
	padding: 3px;
	
}

#listing td {
	/*border: 1px solid #105672;*/
	/*background-color: #44447F;*/
	padding: 0px;
	
}
#listing th {
	text-align: left;
	/*border: 1px solid #100152;*/
	background-color: #100152;
	padding: 3px;
	font-weight: normal;
	
}


/* END LEFT CONTENT CELL*/



/* CONTAINING TABLE */

#mainTable {
	width: 750px;
	height: 600px;
	border: 2px solid #000000;
	/*/*/line-height: 1.5em; /* */
	
}
/* END CONTAINING TABLE */

/* GALLERY */

#imageTable {
	color: white;
	margin: 100px;


}

#imageTable img {
	border: 2px solid white;


}


#galleryNav {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	
	padding: 0px;
	
	
}

#galleryNav a {
	
	color: black;
	text-decoration: none;
	
	
}

#galleryNav a:hover, #edit-navbar a:active {
	color: red;
	
	
	
}

.slide {
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #bbbbbb;
	border-top-color: #bbbbbb;
	border-style: solid;
	border-right-width: 3px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 3px;
}
.thumb-border {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #aaaaaa;
	border-top-color: #aaaaaa;
	border-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
}
.sm-grey-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}


/* END GALLERY */

/* EDITOR PAGES**********************************************************/

#loginForm {
	position: absolute;
	top: 20%;
  	left: 33%;
	width: 250px;
	height: 200px;
	border: 2px solid #000000;
	
	background-color: white;
    text-align: center;

}

#loginForm table {

font-size: 12px;

}

#editorTable {
	width: 750px;
	height: 420px;
	border: 2px solid #000000;
	/*/*/line-height: 1.5em; /* */
}
#editorTable h1 {
	font-size: 16px;
}

#uploadForm {
 position: absolute;
  left: 20px;
  top: 130px;
  width: 530px;
   height: 300px;
	vertical-align: top;
	background-color: #CCCCCC;

}


#editorContent {
	 position: absolute;
  left: 0px;
  top: 82px;
  width: 750px;
   height: 518px;
	
	padding: 0px;
	background-color: #CCCCCC;
	
}

#editorForm {
	
	border: 0px;
	
}
#editorForm th {
	text-align: left;
	font-size: 10px;
	font-weight; normal;
	padding: 0px;
	
	
}


#editorHeader {
	
	height: 50px;
	padding: 10px;
	background-color: #CCCCCC;
	
}

#editorlisting {
	width:500px;
	color: white;
	
	
}

#expiredlisting {
	width:500px;
	color: white;
	
	
}

#editorlisting th {
	/*text-align: left;*/
	/*border: 1px solid #100152;*/
	background-color: #555555;
	padding: 3px;
	font-size: 11px;
	font-weight: normal;
	
}

#expiredlisting th {
	/*text-align: left;*/
	/*border: 1px solid #100152;*/
	background-color: #888888;
	padding: 3px;
	font-size: 11px;
	font-weight: normal;
	
}

#expiredlisting a {
	color: white;
	text-decoration: none;
}
#expiredlisting a:hover, #editorlisting a:active {
	color: red;
}


#editedlisting {
	width:500px;
	color: white;
	border: 2px solid red;
	
}
#editedlisting th {
	/*text-align: left;*/
	
	background-color: #555555;
	padding: 3px;
	font-size: 11px;
	font-weight: normal;
	
}

#editedlisting a {
	color: white;
	text-decoration: none;
}

#editorlisting a {
	color: white;
	text-decoration: none;
}
#editorlisting a:hover, #editorlisting a:active {
	color: red;
}
#gig-form {
	font-size: 10px;
	color: black;
	cellspacing 
}


/*NAVIGATION BAR (EDITOR PAGES)*/


#edit-navbar {
	position: absolute;
  	left: 0px;
  	top: 60px;
  	height: 13px;
  	width: 746px;
  	z-index; 100;
	text-align: center;
	font-size: 11px;
	color: white;
	height: 16px;
	padding: 2px;
	background-color: black;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

#edit-navbar a {
	text-decoration: none;
	
}
#edit-navbar a:link, #edit-navbar a:visited {
	color: #FFFFFF;
	border: 1px solid black;
	text-decoration: none;
}


#edit-navbar a:hover, #edit-navbar a:active {
	color: #000000;
	background-color: white;
	
	border: 1px solid #000;
}

#edit-current {
	color: #000000;
	background-color: white;
	
	border: 1px solid #000;
}

/*END NAVIGATION BAR*/


/* END EDITOR PAGES*/

/* MAIN IMAGE (CONTENT PAGES) */

#header {
	height: 156px;
	padding: 0px;
	
}
/* END MAIN IMAGE (CONTENT PAGES) */	

/*NAVIGATION BAR (ALL PAGES EXCEPT EDITOR)*/

#navbar {
	position: absolute;
  	left: 0px;
  	top: 156px;
  	height: 16px;
  	width: 100%;
  	z-index; 101;
	text-align: center;
	font-size: 11px;
	color: white;
	padding-top: 2px;
	
	background-color: #E65911;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#navbar a {
	text-decoration: none;
	
}
#navbar a:link, #navbar a:visited {
	color: white;
	border: 1px solid #E65911;
	text-decoration: none;
}


#navbar a:hover, #navbar a:active {
	color: black;
	background-color: #4175A2;
	
	
	border: 1px solid #000;
}

#home-navbar {
	position: absolute;
	z-index: 101;
  	left: 0px;
  	top: 392px;
  	height: 16px;
  	width: 100%;
  	z-index; 100;
	text-align: center;
	font-size: 11px;
	color: white;
	padding-top: 2px;
	
	background-color: #E65911;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#home-navbar a {
	text-decoration: none;
	
}
#home-navbar a:link, #home-navbar a:visited {
	color: white;
	border: 1px solid #E65911;
	text-decoration: none;
}


#home-navbar a:hover, #home-navbar a:active {
	color: black;
	background-color: #4175A2;
	
	border: 1px solid #000;
}




#current {
	color: white;
	background-color: #4175A2;
	
	border: 1px solid #000;
}

/*END NAVIGATION BAR*/



/* RIGHT CONTENT CELL*/

#panal {
	vertical-align: top;
	width: 202px;
	font-size: 22px;
	
	border-left: 1px solid #FFFFFF;
	line-height: 1.2em;
	/*/*/font-size: 85%; /**/

}
#panal h1 {
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#panal a:link {
	color: white;
	font-size: 10px;
	text-decoration: none;
}


#panal a:hover {
	
	background-color: #4175A2;
}


#panal p {
	color: white;
	font-size: 10px;
	line-height: 1.2em;
	padding: 4px;
}

#panalLayer { 
	
	
	
	padding: 0px;
	

}

/* END RIGHT CONTENT CELL*/

/* FOOTER */
#footer {
	position: absolute;
    left: 0px;
    top: 655px;
    width: 750px;
  	height: 50px;
	padding: 1px;
	font-size: 10px;
	color: #CCCCCC;
	border: 0px solid red;
	
	
}

#footer a {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}


#footer a:hover {
	
	color: orange;
}

.left {
	float: left;
}
.right {
	float: right;
}



/* END FOOTER */

/*HOME PAGE STYLES*/
.large-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.white-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
/* END HOME PAGE STYLES*/
.grey {
	color: #555555;
	
}
.black {
	color: #000000;
	
}
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: red;
}

.alert a, a:link, a:visited {
	text-decoration: none;
	color: red;
}



.sm-black {
	color: #000000;
	font-size: 10px;
}