/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Techmania 1.0
	TEMPLATE CODE: 	S-0003
    VERSION:         1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #3A3A3A;
 	/*color: #555; */
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}

td
{
	vertical-align: top;
}


/* links */
a
{
	color: #000066;
	background: inherit;
	text-decoration: underline;
}

a:hover { 
	color: #006699;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2
{
	font-size: 1.3em;
	text-transform: uppercase;
	color: #000066;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h5 {
	font-size: 1.0em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, p { 
	padding: 0;
	margin: 0px 0px 10px 0px; 
}

#main div { 
	padding: 0;
	margin: 0px 0px 10px 0px; 
}

/*ul, ol {
	color: #333333;	
	margin-bottom: 15px;
}
ul span, ol span {
	color: #666666;
}*/

/* images */
img {
	/* border: 2px solid #FFF; */
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote
{
	margin: 50px 0px 50px 0px;
	padding: 2px 2px 2px 38px !important;
	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border-left: 5px solid #72A545;
	/*font-weight: bold;*/
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #DADADA #DADADA #DADADA #000066;
}
.bqcallout
{
	margin: 0px;
	padding: 2px 15px 2px 38px !important;
	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border-left: 5px solid #72A545;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #DADADA #DADADA #DADADA #000066;
}
.callout {
	margin: 50px 0px 50px 0px;
 	padding: 0 15px 0 15px !important;  	
  	background: #FAFAFA no-repeat 5px 10px !important; 
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #000066;  
	font-weight: bold; 
}

/* form elements */
form {
	margin: 10px 0px; padding: 0;
	/*border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; */
}
label {
	display: inline;
	font-weight:bold;
	margin:5px 0;
}
/*input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}*/
textarea {
	background: #FFF url(/images/input.png) no-repeat top left; 
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #EAEAEA;
	height:100px;
	display:block;
	color:#777;
}
/*input[type=button]
{ 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #000666;
	padding: 2px 3px; 
	background: #000666; url(/images/buttonbg.gif) repeat-x left bottom;
	color: #000666;
}*/
input[type=text], input[type=password]
{
	background: #FFF url(/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search input[type=text] {
	background: #FFF url(/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(/images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/*****************************
	  BLOG
******************************/
#sidebar #searchform {
	background: #f2f2f2;
	margin: -8px 16px;
	padding: 5px 0;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}
#sidebar #searchform:hover 
{
	border-left:5px solid #000666;
}

#sidebar #searchform img {
	vertical-align: bottom;
}
#sidebar #searchform input[type=text] {
	background: #FFF url(/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #searchform input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(/images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}


/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 790px;  	
}
#content-wrap {
	clear:both;
	margin:0; padding:0;
	width: 790px;
}

/* header */
#header {
	position: relative;
	clear: left;
	width: 790px;
	height: 160px; 
	margin: 0; padding: 0;
	/*background: #000 url(/images/headerbg.jpg) no-repeat left bottom;			*/
	background: #000 url(/images/lmbgheader.jpg) no-repeat left bottom;			
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; left: 35px;	
}
#header h1#slogan {
	background-color: rgba(0,0,128,.5);
	position: absolute;
	margin: 0; padding: 5px;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 65px; left: 30px;
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 8px; left: 0;
	width: 100%;
	height: 25px;
	background: #000;
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url(/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background: url(/images/tabright.gif) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: left;
	width: 505px;
	margin: 0; padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	background-color: inherit;
	font-size: 10pt;
}
#main-nonav {
	float: left;
	width: 790px;
	margin: 0; padding: 0;
	margin-left: 15px;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #000666;
	font-size: 1.5em;
}	
#main .H1Lesser {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #000666;	
	font-size: 1.3em;
}
#main h2 {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #000666;	
	font-size: 1.3em;
}
#main h3 {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #000666;	
	font-size: 1.3em;
}
#main h3, h4, h5 {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	/*border-bottom: 2px solid #f2f2f2;*/
	color: #000666;	
	font-weight: normal;
}
#main h3
{
	font-weight: bold;
}
#main h4
{
	font-weight: bold;
	margin-top: 25px;
}
#main ul
{
	color: Black;
}
#main li
{
	margin-left: 30px;
}

#main blockquote li
{
	margin-left: 30px;
}

p li
{
	margin-left: 45px !important;
}

/* sidebar */
#sidebar {
	float: right;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}

#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(/images/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #000666;
	cursor: pointer;
}

/*
Used with the collapsable nav bar
#sidebar h1 + ul
{
	display: none;
}

#sidebar h1 + ul.alwaysshow
{
	display: block;
}*/

#sidebar ul {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

#sidebar div.smblock {
	margin-bottom: 1px;
	margin-left: 15px;
	border: 1px solid #f2f2f2;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;
	min-height: 18px;
}

#sidebar div.smblock:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #000666;
	border-left:5px solid #000666;
}


#sidebar ul.catnav {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.catnav li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.catnav a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}


* html body #sidebar ul a { height: 18px; }

/*sidebar menu left border block*/
#sidebar ul a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #000666;
	border-left:5px solid #000666;
}


/* footer */
#footer { 
	clear: both;
	height: 60px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 8pt;			
}

#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
	text-decoration: underline;
}
#footer #footer-left {
	width: 770px;
	float: left;
	text-align: left;
	margin: 0; padding: 5px;
	padding-left: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}
.IncomeCalc
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	border: outset 2px #000666; 
	width: 500px;
}
.IncomeCalc H1
{
	font-size: 12pt;
}
.IncomeCalc P, div
{
	margin-left: auto;
}

.NLI
{
	border: solid 3px #000000;
	/*width: 400px;*/
	background-color: #F9FFF9;
	margin-left: auto;
	margin-right: auto;
}
.NLI H1
{
	font-size: 10pt;
}
.NLI P, div
{
	margin-left: auto;
}
.descr
{
	color: #555;
	font-style: italic;
	font-size: 8pt;
}
.HeaderBlock {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;	
	padding: 8px 0px 3px 25px !important;
	background: url(/images/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #000666;
	margin-left: 15px;
}
.ScheduleList
{
	color: Black;
	margin-top: 10px;
	margin-bottom: 15px;
}
.credentials
{
	color: Black;
	margin-bottom: 0px;	
}

.breadcrumb
{
	font-size: 8pt;
	color: Gray;
	font-style: italic;
	text-decoration: underline;
}

small
{
	margin-left: 15px;
}

.picheader
{
	text-indent: 40px;
}


/* forum styles */
.ForumBorder
{
	border: 1px solid #072A66;
	margin: 0px; 
	padding: 0px; 
	background: #FFF;
	width: 755px;
}
.ForumHeader
{
	background: url('/images/HeaderBackground.gif');
	background-repeat: repeat-x;
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 12px;
	padding: 8px;
	padding-bottom: 0px;
	margin: 0px;
	border: 1px solid #FFF;
	border-bottom: 1px solid #5176B5;
}
.ForumTable
{
	width:100%;
}
table.ForumTable,
tr.ForumTable,
td.ForumTable
{
	color: #222;
	font-size: 11pt;
	line-height: 138%;
	background: transparent;
}
.ForumTable td,
.divpad{ 
	padding: 5px;
}
td.nopad
{
	padding: 0;
}
.ForumRow{ 
	background: #DFE6EF; 
}

.ForumRow2{ 
	background: #E4EAF2; 
}
.ForumBorder table th
{ 
	font-weight: bold; 
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px; 
	margin: 0; 
	border-bottom: 1px solid #5176B5;
	background: transparent url('/images/headerrowbackground.gif');
	background-repeat: repeat-x;
	color: #3A4F6C; 
}
.ec
{
	color: #353535;
}

#ajaxticker1{
width: 200px;
height: 300px;
border: 1px ridge black;
padding: 5px;
background-color: #FEEEB8;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FEEEB8;
}

.someclass{ /*class to apply to your scroller(s) if desired */}

.scrollingevents {height: 50px !important; }
.scrollingbq {height: 200px !important; }

.newcallout {border: 2px solid #006699; padding: 10px; background-color: #EDF9FC;}

.minischedlinks a { font-size: 8pt !important; }

.Popup
{
	border: black 3px solid;
	background-color: #ffffff;
	padding: 10px;
}

ul.submenu
{
	display: none;
	list-style-type: none;
	margin-top: 5px;
	margin: 0px;
	padding: 0px;
}

ul.submenu li
{
	font: 12px arial, helvetica, sans-serif;
	padding-left: 10px;
	display: block;
}

#fpNews
{
	cursor: pointer;
}

.biglist li
{
	margin-bottom: 15px;
}

#myScroll .scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:12pt;
  color:black;
  height:150px;
  padding:10px;
  text-shadow:#999 1px 1px 1px;
  text-align: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#controls div{
  font-family:sans-serif;
  margin-top:5px;
  background:#fff;
  display:inline-block;
  padding:6px;
  cursor:pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
  display: inline;
}

#myScroll1{
  float:left;
  margin-right:20px;
}

#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:5px;
  color:gray;
}

.NewInfo
{
	padding-top: 25px !important;
	background-image: url(/images/new75.gif); 
	background-repeat: no-repeat;
}