/* CSS Document */
/*
/
/	ETRIGA CMS V1.0
/   Web Layout Style
/
/   Copyrights 2009: ETRIGA CONSULTING
/   Created By: Pavithra s
/   Created Date: 16 june 2009
/   Updated Date: 19 june 2009
/
*/

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 11px;
	color: #FFFFFF;
}
a {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	
}
a:visited {
	color: #222222;
	text-decoration:none;
}
a:hover {
	color: #a2a2a2;
	text-decoration:underline;
}
a:active {
	color: #222222;
	text-decoration:none;
}

.grouplinks
{
	color:#666666;
	padding:5px;
	padding-top:15px;
	height:300px;
}
.grouplinks a
{
	text-decoration:none;
	color:#666666;
}
.grouplinks a:hover
{
	text-decoration:underline;
	color:#CCCCCC;
}
img
{
	border:none;
}

.introtext
{
	line-height:17px;
	text-align:justify;
	margin:5px;
	padding:5px;
	padding-right:28px;
}
.copylinks
{
	color:Blue;
}
.copylinks a, a:visited, a:active
{
	color:Maroon;
}
.copylinks a:hover
{
	color:Orange;
	text-decoration:underline;
}
.copyrightext
{
	color:#282828;
	
}
.copytext
{
	font-size:9px;
}

.boldbluetext
{
	color:#003399;
}
.headertext
{
color:#FF9900;
font-size:13px;
font-weight:bold;
}
.subheading
{
	color:Green;
	font-size:12px;
}
.tableborder
{
	border:1px solid #ececec;
	border-bottom:0px;
}
.tablemargin
{ 
  margin-left:14px;
  margin-right:14px;
}
.tablebottomborder
{
    background-image:url(../images/tdbottom-bg.gif);
	background-repeat:no-repeat;
	border:1px solid #ececec;
	border-top:0px;
	border-left:0px;
}
.tablebottombg
{
    background-image:url(../images/tdbottom-bg.gif);
	background-repeat:no-repeat;
}

.menuitem
{
	margin:1px;
	padding:1px;
	border:0px;
}

/* Accordian Style */
 
.accordionHeader
{
	border-bottom: 1px solid #cccccc;
	color: White;
	background-image: url(../images/menuhead.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	text-transform: uppercase;
}

 .accordionContent
{
    font-family:Verdana, Arial, Tahoma;
    font-size: 13px;
    padding: 2px;
    color: Black;
    list-style: circle url(../images/reyami-bullet.gif) inside;
}

.accordionHeader a
{    
    color:Maroon;
    text-decoration: none;
}

 .accordionContent a
{
    color:Black;
    text-decoration: none;    
} 

 .accordionContent a:hover
{
    color:#AAAAAA;
    text-decoration: none;    
} 

ul
{
    
}

li
{
    line-height: 25px;
    vertical-align: middle;
    direction: ltr;
    text-align: left;
}
.newsheader
{
	color:Orange;
	font-size:14px;
	font-weight:bold;
}
.newsborder
{
	border:solid 1px #666666 ;
}