/*Three column css*/
* {
	margin: 0;
    padding: 0;
}

body { 
	font-family:Arial, Helvetica, sans-serif;
    font-size: 74%;
	color: #888aa0;
}

#header {
	background-image: url(/images/header_menu.jpg);
	background-repeat: repeat-x;
	height: 199px;
	border-bottom: 2px solid #FF9900;
}

#header_menu{
	background-image: url(/images/middle.jpg);
	background-repeat: repeat-x;/**/
	text-align: right;
	height: 73px;
	padding-top: 5px;
	text-transform:uppercase;
}

#header_menu a{
	color: #515E75;
}

#header_menu a:hover{
	color: #FF9900;
	text-decoration: underline;
}

#container {
	font-size: 1.3em;
}

#left {
	float: left;
	width: 13%;/*161px;*/
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 10px;
}

#right {
	float: right;
	width: 18%;
	margin-right: 5px;
	padding-top: 10px;
}

#content {
	margin-right: 23%;
	margin-left: 260px;
	padding: 10px;
	padding: 5px;
}

#content p{
	padding-bottom: 15px;
}

#content h4 {
	background-image: url(/images/tab.jpg);
	height: 35px;
	width: auto;
	padding: 0;
}

#footer {
	clear: both;
	height: 100px;
	text-align: center;
	font-size: .9em;
	padding-top: 6px;
	border-top: 3px solid #d5d5d5;
	background: url(/images/middle.jpg);	
}

#push{
		height: 100px; /* .push must be the same height as .footer */
		border-bottom: 0px solid #000; /*Whenever u need, add this division like just this <div id="push"></div>*/
}

img{
	border:none
}
h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 70px;
	padding-left: 50px;
}

.heading_color{
	color: #FF9900;	
}

p.slogan{
	color: #A7AAB3;
	font-size: 15px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
}

h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(/images/menu_tab.jpg);
	height: 31px;
	width: 165px;
	padding-top: 5px;
	padding-left: 15px;
}

.beta{
	font-size: 15px;
	color: #888;
	padding-left: 15px;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

a:link {color: #FF9900; 	text-decoration: none;}     /* unvisited link */
a:visited {color: #FF9900; text-decoration: none;}  /* visited link */
a:hover {color: #888aa0}   /* mouse over link */
a:active {color: #FF9900}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist, #navlist1, #navlist2, #navlist3, #navlist4, #navlist5, #navlist6, #navlist7
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 174px;
}

#navlist li, #navlist1 li, #navlist2 li, #navlist3 li, #navlist4 li, #navlist5 li, #navlist6 li, #navlist7 li
{
	list-style: none;
	margin: 0;
	padding: 0.4em;
	border-top: 1px solid #C2C2CA;
}

#navlist li a,#navlist1 li a,#navlist2 li a,#navlist3 li a,#navlist4 li a,#navlist5 li a,#navlist6 li a,#navlist6 li a
{
	text-decoration: none;
}


/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.0em;
}

/******************************************************************/
p.first{
		padding-left:50px;
}
p.second{
		padding-left:70px;
}
p.third{
		padding-left:100px;
}
p.quicklink{
		text-align: center;
}
/*******************************************************************/
#prev {
	float: left;
	text-align: left;
	font-size:80%;
	font-weight: bold;
	width: 25px;
	height:auto;
}

#next{
	
	float: right;
	font-size:80%;
	text-align: right;
	font-weight: bold;
}

#tandc{/* used in tandc.php */
	margin-left: 50px;
	margin-right: 10px;
}

.help{
	width: 20px;
	font-size: 17px;
	font-weight: bold
}
/********************************************************************/


/*******************************************************************/
/*Used in login.php and registration.php files inside the content division*/
#contentright{/*Used in login.php and registration.php files inside the content division*/
	width: auto;
	float: right;
}


#contentleft{
	float: left;
}

#login{/*Inside contentright division*/
	width: 96%;
	background: #EAEAEA;
    padding-right: 10px;
}

#register{
	width: 100%;
	background: #EAEAEA;
	color: #005555;
}
#showimage{
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
}
table.logintable {
	border-width: medium;
	border-color: black;
	margin-left: 12px;
	margin-top: 10px;
}

td.logincolumn{
	padding: 3px 3px 3px 6px;
	height: 7px;
	color: #005555;
}

/*******************************************************************/
#showtopic{
	width: 100%;
}

#quicklink{
	border: 1px solid #dcdcdc;
	border-top: 4px solid #dcdcdc;
	margin-top: 5px;
	padding-top: 3px;
}

table.topicsTable{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 680px;
	text-align: left;
	border-collapse: collapse;
	border-width: 5px;
}

table.topicsTable td{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

table.topicsTable th{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}

table.topicsTable tr:hover td
{
	background: #d0dafd;
	color: #339;
}
/*******************************/
table.table{
	font-family: "Lucida Grande", Sans-Serif;
	margin: 2px;
	width: 95%;/*width: 630px;*/
	text-align: left;
	border-collapse: collapse;
	border-width: 5px;
}

table.table td{
	padding: 8px;
	background: #eee; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
table.table th{
	padding: 8px;
	background: #ddd;
	border-top: 4px solid #FF9900;
	border-bottom: 1px solid #fff;
	color: #669;
}
/**/
select {
	width: 220px;
}
input {
	width: 220px;
	height: 18px;
}
.buttonclass{
	width: auto;
	height: 23px;
	padding: 3px;
	padding-bottom: 6px;
}
.asterisk{
	color: red;
}