/*    
SCRIPT : 	"styles/default.css"
AUTHOR : 	ADRIAN VASIU
COMPANY : 	CAPRICORN INTERACTIVE, "http://www.DesignForWeb.com" 
PURPOSE:		Provide a general  style for the entire web-site. It contains attributes
							for most of the HTML elements used on each page.						
*/

/*    HTML tags and their characteristics 
		MODIFYING ANY OF THE ELEMENTS BELOW WILL AFFECT THE ENTIRE SITE */

		
TABLE {
	background-color: #FFFFFF;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #483D8B;
}



TABLE.dataTB {
	width: 700px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #7E7291;
}
TH.dataTH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #483D8B;
	background-color: #D7D7F6;
	text-align: left;
	text-decoration: blink;
	text-shadow: #C0C0C0;
	padding: 3px;
}
TD.dataTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.dataBG {		/* only used for line		*/
	background-color: #7E7291;
	height: 1px;
}




DL {
	margin-left: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

UL {
	list-style : square;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 0px;
	padding: 0px;
}

UL.ulCircle {
	list-style : disc;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 0px;
	padding: 0px;
}

DT {
	margin: 0px;
}

DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

A {
	color: #181472;
	text-decoration: none;
}

A:HOVER {
	color: #FF0000;
	text-decoration: none;
}


/*    USED FOR TITLES - the size of the title varies with each tag*/

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: transparent;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	background-color: transparent;
}


H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: transparent;
	padding: 5px;
	margin: 0px;
}


H4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: transparent;
	padding : 5px;
	margin : 0px;
}

H5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: transparent;
	padding : 0px;
	margin : 0px;
}

/*    USED FOR TITLES  */

}


/*    ATTENTION - It should be used inside a table   */
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

/*    Small Text   */
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.vsmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}

/*    Used when the text is required to be BOLD  */
.boldText {
	font-weight: 700;
}





/*    CLASSES USED FOR BORDERS      */

.border1 {
	background-color : #146E71;
}

.border2 {
	background-color: #F45E94;
}

/*    CLASSES USED FOR BORDERS    */


/*    Classes used for the Menu      */
.menuTitle {
	color: #A0522D;
	background-color: transparent;
	font-weight: bold;
}
.menuBackDark {
	background-color: #0099FF;
}
.menuBackLight {
	background-color: #DFE7FF;
}
/*    Classes used for the Menu      */


/*    Classes used for website format      */

.divSite {
	width: 750px;
	padding: 5px;
	text-align: center;
}

.tblSite {
	width: 750px;
}


/*    Classes used for website format      */



/*  used  to give some padding inside a table for a tag like P(aragraph)   */
.insideTable {
	padding : 5px;
}

/*    CLASSES USED FOR TEXT COLOR    */

.Color1 {		/*    USED FOR     */
	color : #A9A9A9;
}

.Color2 {		/*    USED FOR     */
	color : #146E71;
}

.Color3 {		/*    USED FOR table caption (reference page)    */
	color : #B22222;
}

.Color4 {		/*    USED FOR     */
	color : #87CEFA;
}

.Color5 {		/*    USED FOR     */
	color : #FF0000;
}



.bgColor1 {		/*    USED FOR table row highlight (reference page)    */
	background-color : #B6E1FC;
}

/*    CLASSES USED FOR TEXT COLOR    */