

/* Body style elements 
body {
	
	background-image:url(../images/bg_grey.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-attachment:fixed;
	
} */



.banner {
	background:url(../images/CCE_Web_banner.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-attachment:scroll;
	/* background-repeat: no-repeat; */
}

A.headlinks {
	text-decoration:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 0.8;
	padding-right: 5px;
	/* background-color: #CCCCCC; */
}



A.headlinks:link {color: #7BF53D;}		/* Link */
A.headlinks:visited {color: #7BF53D;}		/* Visited Link */
A.headlinks:hover {color: #000000;} 		/* Hover Link */
A.headlinks:active {color: #000000;} 		/* Active Link */
	
	
A.greenlinks {
	text-decoration:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 0.8;
	padding: 5px;
	/* background-color: #CCCCCC; */
}

A.greenlinks:link {color: #4F4F4F;}		/* Link 4F4F4F */
A.greenlinks:visited {color: #4F4F4F;}		/* Visited Link */
A.greenlinks:hover {color: #000000;} 		/* Hover Link */
A.greenlinks:active {color: #000000;} 		/* Active Link */

.greenlinkactive {  color: #000000;
					text-decoration:none;
					font-family: Verdana, Helvetica, Arial, sans-serif;
					font-size: 12px;
					font-weight: normal;
					line-height: 0.8;} 		

A:link {color: #33CC33;}		/* Link */
A:visited {color: #33CC33;}		/* Visited Link */
A:hover {color: #000000;
	/*color: #FF9933; */} 		/* Hover Link */
A:active {color: #000000;
	/*color: #FF9933; */} 		/* Active Link */
	
a:focus { -moz-outline-style: none; } /*this avoids having image replacement sections display a dotted outline*/


.greenbar {
	background:url(../images/green_link_bar_1x24.jpg);
	background-repeat:repeat-x;
	padding:0px;
	
}



.title {
	text-decoration:none;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	color: #33CC33;   /* #7BF53D; */
	font-size: 18px;
	font-weight: bold;
	line-height: 0.3;
	
}

.greydots {
	text-decoration:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	
	
}

.sponsors {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	
}

.normaltext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4F4F4F;
	/* background-color: #FFFFFF; */
}

/*  plain green text */
.greentext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33CC33;
	/*color: #FF9933; */
	/* background-color: #FFFFFF; */
}


/*  bold green text */
.greentextbold {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #33CC33;
	
}

.smallgreentext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #green;
	/* background-color: #FFFFFF; */
}

.whitetext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background:url(../images/copyright.jpg);
	background-repeat:repeat;
	/* background-color: #FFFFFF; */
}

.imgborder {
		border: 1px #000000 solid; 
		margin-right:12px;
		}
		
.imgsponsor {
		border: 1px #000000 solid; 
		
		}
	
	
li		{
		background : url("../images/list_circle.gif") no-repeat 0 0.3em;
		padding-left : 18px;
		padding-bottom:3px;
		margin-bottom:3px;
		}
		
ul      { 
		list-style-type:none;
		/* list-style-image: url("../images/list_circle.gif");
		list-style-type: disc; */
		margin:6px;
		padding:6px;
		margin-right:15px;
		padding-right:15px;
			
    	  }
		  
li.no_bg {
		background : none;
		padding-left : 0px;
		}
		
ul.no_bg { margin:0px;
		  padding:0px;
		  }
		  
.td_border_type1 {
		border-top: 2px #cccccc solid; 
		border-left: 2px #cccccc solid;
		}
	

/* Left Navigation Style */
.leftNavBlock {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	line-height: 0.8;
	color: #006699;
	padding: 0px;
	background-color: #CCCCCC;
	/* border: 1px solid #666666; */
}


/* Main Frame Style */
.mainRightBlock {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	/* background-color: #FFFFFF; */
}

.mainBlockTitle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6633;
	/*color: #FF9933; */
	/* padding: 0px; 
	background-color: #FFFFFF; */
}


/*  */
.headtext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
}

/*  plain black text */


.smalltext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	/* background-color: #FFFFFF; */
}

.normaltextform	{font-family: Verdana, Helvetica, Arial, sans-serif;
				font-size: 11px;
				font-weight: normal;
				color: #000000;
			    /* background-color:#FFFFFF; */
			    border-color: #999999;				
			    border-style: solid;
			    border-width: 1px;
			  }
			  
.formbutton	 {font-family: Verdana, Helvetica, Arial, sans-serif;
				font-size: 11px;
				font-weight: normal;
			  }

.warningborder { border-color: #999999;				
			    border-style: solid;
			    border-width: 1px;
			   }



.otherTitle {
	color: #FFFFFF;
	/* background-color: #CCCCCC; */
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}


.smstechTitle {
	color: #FFFFFF;
	/* background-color: #A3B5C6; */
	border: 1px double #336699;
	padding: 1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	
}

.adminTD {
	border-collapse: collapse;
	border: 1px solid #999999;
	border-left: 0px;  
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.adminTDHead {
	
	border-collapse: collapse;
	border: 1px solid #999999; 
	border-left: 0px; 
	border-bottom: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold; 
	color: #333333;
}


.listAllCombine {
	padding: 5px;
	border: 1px solid #336699;
	background-color: #E1E1E1;
}


.listAll {
	padding: 8px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #E1E1E1;
	color: #333333;
}

.colourText {
	color:#6699CC;
}

