/* Defines the appearance of a standard h1 tag */
h1
{
  font-size: 120%;
}

/* Defines the appearance of a standard h2 tag */
h2
{
  font-size: 100%;
}

/* Set the padding and font size for each even element in a GridView. */
.GridRowStyle
{
  padding-left: 3px;
  font-size: 80%;
}

/* Set the padding, font size and background color for each odd element in a GridView. */
.GridAlterenatingRowStyle
{
  background-color: #add4f9;
  padding-left: 3px;
  font-size: 80%;
}

/* Align the text in each of the <td> item cells in a GridView. */
.GridRowStyle td, .GridAlterenatingRowStyle td
{
   vertical-align: middle;
}

/* Change the background color, color, alignment and padding for the Header row of a GridView. */
.GridHeaderStyle
{
  background-color: #3399ff;
  padding-left: 3px;
  text-align: left;
  font-size: 80%;
}

/* Change the appearance of links and normal text inside the Header row of a GridView. */
.GridHeaderStyle a, .GridHeaderStyle th
{
  text-decoration: none;
  color: #ffffff;
  font-weight: bold; 
}

/* The ScreenTip class is used to display instructive messages in a dimmed font color. */
.ScreenTip
{
  font-size: 80%;
  color: Gray; 
}

/* The ErrorMessage class is used to display error messages with a bright red and bold font. */
.ErrorMessage
{
  font-weight: bold;
  color: Red; 
}

/* The Label class is used for the labels in front of controls in the Management section. */
.Label
{
  font-weight: bold;
  font-size: 80%;
}

/* Defines the appearance of the title of a content item on the Content List and Detail pages. */
.ItemTitle
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12pt;
	color: Navy;
	font-family: Arial;
}

/* Defines the appearance of the IntroText of a content item on the Content List and Detail pages. */
.IntroText
{
	font-style: normal;
	font-size: 11pt;
	color: dimgray;
	font-family: Arial;
}
.IntroTextLink
{
	font-size: 10pt;
	color: indianred;
	font-family: Arial;
	
}

/* Defines the appearance of the BodyText of a content item on the Content Detail page. */
.BodyText
{
  
}

#sidebar
{
	float: right;
	width: 22%;
	margin-right: 0px;
	margin-top: 5px;
	background-color: transparent;
	clear: both;
	border-right: lightslategray 0px solid;
	border-top: lightslategray 0px solid;
	border-left: lightslategray 0px solid;
	border-bottom: lightslategray 0px solid;
	height: 554px;
}

.NewsHeader
{
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-bottom: 0px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	min-height: 0px;
	color: midnightblue;
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
	width: 150px;
	height: 15px;
	background-color: white;
}

.NewsContent
{
	font-size: 9pt;
	font-family: Arial;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 150px;
	height: auto;
	background-color: white;
	border-right: #ccccff thin groove;
	border-top: #ccccff thin groove;
	border-left: #ccccff thin groove;
	border-bottom: #ccccff thin groove;
}
.Application {
border:1px solid #d3d3d3;
font-size: 9pt;
	font-family: Arial;
padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
width:150px;
height:auto;
}

.NewsContainer {
padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	width:150px;
	border:1px solid #d3d3d3;
font-size: 9pt;
	font-family: Arial;
	width:160px;
height:auto;
}

#footer
{
	clear: both;
	background-color: transparent;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: white;
}



.MainDisplayPage
{
	background-color: transparent;
	clear: left;
	margin: 0 0 0 10px;
	padding-left: 250px;
	border-bottom: #cccccc 1px dashed;
	color: black;
	
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 361px;
}

.MainDisplayRightSideLabel
{
	float: left;
	margin-left: -250px; /*width of left column*/
	width: 228px;
	font-family: 'Trebuchet MS';
	color: #333333;
}	

.MainDisplayPageFooter
{
	background-color: transparent;
	width: 60%;
	clear: left;
	margin: 0;
	padding: 5px 0 5px 0;
	padding-left: 250px;
	border-bottom: #cccccc 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* table level rules */
.yui-grid
{
	font-family: arial;
	font-size: small;
	border: solid 1px #7f7f7f;
    border-collapse:collapse;	
}


/* header column rules */
.yui-grid th 
{
    background: url(../Images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}  

.yui-grid th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 10px;
}

/* change the background image when the column is being sorted by */
.yui-grid th.sortasc, .yui-grid th.sortdesc
{
    background: url(../Images/sprite.png) repeat-x 0px -100px;
}  

/* change image if it is an asc sort */
.yui-grid th.sortasc a
{
    background: url(../Images/dt-arrow-up.png) no-repeat right 50%;
}  

/* change image if it is a desc sort */
.yui-grid th.sortdesc a
{
	background: url(../Images/dt-arrow-dn.png) no-repeat right 50%;
}  


/* data cell and data row rules */
.yui-grid td 
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.yui-grid .altrow, .yui-grid .row .sort
{
    background-color: #edf5ff;
} 

.yui-grid .altrow .sort
{
    background-color: #dbeaff;
} 

.yui-grid .row
{
    background-color: #fff;
}  


