/* HEADINGS */
H1 {
	font-size: 2em;
	color: #3B77C7;
	margin: 20px 0px 15px 0;
	padding: 0;
	white-space:nowrap;
	
}

H2 {
	font-size: 1.6em;
	color: #3B77C7;
	border-bottom: 2px dotted #CCCCCC;
	margin: 0.5em 0 0.5em 0;
	padding-bottom: 0.5em;

}
A H2 {
	background-color: #EAEAEA;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	clear: both;
}


H3 {
	font-size: 13px;
	color: #3B77C7;
	margin: 10px 0 0 0;
	clear: both;
}

H4	{
	font: normal 9pt Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	color: #6BA6E2;
	
}





/* PARAGRAPHS */
P {
	font-size: 1.3em;
	color: #6D6D6D;
	margin: 0.4em 0 0 0;
	line-height: 140%;
}

OL {
		margin: 0 0 1.3em 0em;
	}
	
OL LI {
	font-size: 1em;
	color: #6d6d6d;
	margin: 0.4em 0 0 0;
	line-height: 140%;
	}


UL {
		margin: 5px 0 18px 5px;
}
UL LI{
		list-style-image: url(images/listbullet.png);
		font-size: 1.1em;
		color: #6d6d6d;
		padding: 5px 0 0 5px;
}


.cssButton , .cssButton:hover
{
    font-family: Calibri;
    font-weight: bold;
    color:#EFF3FB;
    background-color:#6BA6E2;
    border-style:dotted;
    border-color: #dddddd;
    border-width: 0.5px;
    padding: 4px 15px 4px 15px;
    margin:  2px 4px 2px 4px;
}
.cssButton:hover
{
    color:#fff;
    background-color:#5296DB;
    cursor:pointer;cursor:hand;
}


.cssLabel 
{
	font-size: 1.3em;
	color: #6D6D6D;
	margin: 0 0 0 0;
	line-height: 120%;
}

.cssLabelBlue
{
	font-size: 1.1em;
	color: #3B77C7;
	padding: 0;
	white-space:nowrap;
}


.cssStatusTextRed 
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: red;
	font-variant: normal;
	font-size: 10pt;
	text-decoration: none;
}
.cssStatusTextGreen 
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: green;
	font-variant: normal;
	font-size: 10pt;
	text-decoration: none;
}






/* LINKS */
A, A:LINK, A:VISITED, A:ACTIVE	{
	color: #3B77C7;
	text-decoration: none;
}
A:HOVER 	{
	background: #FFFFCC;
	color: #6BA6E2;
	text-decoration: none;
}




/* IMAGES */
IMG 
{
    border: none 0 #fff;
    text-align: center;
}

IMG.floatright {float: right; margin: 0 0 10px 10px;}
IMG.floatleft {float: left; margin: 0 10px 10px 0;}
IMG.floatcentre {margin: 0 0 10px 0;}

/* TABLES */

	
	
	
/* LISTS */




/*#ccSpeciesImage {
	float: right;
	text-align: right;
	vertical-align: bottom;
	background-color: #FFF;
	background-repeat: no-repeat;
	top: 100px;
	padding: 0;
	margin: 0;
}*/



.imgContextSpecies
{
	float: right;
	height: 66px;
	margin: 20px 20px 0px 0px;
	vertical-align: bottom;
}
		
	
	/* THIS IS TO ENSURE THAT ITEMS IN THE */
	 #editor UL {
		margin: 0 0 1.3em 3em;
	}

	#editor UL LI {
		list-style-image: url(images/listbullet.png);
		list-style-image: none;
		font-size: 1.3em;
		color: #6d6d6d;
		margin: 0.4em 0 0 0;
		line-height: 140%;
	}
	
	#editor OL {
		margin: 0 0 1.3em 3em;
	}
	
	#editor OL LI {
	font-size: 1em;
	color: #6d6d6d;
	margin: 0.4em 0 0 0;
	line-height: 140%;
	}
	
	
	IMG #siteAdmin A{
	border: none !important;
	outline: none !important;
	
	}
	
	

A.SpeciesText, A.SpeciesText:link, A.SpeciesText:visited
{
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
	font-variant: normal;
	font-size: 12pt;
	text-decoration: none;
}
A.SpeciesText:hover
{
	color: red;
}
.SpeciesTextSelected
{
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: blue;
	background-color: #C3E1FD;
	font-variant: normal;
	font-size: 13pt;
	text-decoration: none;
}




.OutcomeTitleText
{
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #3B77C7;
	font-variant: normal;
	font-style:normal;
	font-size: 11pt;
	text-decoration: none;
}

.OutcomeText
{
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #3B77C7;
	font-size: 11pt;
}

.css_labelForQuestion 
{
	font-size: 9pt;
	font-weight: bold;
	color: #808080;
}

.css_label_SearchQuestion
{
	float:left;
	font-weight: normal;
	font-size: 10pt;
	width: 140px;
	color: #808080;
}

A.AnswerText, A.AnswerText:link, A.AnswerText:visited
{
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #008000;
	font-variant: normal;
	font-size: 10pt;
	text-decoration: none;
}
A.AnswerText:hover
{
	color: red;
}
.AnswerTextSelected
{
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: blue;
	background-color: Lime;
	font-variant: normal;
	font-size: 10pt;
	text-decoration: none;
}


/*  NAVlist Question/Anwser tabs   */

#navcontainer
{
clear: both;
float: left;
width: 600px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}

#navcontainer ul {
	border: 0;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

	#navcontainer ul li {
		display: block;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}

		#navcontainer ul li a 
		{
			background: #E0E0E0 url(images/buttonBG.png) top left repeat-x; 
			height: 28px;
			width:90px;
			border: 1px solid #DDDDDD;
			padding: 1px 1px 1px 1px;
			margin: 3px 3px 3px 3px;
			color: #404040;
			text-decoration: none;
			display: block;
			text-align: center;
			vertical-align: middle;
			font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		}

		#navcontainer ul li a:hover {
			background: #C3E1FD url(images/buttonBG_Hover.png) top left repeat-x;
			color: #404040;
		}

#navcontainer a:active
{
	background: #C3E1FD url(images/buttonBG_Selected.png) top left repeat-x;
	color: #404040;
}

#navcontainer li#active a
{
background: #C3E1FD url(images/buttonBG_Selected.png) top left repeat-x;
border: 1px solid #D1D2EF;
color: #000;
}


/* SOF: CSS Push buttons using image shifting */
.clear 
{
	clear:both;
	width: 100%;
	float: left;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
/* EOF: CSS Push buttons using image shifting */



#speciesSelector 
{
}
#speciesSelector a:hover 
{
	background: #FFFFCC;
}


.cssImgFlagSelected 
{
	width:30px;
	height:22px;
}

.cssImgFlagSelectedNot 
{
	width:23px;
	height:18px;
}

.cssMakeTextboxIntoLabel 
{
	border-style:none;
	background-color: Transparent;
	border-style: none;
}


/* find a vet page */

