/*
	general
*/

BODY 
{
	font-family: Arial;
	font-size :12px;
    background-image:url(/Goop/images/Layout/body-bg.gif);
	BACKGROUND-POSITION:center center;
	background-repeat:repeat-y;
}

TABLE
{
	font-family: Arial;
	font-size :12px;
}


TD
{
	color : #565853;	
	
	
}
.borderRight
{
	border-right: solid 1px #E6EAF3;
	border-bottom: solid 1px #E6EAF3;
}

.borderLeft
{
	border-left: solid 1px #E6EAF3;
	border-bottom: solid 1px #E6EAF3;
}

.fullBorder
{
	border: 1px solid #E6EAF3;
}


A.link1, A.link1:visited 
{
	COLOR: black;
	text-decoration: none;
	font-weight: bold;
}

A.link1:hover, A.link1:visited:hover
{
	COLOR: black;
	text-decoration: underline;
	font-weight: bold;
}

A.link2, A.link2:visited 
{
	COLOR: #3D4F85;
	text-decoration: none;
	font-weight: normal;
}

A.link2:hover, A.link2:visited:hover
{
	COLOR: #3D4F85;
	text-decoration: underline;
	font-weight:normal;
}

A.blackLink, A.blackLink:visited 
{
	COLOR: black;
	text-decoration: none;
}

A.blackLink:hover, A.blackLink:visited:hover
{
	COLOR: black;
	text-decoration: underline;
}

A.whiteLink, A.whiteLink:visited 
{
	COLOR: white;
	text-decoration: none;
	font-weight: bold;
}

A.whiteLink:hover, A.whiteLink:visited:hover
{
	COLOR: white;
	text-decoration: underline;
	font-weight: bold;
}

A.paleLink, A.paleLink:visited 
{
	COLOR: #344777;
	text-decoration: underline;
	font-weight: normal;
}

A.paleLink:hover, A.paleLink:visited:hover
{
	COLOR: #707FA6;
	text-decoration: none;
	font-weight: normal;
}

A.noline, A.noline:visited 
{
	text-decoration: none;
}

A.noline:hover, A.noline:visited:hover
{
	text-decoration: underline;
}


/* input */
.lightButton, .lightButton1
{
	border:solid 1px #D5D6D7;
	color:Black;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	cursor:hand;
	height:20px;
	font-weight :bold;
	font-size:12px;
	background :url(../Images/new/bg_button.gif);
}
.darkButton2
{
	border:solid 1px white;
	color:White;
	font-weight:bold;
	font-size:12px;
	padding: 0 0 0 0;
	background-color: #8A9BC5;
	height:19px;
}

.inputTxt
{
	font-size:12px;
	border:solid 1px #D5D6D7;
}

SELECT.SelectBox
{
	font-family:arial;
	font-size:11px;
	border:solid 1px #D5D6D7;
}

/* Text */
.Smalltext
{
	font-size: 10px;
	color: #999A9F;
}

/* main elements */
.MainColor {background-color:#E0E4EF;}

TD.Titles
{
	background-color : #8A9BC6;
	color : #FFFFFF;
	font-weight : bold;
	padding-right : 5px;
	vertical-align : middle;
	text-align:right;
}

TD.TitlesCenter
{
	background-color : #8A9BC6;
	color : #FFFFFF;
	font-weight : bold;
	padding-right : 5px;
	vertical-align : middle;
	text-align:center;
}

/********** goop navbar *******************/
TD.navBar A, TD.navBar A:visited
{
	COLOR: black;
	text-decoration: none;
	font-size : 11px;
	
}
TD.navBar A:hover, TD.navBar A:visited:hover
{
	COLOR: black;
	text-decoration: underline;
	font-size : 11px;
	
}

TD.navBar2 A, TD.navBar2 A:visited
{
	COLOR: #56585A;
	font-size : 14px;
	text-decoration: none;
}
TD.navBar2 A:hover, TD.navBar2 A:visited:hover
{
	COLOR: #56585A;
	text-decoration: underline;
	font-size : 14px;
}


A.navBar, A.navBar:visited 
{
	COLOR: #4d4d4d;
	text-decoration: none;
	font-weight: bold;
}

A.navBar:hover, A.navBar:visited:hover
{
	COLOR: #4d4d4d;
	text-decoration: none;
	font-weight: bold;
}

/* goop footer */
A.Footer, A.Footer:visited
{
	color : #777777;
	text-decoration : none;
}
A.Footer:hover, A.Footer:visited:hover
{
	color : #777777;
	text-decoration : underline;
}
