

/*  Links  */

a {  font-family: 'Times New Roman', Times, serif; font-size: 14px; color: #660099; text-decoration: none;}
a:hover {  font-family: 'Times New Roman', Times, serif; font-size: 14px; color: #A82AB2; text-decoration: none;}

a.tinyLink {  font-family: 'Times New Roman', Times, serif; font-size: 9px; color: #ACB2BE; text-decoration: none}
a.tinyLink:hover {  font-family: 'Times New Roman', Times, serif; font-size: 9px; color: #5D6570; text-decoration: none}

a.whiteLink {  font-family: 'Times New Roman', Times, serif; font-size: 11px; color: #FFFFFF; text-decoration: none;}
a.whiteLink:hover {  font-family: 'Times New Roman', Times, serif; font-size: 11px; color: #69755E; text-decoration: none;}

a.blueLink {  font-family: 'Times New Roman', Times, serif; font-size: 14px; color: #5D6570; text-decoration: underline;}
a.blueLink:hover {  font-family: 'Times New Roman', Times, serif; font-size: 14px; color: #B6C2D2; text-decoration: underline;}

a.applyLink {  font-family: 'Times New Roman', Times, serif; font-size: 14px; color: #96c2b5; text-decoration: none;}
a.applyLink:hover {  font-family: 'Times New Roman', Times, serif; font-size: 14px; color: #B0D2C0; text-decoration: none;}

a.wishLink {  font-family: 'Times New Roman', Times, serif; font-size: 14px; font-weight: bold; color: #999999; text-decoration: none;}
a.wishLink:hover {  font-family: 'Times New Roman', Times, serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none;}

a.greyLink {  font-family: 'Times New Roman', Times, serif; font-size: 14px; font-weight: bold; color: #999999; text-decoration: none;}
a.greyLink:hover {  font-family: 'Times New Roman', Times, serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none;}




/*  Text  */
.headerText {
	font-family: 'Times New Roman', Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #5D6570;
	text-decoration: none;
	}
	
.bodyText {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	}
	
.greenText {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #0AAC64D;
	text-decoration: none;
	}
	
.greyText {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #b7b7b7;
	text-decoration: none;
	}
	
.darkText {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	}
	
.errorTXT {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC9999;
	text-decoration: none;
	}
	
.applyText {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #cc99cc;
	text-decoration: none;
	}

.whiteText {
	font-family: 'Times New Roman', Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.tinyText {
	font-family: 'Times New Roman', Times, serif;
	font-size: 9px;
	color: #ACB2BE;
	text-decoration: none;
}




/* DIV's */

.hiddenDIV{
	display: none;
}

.imageBorder {
    border-style: solid;
    border-top-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    border-right-color: #999999;
    border-width: 1px;

}

.dialogue_box{
	display: none;
	position: absolute;
	top: 300;
	left: 300;
}

	
	
	
/*  Form Elements  */

.appTF {
	font-family: 'Times New Roman', Times, serif;
	font-size:11px;
	background: #FFFFFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
    width:200;
	height:18;
}

.appTFS {
	font-family: 'Times New Roman', Times, serif;
	font-size:11px;
	background: #FFFFFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
    width:60;
	height:18;
}

.appTA {
	font-family: 'Times New Roman', Times, serif;
	font-size:11px;
	background: #FFFFFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
    width:600;
	height: 400;
}

.wishlist {
	font-family: 'Times New Roman', Times, serif;
	font-size:10px;
	background: #FFFFFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
    width:200;
	height:18;
}

.wishTA {
	font-family: 'Times New Roman', Times, serif;
	font-size:11px;
	background: #FFFFFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
    width:230;
	height: 300;
}

.NLbutton {
	font-family: 'Times New Roman', Times, serif;
	font-size:11px;
	font-weight:bold;
	background: #7C8872;
	border-bottom: 1px solid #4A5144;;
	border-right: 1px solid #4A5144;;
	border-left: 1px solid #A1B194;
	border-top:1px solid #A1B194;
	color:#FFFFFF;
	text-decoration:none;
	cursor: hand;
	width: 100;
	height: 18;
}


.NLtextField	{
	font-family: 'Times New Roman', Times, serif;
	font-size:11px;
	background: #FFFFFF;
	border-bottom: 1px solid #4A5144;
	border-right: 1px solid #4A5144;
	border-left: 1px solid #4A5144;
	border-top:1px solid #4A5144;
    width:220;
	height:18;
}

.contestTextField	{
	font-family: 'Times New Roman', Times, serif;
	font-size:10px;
	background: #FFFFFF;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	border-top:1px solid #b7b7b7;
    width:200;
	height:16;
}


.contestTextFieldSmall	{
	font-family: 'Times New Roman', Times, serif;
	font-size:10px;
	background: #FFFFFF;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	border-top:1px solid #b7b7b7;
    width:62;
	height:16;
}

.RSVPfield	{
	font-family: 'Times New Roman', Times, serif;
	font-size:11px;
	background: #FFFFFF;
	border-bottom: 1px solid #5D6570;
	border-right: 1px solid #5D6570;
	border-left: 1px solid #5D6570;
	border-top:1px solid #5D6570;
    width:125;
	height:18;
}

.RSVPbutton {
	font-family: 'Times New Roman', Times, serif;
	font-size:11px;
	font-weight:bold;
	background: #5D6570;
	border-bottom: 1px solid #232728;
	border-right: 1px solid #232728;
	border-left: 1px solid #8F969C;
	border-top:1px solid #8F969C;
	color:#FFFFFF;
	text-decoration:none;
	cursor: hand;
	width: 250;
	height: 20;
}


.scrollBar {
	scrollbar-3dlight-color:#A3A8AE;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#BCC4AF;
    scrollbar-darkshadow-color:#393E45;
    scrollbar-face-color:#5D6570;
	scrollbar-track-color:#5D6570;
    scrollbar-highlight-color:#5D6570;
    scrollbar-shadow-color:#5D6570;
}

