﻿/* DETAILS VIEW */
.x-detailsview, .x-detailsview-center
{   
    padding: 4px;
    margin-left: 0px;
    border-style: none;
    width: 526px;
    color: #000;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 1.00em;
}

.x-detailsview h1, .x-detailsview-center h1
{
	font-size: 42px;
	text-transform: uppercase;
}

.x-detailsview h4, .x-detailsview-center h4
{
	padding: 0;
	margin: 0 0 -9px 0;
	text-transform: uppercase;
}

.x-detailsview div 
{
	float: left;
	margin: 0 10px 0 0;
}

.x-detailsview-center div
{
	margin: 0 10px 0 0;
}

.x-detailsview a, .x-detailsview-center a
{ 
  color: #2D3091;
}

/* END OF DETAILS VIEW */

/* GridView */
.x-gridview
{   
    padding: 4px;
    margin: 0 0 0 0;
    width: 765px;
    color: #2D3091;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    background-color: #F1FAFF;
    font-size: 1.00em;
}

.x-gridview td p, .x-gridview-articles td p
{
	margin: 0;
	padding: 0;
}

.x-gridview td h3 a, .x-gridview-articles td h3 a
{
	color: #0062A3;
	text-decoration: none;
}

	.x-gridview td h3 a:hover, .x-gridview-articles td h3 a:hover
	{
		text-decoration: underline;
	}

.x-gridview td h4, .x-gridview-articles td h4
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0 0 0;
	text-align: left;
}

	.x-gridview td h4 a, .x-gridview-articles td h4 a
	{
		color: #0062A3;
		text-decoration: none;
	}

	.x-gridview td h4 a:hover, .x-gridview-articles td h4 a:hover
	{
		text-decoration: underline;
	}

	.x-gridview td h4 a:visited, .x-gridview-articles td h4 a:visited
	{
		color: #0062A3;
	}
		
.x-gridview a, .x-gridview-articles a
{ 
		color: #2D3091;
    font-size: 1.00em !important;
}

/* Gridview Articles */
.x-gridview-articles
{   
    padding: 4px;
    width: 640px;
    color: #2D3091;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    background-color: #F1FAFF;
    font-size: 1.00em;
}


/* GridView Large */
.x-gridview-lrg
{   
    padding: 4px;
    margin-left: 0px;
    border-style: none;
    width: 915px;
    color: #2D3091;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    background-color: #F1FAFF;
    font-size: 1.00em;
}

.x-gridview-lrg a
{ 
		color: #2D3091;
		font-size: 1.00em !important;
}

/* Header section */
.x-gv-header
{
    background-color: #E4F1FF;
    font-weight: bold;
    font-size: 0.95em;
    color: #007BFF;
}

.x-gv-header th
{
    padding: 4px;
		color: #0062A3;
}

	.x-gv-header th a
	{
		padding: 4px;
		color: #0062A3;
		text-decoration: none;
	}

/* Footer section */
.x-gv-footer
{
    border: 1px solid #DEDFDE;
    background-color: #E4F1FF;
    font-weight: bold;
    color: White;
}

/* Row and Alternating Rows */
.x-gv-row
{
    /*background-color: #F7F6F3;
    color: #666666;*/
    text-align: left;
}

.x-gv-row a, .x-gv-alternating a
{
    text-decoration: none;
    color: #000099;
}

.x-gv-row td, .x-gv-alternating td
{
    padding: 10px 0 10px 0;
		vertical-align: top;
}

.x-gv-row td.short_results, .x-gv-alternating td.short_results
{
    padding: 10px 0px 10px 10px;
		vertical-align: top;
}

.x-gv-row img, .x-gv-alternating img
{
	border: solid 1px #696969;
	margin: 4px 0 0 0;
}

.x-gv-row td a, .x-gv-alternating td a
{
    color: #007BFF;
    font-size: 0.95em;
}

.x-gv-alternating
{
    background-color: #FFFFFF;
    color: #000;
}

.x-gv-editrow td
{
		padding: 5px 5px 5px 5px;
		vertical-align: top;
}

.x-gv-editrow input[type="text"]
{
    width: 500px;
    text-align: left;
}

.x-gv-editrow textarea
{
    width: 500px;
}

.x-gv-editrow input[readonly="readonly"], .x-gv-row input[readonly="readonly"]
{
    width: 35px;
    text-align: left;
}

.x-gv-editrow input[type="file"], .x-gv-row input[type="file"]
{
    width: 300px;
}

.x-gv-rowempty
{
    background-color: #FFF4E1;
    color: #333333;
    padding: 2px;
}

.x-gv-rowempty td {
    border: 1px solid #DEDFDE;
}

/* Paging section */
.x-gv-pager
{
    background-color: #FFFFFF;
    color: #666666;
    font-weight: bold;
}

.x-gv-pager table /* to center the paging links*/
{
    font-size: 11px;
}

.x-gv-pager input
{
	vertical-align: middle;
	margin-bottom: 2px;
}

.x-gv-pager table a 
{
	color: #0062A3;
	text-decoration: none;
}

	.x-gv-pager table a:hover
	{
		text-decoration: underline;
	}

.smallNotes
{
	font-size: 8pt !important;
	text-decoration: none !important;
}
