body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background: #cccccc; /* for non-css3 browsers */
	background-image: -o-linear-gradient(#0098dd, #003f89); /* for opera 11.10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#0098dd), to(#003f89)) fixed; /* for webkit browsers */
	background: -moz-linear-gradient(top, #0098dd, #003f89) fixed; /* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#0098dd', endColorstr='#003f89', GradientType=0); /* for IE 5.5-7 */
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#0098dd', endColorstr='#003f89', GradientType=0); /* for IE8 */

	width=1050px; /* new */
}

/******* hyperlink and anchor tag styles *******/

@-ms-viewport{
  width: device-width;
}

img {
	max-width:100%;
}

a:link, a:visited{
	color: #005fa9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

table{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/************** header tag styles **************/

h1{
 font: bold 120% "Trebuchet MS", sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% "Trebuchet MS",sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 107%"Trebuchet MS",sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% "Trebuchet MS",sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 96% "Trebuchet MS",sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.normal {
	font-family: Verdana;
	font-size: small;
	color: #000080;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 25px;
	width: 1000px;
	background-color: #fdfdfd;
	box-shadow: 0 0 5px rgba(80, 80, 80, 1);
    -webkit-box-shadow: 0 0 5px rgba(80, 80, 80, 1); 
    -moz-box-shadow: 0 0 5px rgba(80, 80, 80, 1);
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 25px;
	width:1000px;
	background: -webkit-gradient(linear, left top, left bottom, from(#c5cfd0), to(#71828a));
	background: -moz-linear-gradient(top,  #c5cfd0, #71828a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5cfd0', endColorstr='#71828a');
	box-shadow: 0 0 5px rgba(80, 80, 80, 1);
    -webkit-box-shadow: 0 0 5px rgba(80, 80, 80, 1); 
    -moz-box-shadow: 0 0 5px rgba(80, 80, 80, 1);
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

#pageNav{
	float: left; 
	width:178px;
	margin-top:1px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Arial,sans-serif;
}

#content{
	float:right;
	width:800px; 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccd2d2;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 20px;
	color: #ffff00;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: x-large;
}

/************** utility styles *****************/

#utility{
	padding-top:16px;
	font-family: "Trebuchet MS";
	position: absolute;
	top: 5px;
	right: 10px;
	color: #005fa9;
}

#utility a{
	color: #005fa9;
}

#utility a:hover{
	text-decoration: none;
}

#siteMap{
	font-family: "Trebuchet MS";
	position: absolute;
	top: 5px;
	right: 10px;
	color: #005fa9;
}

#siteMap a{
	color: #005fa9;
}

#siteMap a:hover{
	text-decoration: none;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% "Trebuchet MS";
	color: #005fa9;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#c5cfd0), to(#71828a));
	background: -moz-linear-gradient(top,  #c5cfd0, #71828a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5cfd0', endColorstr='#71828a');
	box-shadow: 0 0 5px rgba(80, 80, 80, 1);
    -webkit-box-shadow: 0 0 5px rgba(80, 80, 80, 1); 
    -moz-box-shadow: 0 0 5px rgba(80, 80, 80, 1);
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size:12px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	width: 990px;
	height: 23px;
	padding: 2px 0px 0px 10px;
	visibility: hidden;
	color: #005fa9;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#a0a0a0));
	background: -moz-linear-gradient(top,  #dddddd, #a0a0a0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#a0a0a0');
	box-shadow: 0 0 5px rgba(80, 80, 80, 1);
    -webkit-box-shadow: 0 0 5px rgba(80, 80, 80, 1); 
    -moz-box-shadow: 0 0 5px rgba(80, 80, 80, 1);
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #005fa9;
}

.subglobalNav a:hover{
	color: #ffffff;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Arial,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005fa9;
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{
	padding-left:10px;
	padding-right:10px;
	font: 14px normal Arial, Helvetica, sans-serif;
	border: none;
}

.feature h3{
	font: bold 175% "Trebuchet MS";
	color: #005fa9;
	padding: 30px 0px 5px 0px;
}

.feature img{
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	font: 12px normal Arial, Helvetica, sans-serif;
	margin-top:10px;
	padding: 10px;
	background-color: #f5f7f7;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}


.story h3{
	font: bold 150% Arial,sans-serif;
	color: #000000;
}

.story table{
	padding-right: 0px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.story td{
	font-size: small;
}


.story p {
	padding: 0px 0px 10px 0px;
}

.story img{
	padding: 0px 0px 0px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005fa9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	width:980px;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************ subsectionLinks styles **************/

#subsectionLinks{
	margin: 0px;
	padding: 0px;

}

#subsectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#subsectionLinks a:link, #subsectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #802020;
}

#subsectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/************** bottomlogo styles ***************/

#bottomlogo{
	padding: 10px;
}

#bottomlogo img{
	display: block;
}

.orange
	{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    border:2px solid rgba(255, 128, 23, 0.8); 
	}

.red
	{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    border:2px solid rgba(192, 0, 0, 0.8); 
	}

.blue
	{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    border:2px solid rgba(0, 0, 192, 0.8); 
	}

.green
	{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 192, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 192, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 192, 0, 1);
    border:2px solid rgba(0, 128, 0, 0.8); 
	}

.right {
	display: inline;
	float: right;
	}

.centre {
	display: inline;
	text-align:center;
	float: right;
	}

.smallFormBlack {
	font-size:x-small;
	font-weight:bold;
	color:#000000;
	padding: 1px;
	}

.smallFormGreen {
	font-size:x-small;
	font-weight:bold;
	color:#008000;
	padding: 1px;
	}

.smallFormBlue {
	font-size:x-small;
	font-weight:bold;
	color:#000080;
	padding: 1px;
	}

.smallFormOrange {
	font-size:x-small;
	font-weight:bold;
	color:#F88017;
	padding: 1px;
	}

.smallFormRed {
	font-size:x-small;
	font-weight:bold;
	color:#800000;
	padding: 1px;
	}

.smallFormPurple {
	font-size:x-small;
	font-weight:bold;
	color:#800000;
	padding: 1px;
	}

.smallFormCyan {
	font-size:x-small;
	font-weight:bold;
	color:#008080;
	padding: 1px;
	}

.largeFormBlack {
	font-weight:bold;
	color:#000000;
	padding: 1px;
	}

.largeFormGreen {
	font-weight:bold;
	color:#008000;
	padding: 1px;
	}

.largeFormBlue {
	font-weight:bold;
	color:#000080;
	padding: 1px;
	}

.largeFormOrange {
	font-weight:bold;
	color:#F88017;
	padding: 1px;
	}

.largeFormRed {
	font-weight:bold;
	color:#800000;
	padding: 1px;
	}

.largeFormPurple {
	font-weight:bold;
	color:#800080;
	padding: 1px;
	}
	
.largeFormCyan {
	font-weight:bold;
	color:#008080;
	padding: 1px;
	}
	
/* Glow Styles for Buttons */

.smallFormDisabled {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#C0C0C0;
	padding: 1px;
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormDisabled {
	font-weight:bold;
	font-style:normal;
	color:#C0C0C0;
	padding: 1px;
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormBlackGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	padding: 1px;
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormBlackGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#404040;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 3px rgba(164, 164, 164, 1);
    -webkit-box-shadow: 0 0 3px rgba(164, 164, 164, 1); 
    -moz-box-shadow: 0 0 3px rgba(164, 164, 164, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormBlackGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#808080;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 3px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormBlackGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#808080;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 3px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormGreenGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#008000;
	padding: 1px;
    border:1px solid rgba(0, 128, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormGreenGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00A000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 192, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 192, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 192, 0, 1);
    border:1px solid rgba(0, 160, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormGreenGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00C000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 255, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 255, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 255, 0, 1);
    border:1px solid rgba(0, 192, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormGreenGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00C000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 255, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 255, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 255, 0, 1);
    border:1px solid rgba(0, 192, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormBlueGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#0000A0;
	padding: 1px;
    border:1px solid rgba(0, 0, 96, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormBlueGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#0000CC;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 192, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 192, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 192, 1);
    border:1px solid rgba(0, 0, 160, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormBlueGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    border:1px solid rgba(0, 0, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormBlueGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    border:1px solid rgba(0, 0, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormOrangeGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#F88017;
	padding: 1px;
    border:1px solid rgba(255, 66, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormOrangeGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FF9010;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(250, 128, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(250, 128, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(250, 128, 0, 1);
    border:1px solid rgba(255, 99, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormOrangeGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FFA500;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    border:1px solid rgba(255, 128, 23, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormOrangeGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FFA500;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    border:1px solid rgba(255, 128, 23, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormRedGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#800000;
	padding: 1px;
    border:1px solid rgba(128, 0, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormRedGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#C00000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(192, 0, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(192, 0, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(192, 0, 0, 1);
    border:1px solid rgba(160, 0, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormRedGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    border:1px solid rgba(192, 0, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormRedGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    border:1px solid rgba(192, 0, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormPurpleGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#800080;
	padding: 1px;
    border:1px solid rgba(128, 0, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormPurpleGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#c000c0;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(192, 0, 192, 1);
    -webkit-box-shadow: 0 0 3px rgba(192, 0, 192, 1); 
    -moz-box-shadow: 0 0 3px rgba(192, 0, 192, 1);
    border:1px solid rgba(160, 0, 160, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormPurpleGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#ff00ff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 255, 1);
    border:1px solid rgba(192, 0, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormPurpleGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#ff00ff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 255, 1);
    border:1px solid rgba(192, 0, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormCyanGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#008080;
	padding: 1px;
    border:1px solid rgba(0, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormCyanGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00c0c0;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 192, 192, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 192, 192, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 192, 192, 1);
    border:1px solid rgba(0, 160, 160, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormCyanGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00ffff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 255, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 255, 255, 1);
    border:1px solid rgba(0, 192, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormCyanGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00ffff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 255, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 255, 255, 1);
    border:1px solid rgba(0, 192, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormBlackGlow {
	font-weight:bold;
	font-style:normal;
	color:#000000;
	padding: 1px;
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormBlackGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#404040;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 5px rgba(164, 164, 164, 1);
    -webkit-box-shadow: 0 0 5px rgba(164, 164, 164, 1); 
    -moz-box-shadow: 0 0 5px rgba(164, 164, 164, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormBlackGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#808080;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 5px rgba(200, 200, 200, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormBlackGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#808080;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 5px rgba(200, 200, 200, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormGreenGlow {
	font-weight:bold;
	font-style:normal;
	color:#008000;
	padding: 1px;
    border:1px solid rgba(0, 128, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormGreenGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#00A000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 192, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 192, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 192, 0, 1);
    border:1px solid rgba(0, 160, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}



.largeFormGreenGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#00C000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 255, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 255, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 255, 0, 1);
    border:1px solid rgba(0, 192, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormGreenGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#00C000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 255, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 255, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 255, 0, 1);
    border:1px solid rgba(0, 192, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormBlueGlow {
	font-weight:bold;
	font-style:normal;
	color:#0000A0;
	padding: 1px;
    border:1px solid rgba(0, 0, 96, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormBlueGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#0000CC;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 192, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 192, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 192, 1);
    border:1px solid rgba(0, 0, 160, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormBlueGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    border:1px solid rgba(0, 0, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormBlueGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    border:1px solid rgba(0, 0, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormOrangeGlow {
	font-weight:bold;
	font-style:normal;
	color:#F88017;
	padding: 1px;
    border:1px solid rgba(255, 66, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormOrangeGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#FF9010;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(250, 128, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(250, 128, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(250, 128, 0, 1);
    border:1px solid rgba(255, 99, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormOrangeGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#FFA500;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 165, 0, 1);
    border:1px solid rgba(255, 128, 23, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormOrangeGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#FFA500;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 165, 0, 1);
    border:1px solid rgba(255, 128, 23, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormRedGlow {
	font-weight:bold;
	font-style:normal;
	color:#800000;
	padding: 1px;
    border:1px solid rgba(128, 0, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormRedGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#C00000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(192, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(192, 0, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(192, 0, 0, 1);
    border:1px solid rgba(160, 0, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormRedGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    border:1px solid rgba(192, 0, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormRedGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    border:1px solid rgba(192, 0, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormPurpleGlow {
	font-weight:bold;
	font-style:normal;
	color:#800080;
	padding: 1px;
    border:1px solid rgba(128, 0, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormPurpleGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#c000c0;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(192, 0, 192, 1);
    -webkit-box-shadow: 0 0 5px rgba(192, 0, 192, 1); 
    -moz-box-shadow: 0 0 5px rgba(192, 0, 192, 1);
    border:1px solid rgba(160, 0, 160, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormPurpleGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#ff00ff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 255, 1);
    border:1px solid rgba(192, 0, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormPurpleGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#ff00ff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 255, 1);
    border:1px solid rgba(192, 0, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormCyanGlow {
	font-weight:bold;
	font-style:normal;
	color:#008080;
	padding: 1px;
    border:1px solid rgba(0, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormCyanGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#00c0c0;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 192, 192, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 192, 192, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 192, 192, 1);
    border:1px solid rgba(0, 160, 160, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormCyanGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#00ffff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 255, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 255, 255, 1);
    border:1px solid rgba(0, 192, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormCyanGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#00ffff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 255, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 255, 255, 1);
    border:1px solid rgba(0, 192, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

input {
	font-family: Trebuchet MS, Georgia, Arial;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
	}

input.shaded{
	background-color:#dddddd;
}

input:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 082, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

input:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    border:1px solid rgba(0, 128, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

input:active {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    border:1px solid rgba(0, 128, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

textarea {
	font-family:Trebuchet MS, Arial, Georgia;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

textarea:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 082, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

textarea:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    border:1px solid rgba(0, 128, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

textarea:active {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

select {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

select:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 082, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

select:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

select:active {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

.headerCellCenter {
	background-color:#dddddd;
	color:#800000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.headerCellLeft {
	background-color:#dddddd;
	color:#800000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

.lighterCellCenter {
	background-color:#eeeeee;
	color:#000080;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.lighterCellLeft {
	background-color:#eeeeee;
	color:#000080;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

.lightCellCenter {
	color:#008000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

.lightCellLeft {
	color:#008000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}

.clearCellCenter {
	color:#005fa9;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #005fa9;
}

.clearCellLeft {
	color:#005fa9;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	border-bottom:1px solid #005fa9;
}


/********************* end **********************/
