A:link {
  color: #0000FF;
  text-decoration: none;
}
A:visited {
	color: #0000FF;
	text-decoration: none;
}
A:hover {
	color: #FF6600;
	text-decoration: none;
}
A:active {
	color: #FF3300;
	text-decoration: none;
}

A.alink {
 color: #0000FF;
 text-decoration: underline;
}
A.alink:hover {
 color: #FF0000;
 text-decoration: underline;
}
table.orange_border_table {
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color: orange;
	border-collapse: separate;
	background-color: white;
}

table.orange_border_table_thicker {
	border-width: medium;
	border-spacing: 0px;
	border-style: solid;
	border-color: orange;
	border-collapse: separate;
	background-color: white;
}

table.orange_border_leftright_thicker {

	border-spacing: 0px;	
	border-left-style: dashed;
	border-left-color: orange;
	border-collapse: separate;
	border-width: 1;

	border-spacing: 0px;	
	border-right-style: dashed;
	border-right-color: orange;
	border-collapse: separate;
	border-width: 1;
	
}

.bottom_orange {
	border-bottom: 2px dashed orange;
}

.bottom_orange_dotted {
	border-bottom: 2px dotted orange;
}


.bottom_orange_thin {
	border-bottom: 1px dashed orange;
}

.bottom_green_thin {
	border-bottom: 1px dashed green;
}

.bottom_white_thin {
	border-bottom: 1px dashed white;
}

.orangeInputBorder {
	
	border: solid orange 1px;
	font-size: 14px;
	
}

.redDashedBorder {
	
	border: dashed red 3px;
	
}

.orangeDashedBorder {
	
	border: dashed orange 3px;
	
}

input.groovybutton
{
   font-size:15px;
   height:30px;
   border-style:dashed;
   border-width:3px;
   border-color:#FFCC33;
}

a.greenlink:link {color:#009900}     
a.greenlink:visited {color:#009900}  
a.greenlink:hover {color:#FFA500}  
a.greenlink:active {color:#009900} 

a.ligreenlink:link {color:#009933}     
a.ligreenlink:visited {color:#009933}  
a.ligreenlink:hover {color:#33FF00}  
a.ligreenlink:active {color:#009933} 

a.redlink:link {color:#FF0000}     
a.redlink:visited {color:#FF0000}  
a.redlink:hover {color:#FFA500}  
a.redlink:active {color:#FF0000} 

a.redorangelink:link {color:#FF0000}     
a.redorangelink:visited {color:#FF0000}  
a.redorangelink:hover {color:#FFA500}  
a.redorangelink:active {color:#FF0000} 

a.tablink:link {color:#FF0000}     
a.tablink:visited {color:#FF0000}  
a.tablink:hover {color:#B05800}  
a.tablink:active {color:#FF0000} 

a.brownlink:link {color:#B05800}     
a.brownlink:visited {color:#B05800}  
a.brownlink:hover {color:#FFA500}  
a.brownlink:active {color:#B05800} 

a.orangegreenlink:link {color:#FFA500}     
a.orangegreenlink:visited {color:#FFA500}  
a.orangegreenlink:hover {color:#009900}  
a.orangegreenlink:active {color:#FFA500} 

a.yellowgreenlink:link {color:#FFFF00}     
a.yellowgreenlink:visited {color:#FFFF00}  
a.yellowgreenlink:hover {color:#009900}  
a.yellowgreenlink:active {color:#FFFF00} 

.pagerpage {
   width: auto;
   height: auto;
   border: 1px solid #FFFFFF;
   text-align: center;
}