/****************************************************
CSS last revised:  		12/2010

@colors		pale grey			#D3D3D3		old background
			dark brown-grey 	#606060		menu background 
			dark-grey-blue		#4F656F		copyright text color
			dark blue			#2793D3		default links color
			cyan				#00FFFF		hovered links
			
			red					#FF0000		show div areas

****************************************************/
/* use this code to see all the divs area clearly.
div {border: 1px solid #FF0000;}
*/



/* Global/common behaviours */
body			{margin: 0px;								/* Removes the gap from the top of the page */
				background-color: black;					/*#D3D3D3;*/
				color:white;}								/*overflow:scroll;*/

#page		{width: 755px; margin: auto;}					/* Website's width*/
#box		{height: 500px;}								/* for low height pages, like contact.php */

img			{border: 0px;}
acronym		{border-bottom: 1px dotted #777; cursor: help;}	/* for acronyms */


/* General "gen" link style */

.gen a				{text-decoration:none; color: #2793D3;}
.gen a:visited		{text-decoration:none; color: #2793D3;}
.gen a:hover			{text-decoration:none; color: #00FFFF;}
.gen a:active		{text-decoration:none; color: #2793D3;}



/* -- MAIN CONTENT -- */
h3						{text-align: left; color: /*#00BFFF*/#FF8C00; border-bottom: 1px solid; border-color: #2793D3;}

#p_more_content1 		{text-align: center;}

#noflash, #noflash2 		{text-align:center; float: left;}			/* Now works in IE */

#content				{width: 600px;}


#gw_daily, #cg_daily	{width: 50%; float: left;}

/* Specific links */

a.ress_links			{text-decoration: none;color: #2793D3;}		/* set links color */
.ress_links				{border-left: 2px solid #00FFFF; padding-left: 8px;}
.ress_links:hover		{text-decoration:none; color: #00FFFF; border-left: 2px solid red;}


.pagetop				{float: right;}								/* this float push the content to the right*/
.pagetop a				{text-decoration:none; color: #4F656F;}		/* set links color; won't work with class inside <a>, used a div */
.pagetop a:visited		{text-decoration:none; color: #4F656F;}
.pagetop a:hover			{text-decoration:none; color: #00FFFF;}
.pagetop a:active		{text-decoration:none; color: #4F656F;}




/* --- FOOTER & W3C --- */
a.def						{text-decoration:none; cursor: help;} 	/* change cursor over the w3c icons */

#footer						{
							color: #4F656F;
							font-family: verdana; font-size: 8pt; text-align: center;
							/*position: static; right:20%; top:200%;*/
							}


#footer a				{text-decoration:none; color: #2793D3;}
#footer a:visited		{text-decoration:none; color: #2793D3;}
#footer a:hover			{text-decoration:none; color: #00FFFF;}
#footer a:active			{text-decoration:none; color: #2793D3;}


/*contact page*/
.invisible  a   {text-decoration:none; color:black;}

