﻿/* ======== GLOBAL STYLE ========= */
input			{ font-family:tahoma; font-size:8pt;  }
select			{ font-family:tahoma; font-size:8pt;  }
textarea		{ font-family:tahoma; font-size:8pt;  }
body			{ font-family:tahoma; font-size:9pt; }


/* ======== OBJECTS STYLE ========= */
.btns			{ width:90px; font-family:tahoma; font-size:8pt; margin-right:2px; }	
.mainbtns		{ width:200px; font-family:tahoma; }	
.readOnly		{ background-color:beige; } 
.photoCMS		{ border:solid 1px steelblue; padding:8px;}


/* ======== LINKS STYLE ========= */
a.titlebig			{ COLOR: navy; TEXT-DECORATION: none; font-size:13pt; font-weight:bolder; }	
a.titlebig:link	    { COLOR: navy; TEXT-DECORATION: none; font-size:13pt; font-weight:bolder; }	
a.titlebig:visited	{ COLOR: navy; TEXT-DECORATION: none; font-size:13pt; font-weight:bolder; }	
a.titlebig:hover	{ COLOR: blue; TEXT-DECORATION: underline; font-size:13pt; font-weight:bolder; }	
a.titlebig:active	{ COLOR: navy; TEXT-DECORATION: none; font-size:13pt; font-weight:bolder; }

a.title			{ COLOR: blue; TEXT-DECORATION: none; font-size:11pt; font-weight:bold; }	
a.title:link	{ COLOR: blue; TEXT-DECORATION: none; font-size:11pt; font-weight:bold; }	
a.title:visited	{ COLOR: blue; TEXT-DECORATION: none; font-size:11pt; font-weight:bold; }	
a.title:hover	{ COLOR: navy; TEXT-DECORATION: underline; font-size:11pt; font-weight:bold; }	
a.title:active	{ COLOR: blue; TEXT-DECORATION: none; font-size:11pt; font-weight:bold; }	

a.title2		{ COLOR: blue; TEXT-DECORATION: none; font-size:10pt; font-weight:bold; }	
a.title2:link	{ COLOR: blue; TEXT-DECORATION: none; font-size:10pt; font-weight:bold; }	
a.title2:visited{ COLOR: blue; TEXT-DECORATION: none; font-size:10pt; font-weight:bold; }	
a.title2:hover	{ COLOR: navy; TEXT-DECORATION: underline; font-size:10pt; font-weight:bold; }	
a.title2:active	{ COLOR: blue; TEXT-DECORATION: none; font-size:10pt; font-weight:bold; }	

a.link		    { COLOR: blue; TEXT-DECORATION: none; }	
a.link:link	    { COLOR: blue; TEXT-DECORATION: none; }
a.link:visited  { COLOR: blue; TEXT-DECORATION: none; }
a.link:hover	{ COLOR: navy; TEXT-DECORATION: underline; }
a.link:active	{ COLOR: blue; TEXT-DECORATION: none; }

a.light		    { COLOR: white; TEXT-DECORATION: none; }	
a.light:link	{ COLOR: white; TEXT-DECORATION: none; }
a.light:visited { COLOR: white; TEXT-DECORATION: none; }
a.light:hover	{ COLOR: white; TEXT-DECORATION: underline; }
a.light:active	{ COLOR: white; TEXT-DECORATION: none; }

a.black		    { COLOR: black; TEXT-DECORATION: none; }	
a.black:link	{ COLOR: black; TEXT-DECORATION: none; }
a.black:visited { COLOR: black; TEXT-DECORATION: none; }
a.black:hover	{ COLOR: black; TEXT-DECORATION: underline; }
a.black:active	{ COLOR: black; TEXT-DECORATION: none; }

A.Grid			{ COLOR: blue; TEXT-DECORATION: none }
A.Grid:hover	{ COLOR: navy; TEXT-DECORATION: underline }

.Grid			{ font-family:tahoma; font-weight:normal; font-size:8pt; color:black; }

/* ======== CONTENT STYLE ========= */
.section		{ font-family:arial; font-size:11pt; color:black; font-weight:bold; }	
.category		{ font-family:arial; font-size:8pt; color:Gray; font-weight:bold; }	
.summary		{ font-size:7pt; color:black; font-weight:normal; }	
.timestamp		{ font-size:7pt; color:gray; font-style:italic; }	

.newsfeature	{ font-family:arial; font-size:14pt; color:black; font-weight:bold; }	
