/*

  $Id: stylesheet.css,v 1.2 2006/03/17 20:48:37 moaiz Exp $

  Copyright (c) 2003 Menynx

*/



.boxText {

	font-family: Verdana, Arial, sans-serif;

	font-size: 10px;

	font-weight: normal;

}

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }



BODY {

  color: #000000;

  margin: 0px;

}



A { 

  color: #000000; 

  text-decoration: none; 

}



A:hover { 

  color: #AABBDD; 

  text-decoration: underline; 

}



FORM {

	display: inline;

}



TR.header {

  background: #ffffff;

}



TR.headerNavigation {

  background: #bbc3d3;

}



TD.headerNavigation {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  background: #00FF00;

  color: #ffffff;

  font-weight : bold;

}



A.headerNavigation {

	color: #FFFFFF;

	background-color: #CCCCFF;

	white-space: nowrap;

	background-image: none;

	background-repeat: no-repeat;

}



A.headerNavigation:hover {

  color: #ffffff;

}



TR.headerError {

  background: #ff0000;

}



TD.headerError {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 12px;

  background: #ff0000;

  color: #ffffff;

  font-weight : bold;

  text-align : center;

}



TR.headerInfo {

  background: #00ff00;

}



TD.headerInfo {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 12px;

  background: #00ff00;

  color: #ffffff;

  font-weight: bold;

  text-align: center;

}



TR.footer {

  background: #bbc3d3;

}



TD.footer {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  background: #bbc3d3;

  color: #ffffff;

  font-weight: bold;

}



.infoBox {

	background: #EEEEEE;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: outset;

	border-top-color: #FFFFFF;

	border-right-color: #FFFFFF;

	border-bottom-color: #FFFFFF;

	border-left-color: #FFFFFF;

}



.infoBoxContents {

	background: #EFEFEF;

	font-family: Verdana, Arial, sans-serif;

	font-size: 10px;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: outset;

	border-top-color: #CCCCCC;

	border-right-color: #CCCCCC;

	border-bottom-color: #CCCCCC;

	border-left-color: #CCCCCC;

}



.infoBoxNotice {

  background: #FF8E90;

}



.infoBoxNoticeContents {

  background: #FFE6E6;

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}



TD.infoBoxHeading {

	font-family: Verdana, Arial, sans-serif;

	font-size: 12px;

	font-weight: bold;

	background: #C4C4C4;

	color: #FFFFFF;

	border: thin none #FFFF00;



}



TD.infoBox, SPAN.infoBox {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}



A.pageResults { 

  color: #0000FF; 

}



A.pageResults:hover { 

  color: #0000FF; 

  background: #FFFF33; 

}



TD.pageHeading, DIV.pageHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 20px;

  font-weight: bold;

  color: #9a9a9a;

}



TR.subBar {

  background: #f4f7fd;

}



TD.subBar {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  color: #000000;

}



TD.main, P.main {

  font-family: Verdana, Arial, sans-serif;

  font-size: 11px;

  line-height: 1.5;

}



TD.smallText, SPAN.smallText, P.smallText {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}



TD.tableHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  font-weight: bold;

}



CHECKBOX, INPUT, RADIO, SELECT {

	font-family: Verdana, Arial, sans-serif;

	font-size: 11px;

	font-weight: normal;



}



TEXTAREA {

  width: 100%;

  font-family: Verdana, Arial, sans-serif;

  font-size: 11px;

}



SPAN.greetUser {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  color: #f0a480;

  font-weight: bold;

}


//Moaiz

TABLE.profile {

    border-width: 0px;

    border-color: #111111;
	
	border-spacing: 0px;
	
    border-collapse: collapse;
	
    padding: 0; 
	
    margin: 0; 			
}

.profile TR, .profile TD { 
padding: 0; 
margin: 0; 
border: none; 
} 



TABLE.formArea {

	background: #DBDBDB;

	padding: 0px;

	border-top: thin none #FF0000;

	border-right: thin none #FF0000;

	border-bottom: thin none #FF0000;

	border-left: thin outset #FF0000;
}


TD.formAreaTitle {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 12px;

  font-weight: bold;

}



SPAN.errorText {

  font-family: Verdana, Arial, sans-serif;

  color: #ff0000;

}

.moduleRowOver { background-color: #D7E9F7; cursor: hand; }

.moduleRowSelected { background-color: #E9F4FC; }

.nav_button , .nav_button_over {

font-family : Verdana, Arial, Helvetica, sans-serif; 

padding : 8px 13px; 

text-decoration : none; 

font-weight : bold; 

font-size : 11px; 

color : #ffffff; 

text-align : center; 

} 

.nav_button {

background-color : #1e79d2; 

} 

.nav_button_over {

background-color : #1465b6; 

} 

.nav_button_over:hover {

background-color : #1465b6; 

color : #ffffff; 

} 

.nav_button:hover {

background-color : #1465b6; 

color : #ffffff; 

} 

.nav_cell , .nav_cell_over {

padding-top : 8px; 

padding-bottom : 8px; 

} 

.nav_cell {

background-color : #1e79d2; 

} 

.nav_cell_over {

background-color : #1465b6; 

} 

.BlueLinkSmall {

font-weight : bold; 

font-size : 7.5pt; 

color : #0066cc; 

font-family : Verdana; 

text-decoration : none; 

} 

.BlueLinkSmall:hover {

color : #0066cc; 

text-decoration : underline; 

} 

.tdTopMenuGap {

width : 1px !important; 

background-color : #0a65be; 

} 

td#tdSearchMenu {

background-color : #ffffff; 

text-align : right; 

} 

td#tdSearchMenu td {

font-size : 12px; 

font-family : Verdana, Arial, Helvetica, sans-serif; 

} 

td#tdTopMenu {

background-color : #1e79d2; 

} 



body , td , th , input , select {

font-size : 8pt; 

font-family : Verdana, Arial, sans-serif; 

color : #264AA8; 

} 

a {

font-size : 8pt; 

font-family : Verdana, Arial, sans-serif; 

color : #264AA8; 

} 


P.small {

font-size : 7pt; 

font-family : Verdana, Arial, sans-serif; 

color : #4261B6 

} 


a.small {

font-size : 7pt; 

font-family : Verdana, Arial, sans-serif; 

color : #4261B6 

} 

TD.small {

font-size : 7pt; 

font-family : Verdana, Arial, sans-serif; 

color : #4261B6 

} 




a:hover {

color : #264AA8; 

} 

a.vm {

font-family : Tahoma, Arial, sans-serif; 

font-size : 10pt; 

} 

h1 {

color : #99CC00; 

font-size : 16px; 

font-weight : bold; 

margin-top : 0pt; 

margin-left : 4pt; 

margin-bottom : 0; 

font-family : Verdana, Arial, sans-serif; 

} 

h2 {

color : #000000; 

font-size : 12px; 

font-family : Arial, Tahoma, sans-serif; 

margin-bottom : 0; 

font-weight : normal; 

} 

h2 a {

color : #181818; 

font-size : 12px; 

font-weight : bold; 

font-family : arial; 

} 

h2 a:hover {

color : #248cf0; 

} 

h2 a:visited {

color : #043d7f; 

} 

a.leftmenu {

font-size : 8pt; 

display : block; 

padding : 3px 0 3px 10px; 

text-decoration : none; 

border-bottom : 1px dotted #cdcdcd; 

} 

a.leftmenu:hover {

background-color : #f4f4f4; 

color : #000000; 

} 

div.leftmenu {

margin : 0; 

padding : 0; 

border-style : none solid none none; 

border-color : #c8c8c8; 

border-width : 1px; 

} 

div.leftmenuheader {

padding-left : 1em; 

padding-top : 3px; 

padding-bottom : 3px; 

margin-top : 0; 

margin-bottom : 0; 

font-weight : bold; 

font-size : 8pt; 

} 


td#tdOurNetwork {

background-color : #0859aa; 

color : #ffffff; 

padding : 0.8em 0; 

font-size : 10px; 

text-align : center; 

} 

td#tdOurNetwork a {

color : #ffffff; 

font-weight : bold; 

font-size : 11px; 

} 

td#tdSEONetwork a {

font-size : 10px; 

} 

td#tdMain {

padding-bottom : 4em; 

} 

table.form td {

font-family : Tahoma, Arial, sans-serif; 

font-size : 8pt; 

padding-top : 5px; 

padding-bottom : 5px; 

} 

td.formLeft {

text-align : right; 

font-weight : bold; 

padding-right : 1em; 

} 

.tblCategoryLinks , .tblCategoryLinks a {

color : #404040; 

} 

table.tblListing {

border-style : solid; 

border-width : 1px; 

border-color : #cecbce; 

} 

table.tblReview {

border-style : dashed; 

border-width : 1px; 

border-color : #c0c0c0; 

} 

table.tblCategoryLinks {

margin : 1em 0; 

} 

p.error {

color : #ff0000; 

font-weight : bold; 

} 

table.form {

border-style : none; 

border-width : 1px; 

border-color : #cecbce; 

} 

input.btnTrans {

border : 1px outset inherit; 

padding : 1px 4px; 

} 


.msgbox {
	background-color: #FCFCED;
	border: 1px dashed #EBE267;
	padding: 5px;
	margin-bottom: 12px;
}
.msgbox p {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 1.5em !important;
}





