/*******************************************************************************
 *
 *	base.css
 *
 *	Main CSS For Audio Auditing Webpage
 *
 *	@author Jan / Re@PeR <jan@mycee.co.za>
 *	@version 1.0
 *
 ******************************************************************************/


/*******************************************************************************
 *	HTML Related CSS
 ******************************************************************************/
html {
	height: 100%;
}

body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .73em;
	line-height: 1.5em;
	background-color: #FFF;
	color: #000;
	min-width: 700px;
	min-height: 400px;
	background: url("../images/mast3.gif") repeat-x;
	overflow: visible;
}

.container {
	position: relative;
	top: 0px;
}


a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:active {
	text-decoration:none;
}

img {
	text-decoration: none;
	border-style: none;
}

h1 {
	color:#006699;
	font-size:large;
	font-weight:bold;
}

h2 {
	color:#006699;
	font-size:medium;
	font-variant:small-caps;
	font-weight:bold;
	text-transform:uppercase;
}

h3 {
	color:#006699;
	font-size:small;
	font-variant:small-caps;
	font-weight:bold;
	text-transform:uppercase;
}

h4 {
	color:#006699;
	font-weight:bold;
}

/*******************************************************************************
 *	Table Related CSS
 ******************************************************************************/
.overview_table {
	border: 0px;
	padding: 0px;
	margin: auto;
	
}

.overview_table td {
	border: 1px;
	border-spacing: 0px;
	border-style: inset;
	padding: 10px 10px 10px 10px;
	text-align: center;
	
}

.overview_table td img {
	padding: 10px 5px 0px 5px;
}


.overview_table .img {
	color:#006699;
	font-size:medium;
	border-color: #000;
}

.overview_table .txt {
	color:#222222;
	font-size:medium;
	border-color: #000;
}

/*----------------------------*/

.home_table {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.home_table td {
	text-align: center;
	
}

.home_table .txt {
	width: 100px;
	font-size: xx-small;
	vertical-align: top;
	line-height: 10px;
}



/*******************************************************************************
 *	Padding & Margin DIVS
 ******************************************************************************/
.frame10px {
	margin: 10px;
}

.frame5px {
	margin: 5px;
}

.vrail10px {
	margin: 0px 10px 0px 10px;
}

.vrail20px {
	margin: 0px 20px 0px 20px;
}

/*Use for IE6 duplication bug*/
.vrail3px {
	padding: 0px 3px 0px 3px;
}

.hrail10px {
	padding: 10px 0px 10px 0px;
}

.hrail20px {
	padding: 20px 0px 20px 0px;
}

.vrail_l10px {
	padding: 0px 0px 0px 10px;
}

.vrail_r10px {
	padding: 0px 10px 0px 0px;
}

.vrail_l20px {
	padding: 0px 0px 0px 20px;
}

.vrail_r20px {
	padding: 0px 20px 0px 0px;
}

.hrail_t10px {
	padding: 10px 0px 0px 0px;
}

.hrail_b10px {
	padding: 0px 0px 10px 0px;
}

.hrail_t20px {
	padding: 20px 0px 0px 0px;
}

.hrail_b20px {
	padding: 0px 0px 20px 0px;
}

.border1px {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	margin: 10px;
}

.border1px_nomargin {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	margin: 0px;
}

/*******************************************************************************
 *	Position
 ******************************************************************************/
.right {
	float: right;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.bottom {
	
}

.justify {
	text-align: justify;
}

/*******************************************************************************
 *	HEADER
 ******************************************************************************/
#header {
	width: 100%;
	height: 111px;
}

#logo_img {
	width: 139px;
	height: 111px;
	background: #FFF url("../images/mast1.gif") no-repeat;
	padding: 0px 0px 0px 0px;
	position: relative;
	/*float: left;*/
	position: absolute;
	left: 0px;
	top: 0px;
}

#logo_txt {
	width: 192px;
	height: 111px;
	background: #FFF url("../images/mast2.gif") no-repeat;
	padding: 0px 0px 0px 0px;
	/*float: left;*/
	position: absolute;
	left: 139px;
	top: 0px;
}

#languageSelect {
	/*margin: 20px 20px 0px 0px;*/
	/*float: right;*/
	position: absolute;
	right: 20px;
	top: 20px;
}
/*******************************************************************************
 *	HEADINGs
 ******************************************************************************/
.heading1 {
	
	
}

.heading2 {
	color:#006699;
	font-size:medium;
	font-variant:small-caps;
	font-weight:bold;
}

.heading3 {
	color:#006699;
	font-size:small;
	font-variant:small-caps;
	font-weight:bold;
}


/*******************************************************************************
 *	SIDEBAR
 ******************************************************************************/
#column1 {
	float: left;
	width: 150px;
	margin-left: -100%;
}

#column1_content {
	/*padding: 10px 10px 10px 10px; >> Rather use Frame or Rail Class*/
}

/*******************************************************************************
 *	CONTENT
 ******************************************************************************/
#column2 {
	float: left;
	text-align: left;
	width: 100%;
	margin: 19px 0px 20px 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#column2_content {
	/*position: relative;*/
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}
	
/*******************************************************************************
 *	MENU
 ******************************************************************************/
.menu {
	
	width: 100%;
	height: auto;
	margin-left: 0em;
	margin-top: 1.5em;
}

.menuitem {
	text-align: left;
	clear:right;
	color:#006699;
	font-weight:bold;
}

.menuitem a {
	display:block;
	color: #006699;
	text-decoration: none;
	padding-bottom:0.5em;
	padding-top:0.5em;
	padding-left:2em;
}

.menuitem a:hover {
	color: #003366;
	background-color: #d6d6d6;
}

/*******************************************************************************
 *	FOOTER
 ******************************************************************************/
#footer_box {
	padding-top: 100px;
}

#footer {
	height: auto;
	
	background-color: #FFF;

	text-align: center;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	
	font-size: 80%;
	
	color: #111;
}


#footer a {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

#clear_footer {
	padding-bottom: 200px;
	clear: both;
}

#footer #company {
	float: left;
	margin: 5px 10px 5px 10px;
}

#footer #linkbox {
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

#footer #links {
	white-space: nowrap;
	margin: 5px 0px;
}

#footer #signature {
	float:right;
	margin: 5px 10px 5px 10px;
}



/*******************************************************************************
 *	HOVER MENU
 ******************************************************************************/
	a.ssmItems:link	{
		color: black;
		text-decoration: none;
	}
	
	a.ssmItems:hover {
		color: black;
		text-decoration: none;
	}
	
	a.ssmItems:active {
		color: black;
		text-decoration: none;
	}
	
	a.ssmItems:visited {
		color: black;
		text-decoration: none;
	}
/*******************************************************************************
 *	SIGNATURE
 ******************************************************************************/
	#signature {
		color: #EEE;
	}
	
	#signature a {
		color: #EEE;
	}

/*******************************************************************************
 *	CONTACT PAGE
 ******************************************************************************/
	.label {
		font-weight:bold;
		width:150px;
	}
	
	.data {
		width:300px;
	}
/*******************************************************************************
 *	Show "Please Enable JavaScript" ERROR
 *******************************************************************************/
#javascript_error {
	background:#FFEBE8 none repeat scroll 0%;
	border:1px solid #DD3C10;
	margin: 10px;
	padding: 10px;
}
/*******************************************************************************
 *	Generic Notifications
 ******************************************************************************/
.error {
	background:#FFEBE8 none repeat scroll 0%;
	border:1px solid #DD3C10;
	margin: 10px;
	padding: 10px;
}
.error a {
	color: #D12F19;
}

.notice {
	background: #FFFBE2 none repeat scroll 0%;
	border:1px solid #FFE222;
	margin: 10px;
	padding: 10px;
}
.notice a {
	color: #817134;
}

.success {
	background: #E6EFC2 none repeat scroll 0%;
	border: 1px solid #C6D880;
	margin: 10px;
	padding: 10px;
}
.success a {
	color: #529214;
}

/*******************************************************************************
 *	DEBUG
 ******************************************************************************/
#debug {
	background: #FFEBE8 none repeat scroll 0%;
	border: 1px solid #DD3C10;
	margin: 10px;
	margin-left: -50px;
	margin-right: 50px;
	padding: 10px;
	overflow: scroll;
}
/*******************************************************************************
 *	Components
 ******************************************************************************/
.HTML_SubmitObject {
	background-color: #006699;
	border-color:#D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	
	font-size:11px;
	padding:2px 15px 3px;
	text-align:center;
}
/*******************************************************************************
 *	outbox
 ******************************************************************************/
#outbox {
	width: 100%;
}
/*******************************************************************************
 *	TABLE Related Output
 ******************************************************************************/

.table_output_box {
	margin: 10px;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	overflow: auto;
	height: auto;
}

.table_output {
	overflow: visible;
}

.table_output table{
	text-align: center;
}

.table_output .heading{ 
	background-color: #006699;
	border:1px solid #000000;
	color : white;
	font-size:10px;
	text-align: left;
	font-weight:bold;
	margin: 2px;
	text-align: center;
}

.table_output table tbody {
	overflow: scroll;
	height: 500px;
	overflow-x: hidden;
}

.table_output table thead {
	/*overflow: scroll;*/
	/*overflow-x: hidden;*/
}


.table_output td {
	padding: 5px 5px 5px 5px;
}

.table_output .even {
	background-color: #cfd2d7;	
}

.table_output .odd {
	background-color: #dfe6ee;
}

.tableheader {
	color : black;
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
	margin-top: 20px;
}


.table_output thead tr {
	position:relative;
}

.table_output td:last-child {
	padding-right: 20px;
}

.table_output tfoot{
	position: relative;
	overflow-x: hidden;
}


/*******************************************************************************
 *	Browser Detect DIV
 ******************************************************************************/
.browser {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	color: #FFF;
}
/*******************************************************************************
 *	I'm Busy!!!!!!!!!
 ******************************************************************************/
.busy {
	display: none;
}








