/*  VLCG CSS Styles  */


* {
	outline: none;
}

img {
	border-style: none;
	
}	

body {
    color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: black url('../images/bacground_tile_blue.jpg') repeat;
			
}

a:link {
	text-decoration: none;
	color: #37637b;
}

a:visited {
	text-decoration: none;	
	color: #37637b;	
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

#top_logo {
	width: 650px;
	height: 103px;

}

/* Administration Tab Styles */


#adminform {
/*	margin: 0 auto 50%; */
	width: 100%;
/*	clear: both;  */
	margin-left: 0; 
	text-align:center;
}


#loginform {
/*	margin: 0 auto;  */
	width: 100%;
/*	clear: both;  */
/*	margin-left: 100px;  */

}

#loginbutton {
	padding-top: 10px;

}

#tab1, #tab2, #tab3, #tab4, #tab5 {

	float:left;
/*	z-index: 100; */
	position: relative;	

}

#nav_link1 {
	border: 0;
	background: url('../images/nav_who.jpg') no-repeat;
	width: 100px;
	height: 50px;
	margin-left: 15px;
	filter:alpha(opacity=75);
    opacity:0.75;
	
}

#nav_link_over1 {
	border: 0;
	background: url('../images/nav_who_OVER.jpg') no-repeat;
	width: 180px;
	height: 50px;
	margin-left: 15px;
	display: none;
	
}

#nav_link2 {
	border: 0;
	background: url('../images/nav_what.jpg') no-repeat;
	width: 100px;
	height: 50px;
	margin-left: 30px;
	filter:alpha(opacity=75);
    opacity:0.75;

}

#nav_link_over2 {
	border: 0;
	background: url('../images/nav_what_OVER.jpg') no-repeat;
	width: 180px;
	height: 50px;
	margin-left: 10px;
	display: none;
	
}
#nav_link3 {
	border: 0;
	background: url('../images/nav_where.jpg') no-repeat;
	width: 100px;
	height: 50px;
	margin-left: 30px;
	filter:alpha(opacity=75);
    opacity:0.75;
	
}

#nav_link_over3 {
	border: 0;
	background: url('../images/nav_where_OVER.jpg') no-repeat;
	width: 180px;
	height: 50px;
	margin-left: 10px;
	display: none;
	
}

#nav_link4 {
	border: 0;
	background: url('../images/nav_when.jpg') no-repeat;
	width: 100px;
	height: 50px;
	margin-left: 30px;
	filter:alpha(opacity=75);
    opacity:0.75;
	
}

#nav_link_over4 {
	border: 0;
	background: url('../images/nav_when_OVER.jpg') no-repeat;
	width: 180px;
	height: 50px;
	margin-left: 10px;
	display: none;
	
}

#nav_link5 {
	border: 0;
	background: url('../images/nav_why.jpg') no-repeat;
	width: 100px;
	height: 50px;
	margin-left: 30px;
	filter:alpha(opacity=75);
    opacity:0.75;
	
}

#nav_link_over5 {
	border: 0;
	background: url('../images/nav_why_OVER.jpg') no-repeat;
	width: 180px;
	height: 50px;
	margin-left: 10px;
	display: none;
	
}

.menutab {
/*    height:35px;
	padding-top:15px; */
	
	text-align:center;

}

a.menutab:link {
/*	color: #FFFFFF;
	background-color:#555555;  */
	text-decoration: none;
	border: 0px;
	display:block;
}

a.menutab:visited {
	text-decoration: none;
	border: 0px;

}

a.menutab:hover {
	text-decoration: none;
	border: 0px;
}

a.menutab:visited {
	text-decoration: none;
	border: 0px;
}


a.deftab {
/*	color: #FFFFFF;
	background-color:#555555;  */
	display:block;
}

a.acttab {
/*	color: #FFFFFF;
	background-color:#FF0000;  */
	display:block;
}



#admintab1, #admintab2, #admintab3, #admintab4, #admintab5 {
     overflow: auto; 
/*	 margin: 0 auto;  */
	 display: none;
	 background-color: transparent;
}



/* Universal Class Styles */

.left {
	float: left;
	
}

.right {
	float: right;
	
}

.mar0 {
    margin: 0 0 0 0;

}

.mar10 {
	margin: 10px 10px 10px 10px;

}

.hidden {
	display: none;
	
}

.invisible {
    visibility: hidden;

}	

.middle {
	margin: 0 auto 0 auto;
	
}

/* Cancels div for screen users, because it's used only for print */
.no_scr {
	display: none;

}

/* Cancels div for screen users, because it's used only for mobile */
.noscreen {
	display:none;

}

.pad0 {
	padding: 0 0 0 0;

}

.alternate {
	background-color:  #dddddd;
}

.tableheader {
	background-color:  #aaaaaa;
}

.headline {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.screenframe {
	display:table;

}

.printframe {
	display:none;

}

.bold {
	font-weight: bold;

}

.not_bold {
	font-weight: normal;
	
}	

.right_justify {
	text-align: right;

}

.italic {
	font-style: italic;
	
}	

.s8px {
	font-size: 8px;

}

.s10px {
	font-size: 8px;

}

.s14px {
	font-size: 14px;

}

.s18px {
	font-size: 18px;

}

.s24px {
	font-size: 24px;

}

.verdana {
    font-family: Verdana, Arial, Helvetica, sans-serif;

}

.arial {
    font-family: Arial, Helvetica, sans-serif;

}

.bahamas {
	font-family: Bahamas, Helvetica, sans-serif;
	
}	

.courier {
    font-family: "Courier New", Courier, monospace;
	
}

.geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}	

.georgia {
    font-family: Georgia, "Times New Roman", Times, serif;
	
}

.times {
    font-family: "Times New Roman", Times, serif;
	
}

.text_blue {
	color: #333333;
	
}	

p.noindent {
	text-indent: 0px;
}

.dropcap {
	text-indent: 0px;
	float: left;
	width: .7em;
	font-size: 4em;
	line-height: 93%;

}	

.clear {
	clear:both;

}

.center {
	text-align: center;

}

.vcenter {
    display: inline-table;
	vertical-align: middle;

}

.fadein {
filter:alpha(opacity=0);
-moz-opacity:0.0;
opacity: 0.0;

}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;

}

.normal_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: left;

}	

.normal_submenu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;

}	

.show_over {
	overflow: visible;

}

.hide_over {
	overflow: hidden;

}

.c_white {
/* Color white text */
	color: #ffffff;
	

}

/*  Main CSS Styles  */

#main {
	
/*	min-width: 976px;  */
    width: 1000px;   
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height: 100%;
	min-height: 530px;
	border: 0px solid yellow;
	
}

#main_full {
    width: 100%;   
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	min-height: 575px;
	height: 100%;
	border: 0px solid yellow;

}


#testmain {
	
/*	min-width: 976px;  */
    width: 100%;   
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	min-height: 575px;
	height: 100%;
	border: 0px solid yellow;
	
}

#content_wrapper {
	width: 650px;
	float: left;
    height: 100%;
	min-height: 530px;
	background-color: #ffffff;
}

#content_wrapper_full {
	width: 100%;
/*	float: left;  */
    height: 100%;
	min-height: 530px;
	background-color: #ffffff;

}

#content {
/*	background-color: #ffffff;  */
	background: #ffffff url('../images/center_panel_650x1.jpg') repeat-y fixed; 
/*	min-width: 600px;  */
/*	width: 63.5%; */
	width: 650px;
	float: left;
	border: 0px solid red;
	height: 100%;
	min-height: 500px;
	

}

#content_full {
	background: #ffffff url('../images/center_panel_650x1.jpg') repeat-y fixed; 
	min-width: 650px;
	width: 100%;
	float: left;
	border: 0px solid red;
	height: 100%;
	min-height: 575px;
	border: 0px solid orange;

}

#testcontent {
/*	background-color: #ffffff;  */
	background: #ffffff url('../images/center_panel_650x1.jpg') repeat-y fixed; 
	min-width: 650px;
	width: 100%;
	float: left;
	border: 0px solid red;
	height: 100%;
	min-height: 575px;
	border: 0px solid orange;


}

#usertable, #usertable2 {
    overflow:auto;
	text-align: center;
	border:0px solid #FFFF66;
	width:100%;
	margin-top: 10px;
	

}

#users {
	/* margin-left:20px; */

}


/* Left Panel */

#left_panel {
	float: left;
	background: #ffffff url('../images/left_panel_100px.jpg') repeat-y scroll;
	min-height: 575px;   
/*	height: 100%;	*/
	width: 175px;  
    border: 0px dashed blue;
	

}

/* Right Panel */

#right_panel {
	float: right;
	background: #ffffff url('../images/right_panel_100px.jpg') repeat-y scroll;
	min-height: 575px;  
/*	height: 100%;	*/
	width: 175px;
	border: 0px dashed green;
	

}


/*  Invoice CSS */
#invoice_content {
	background-color: #ffffff; 
	background: #ffffff url('../images/center_panel_650x1.jpg') repeat-y fixed; 
/*	min-width: 600px;  */
/*	width: 63.5%; */
	width: 1000px;
	float: left;
	border: 0px solid red;
	height: 100%;
	min-height: 575px;

}

#flash_container {
	visibility: hidden;
   /* background: #ffffff url('http://vlcg.com/images/center_panel_650x1.jpg') repeat-y fixed;	*/
}

#flash_container2 {
	display: none;
    /* background: #ffffff url('http://vlcg.com/images/center_panel_650x1.jpg') repeat-y fixed;	*/
}

#testdiv1 {

	width: 100px;
	height: 50px;
	background-color: #CC66CC;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;


}

#testdiv2 {
	width: 100px;
	height: 50px;
	background-color: #00CC66;
	display: none;
	text-align: center;
	vertical-align: middle;
	font-family: Bahamas, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	
}

#submenu {
	margin-left: 20px;

}

#tab_wrapper {
	padding-top: 0px;

}

#tab1_content, #tab2_content, #tab3_content, #tab4_content, #tab5_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	

}

#submenu1 {
	display: none;
	margin-left: 25px;
	border: 0px solid black;
    background-color: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 160px;
	position: absolute;
	z-index: 200;
	height: 0px;
	overflow: hidden;
	
}

#submenu2 {
	display: none;
	margin-left: 20px;
	border: 0px solid black;
    background-color: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 160px;
	position: absolute;
	z-index: 200;	
	height: 0px;	
	overflow: hidden;	
}

#submenu3 {
	display: none;
	margin-left: 20px;
	border: 0px solid black;
    background-color: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 160px;
	position: absolute;
	z-index: 200;	
	height: 0px;	
	overflow: hidden;	
}

#submenu4 {
	display: none;
	margin-left: 20px;
	border: 0px solid black;
    background-color: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 160px;
	position: absolute;
	z-index: 200;	
	height: 0px;	
	overflow: hidden;	
}

#submenu5 {
	display: none;
	margin-left: 20px;
	border: 0px solid black;
    background-color: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 160px;
	position: absolute;
	z-index: 200;	
	height: 0px;	
	overflow: hidden;	
}


.submenu_choice {
	margin: 0 10px 0 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	
	
}

a.submenu_choice:link {
	text-decoration: none;
	color: #959595;
	outline: none;

}

a.submenu_choice:visited {
	text-decoration: none;
	color: #959595;
	outline: none;
}

a.submenu_choice:hover {
	text-decoration: none;
	color: #000000;
	outline: none;
		
}

a.submenu_choice:active {
	text-decoration: none;
	color: #000000;
	outline: none;
		
}

.subnavtable {
/*	overflow: hidden;  */

}

a.greyed_out:link, a.greyed_out:visited, a.greyed_out:hover, a.greyed_out:active {
	color: #cccccc;

}

#default_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	overflow: visible;
	height: 100%;
	

}

p {
    text-indent: 30pt;

}

#show_market {
	height: 800px;
	width: 650px;
	overflow: hidden;
	
}

h2 {
	color: #37637b;
}

h3 {
	color: #37637b;
}

h4 {
	color: #898989;
}

h5 {
	color: #898989;
	
}	
	
.body_text {
	font-size: 12px;
}		

.body_title_text {
	color: #37637b;
	font-size: 14px;
	font-weight: bold;

}

.paragraph_header_text {
	font-size: 12px;
/*  color #898989;  */	
	color: #37637b;
	font-weight: bold;

}	

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}	

#contact_table_wrapper {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
	font-size: 12px;
}

#contact_table_wrapper table {
	width: 100%;
	
}	

textarea #comments {
	max-width: 100%;
    margin: 0 auto 0 auto;
	

}

#footer_crawler_link a:link, #footer_crawler_link a:visited, #footer_crawler_link a:hover, #footer_crawler_link a:active {
	color: #ffffff;
}

.spacer_line {
	height: 1px;
	width: 516px;
	margin-bottom: 10px;
}	

.stage2 {
	display: none;

}

#facebook_badge {
	position: absolute;
	bottom: 0px;
    left: 50%;
	margin-left: -60px;
	
}	