/*
' * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
' D E V E L O P E D   B Y   G A Z A T E M   T E C H N O L O G I E S

' 		G L I N K   I N D E X   M A N A G E R

' 		 (c) 2008 - http://www.gazatem.com/
' * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/

body {
	background:#FFFFFF;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

a {
	color: #003366;
	text-decoration: underline;
}


a:hover {
	color:#c02929;
/*	color: #1d8e20;*/
	text-decoration: underline;
}


a.silver {
	color: #7c7b7a;
	text-decoration: none;
}


a.silver:hover {
	color:#cc6500;
/*	color: #1d8e20;*/
	text-decoration: underline;
}



h1 {
	font-size:16px;
}

h2 {
	font-size:12px;
}

td {
	font: 10px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
td.info { 
	font:11px Arial, Helvetica, sans-serif; 
	color:#000000;
	padding:6px;
	}

/* navigation beetween page */
.pages {
    padding: 1em 1em 2em 1em;
    margin: 1em 0;
    font-size: 13px;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #ccc9a4;
    background: #efeeda;
    color: #3333;
}

.pages a {
    border: 1px solid #ccc9a4;
    text-decoration: none;
}

.pages a:hover {
    border-color: #cc6500;
}

.pages a.nextprev {
    font-weight: bold;
}

TR.GridRow TD
{
    PADDING: 3px 3px 3px 5px;
    BACKGROUND-COLOR: #ffffff;
}

TR.GridRowOver TD
{
	PADDING: 3px 3px 3px 5px;
	background-color: #fafbea;
}


TR.GridRow_Alt TD
{
    PADDING: 3px 3px 3px 5px;
    BACKGROUND-COLOR: #f7eeb7;
}

TR.GridRowOver_Alt TD
{
	PADDING: 3px 3px 3px 5px;
	background-color: #f7eeb7;
}


TR.GridRow_Alt2 TD
{
    PADDING: 10px 10px 13px 5px;
    BACKGROUND-COLOR: #f4eb89;
}

TR.GridRowOver_Alt2 TD
{
	PADDING: 10px 10px 13px 5px;
	background-color: #efeeda;
}

/* top navigation */

.topNavi {
background: url('images/bar.bg.gif');
height: 37px;
margin: 10px 0 10px 0;
}	
.topNavi span {
	background: url('images/bar.bg.gif') no-repeat 0px -37px;
	float: right;
	margin: 0px;
	width: 17px;
	height: 37px;
}

.topNavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topNavi li {
	padding:0;
	margin: 0;
	height: 37px;
	display: inline;
	float:left;
	list-style-type: none;
}

.topNavi li a {
	color: #ffffff;
	text-decoration: none;
}

.topNavi li a:hover {
	color: #ffffff;
	text-decoration: none;
}		
	
.common {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
a.common {
		overflow:hidden;
		display:block;
		width:140px;
		height:27px;
		padding: 10px 0 0 0;
}
a.common:hover {
	background:url('images/bar.bg.gif') no-repeat center -74px;
	}
		
#home {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

a#home {
	overflow:hidden;
	display:block;
	width:70px;
	height:27px;
	padding: 10px 0 0 10px;
	background:url('images/bar.start.gif') no-repeat;
}
a#home:hover {
	background:url('images/bar.start.gif') no-repeat 0px -37px;
	}	
	
.leftNavi {
	padding-bottom:4px; 
	padding-top:4px; 
	padding-left:4px; 
	color:#000000;
	font-size:12px;
}	

.leftNaviInside {
	padding-bottom:4px; 
	padding-top:4px; 
	padding-left:4px; 
	color:#000000;
	font-size:12px;
}	

.catNaviInside {
	padding-bottom:4px; 
	padding-top:4px; 
	padding-left:4px; 
	color:#000000;
	font-size:12px;
	line-height:14pt;
}	

a.catLink{ 
	color:#8bb931;
	}

a.catSubLink{ 
	color:#666666;
	}	