﻿/* LINKOVI */
.gvHeaderText
{
	text-transform: uppercase;
	text-align: center;
}

.gvLinkTextBold
{
	color: #000000;
	font-weight: bold;
}
a.gvLinkTextBold:link
{
	color: #F26030;
    text-decoration: none;
}
a.gvLinkTextBold:visited
{
	color: #F26030;
	text-decoration: none;
}
a.gvLinkTextBold:hover
{
	color: #F26030;
	text-decoration: underline;
}

.gvLinkTextBoldLight
{
	color: #000000;
	font-weight: bold;
}
a.gvLinkTextBoldLight:link
{
	color: #ef8c6e;
    text-decoration: none;
}
a.gvLinkTextBoldLight:visited
{
	color: #ef8c6e;
	text-decoration: none;
}
a.gvLinkTextBoldLight:hover
{
	color: #ef8c6e;
	text-decoration: underline;
}

/* Styles related to pageing */
.ddlPaging
{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif ;
}


/* Buttons */
.btnBlue
{
	color: #FFFFFF;
	font-size: 8pt;
	letter-spacing: 1pt;
	font-weight: bold;
	text-transform: uppercase;
	border-width: 1px;
	background-color: #5E83A8;
}


/* GridView */
.EmptyRowErr
{
	font-weight:bold;
	color:#487AAF;
	text-align:center;
	padding: 2px 3px 2px 3px;
}


/* Accordion */
.layoutAccordionMenu
{
	width: 180px;
	background-color:#bacde2;
	vertical-align: top;
	text-align: left;
}

.accordionHeader
{
	cursor: pointer;
	font-weight: bold;
	background-color: #D4E1F2;
	border-width: 1px;
	border-style: solid;
	border-color: #5a83b5;
	padding: 5px;
}

.accordionContent
{
	/*padding: 3px 3px 3px 10px;*/
	background-color: #F2F6FF;
}

.accordionContent a:link, .accordionContent a:visited, .accordionContent a:active
{
	color: #000000;
}