﻿.TextBoxStyle
{
	/*border: 1px solid Gray;
	font-size: 12px;
	background-attachment: fixed;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Calibri;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CBCBCB;
    margin-bottom: 0px;
    padding-left: 3px;
    background-color: #FFFFFF;
    -moz-border-radius: 4px;
    border-radius: 5px;
}
.pageheadingborderStyle
{
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: silver;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: silver;
    margin: 15px 0px 20px 0px;
    background-color: #F7F7F7;
}
.pageheadingStyle
{
    font-family: Calibri;
    font-size: 17px;
    color: #3D4C56;
    padding: 6px 0px 4px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.LabelStyle
{
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	margin-right: 0px;
	margin-left: 0px;
    text-align: left;
}
.backContStyle
{
	border-radius:5px;
}
.LinkButtonStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TableStyle
{
  background-color: #F5F5F5;
	/*background-color: #D7EBFF;*/
	/*background-image:url('../../Images/Light-Blue-4.jpg');*/
}
.newTableStyle
{
	border: 2px ridge #006699;
	border-radius:5px;
	width: 333px;
}
.headerStyle
{
	background-color: #3a4f63;
	height: 25px;
}
.FooterStyle
{
	background-color: #007EBB;
	height: 25px;
}
.DataGrid_Item
{
    border-radius:5px;
}
.comboBoxStyle
{
	/*border: 1px solid Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;*/
	 font-family: Calibri;
    font-size: 16px;
    height: 25px;
    color: #333333;
    border: 1px solid #CBCBCB;
    margin-bottom: 0px;
    padding-left: 3px;
    background-color: #FFFFFF;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
td.hideSkiplink
{
	background-color: #007EBB;
	width: 100%;
}
td.menu
{
	padding: 4px 0px 4px 8px;
}
div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.menu ul li a, div.menu ul li a:visited
{
	background-color: #007EBB; /*#465c71;*/
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px; /*padding: 1px 1px;*/
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	
}
div.menu ul li a:hover
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
	font-size: 12px;
	
}
div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
	font-size: 12px;
}
.submitButton
{
	border: 1px solid Gray;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height:30px;
	border-radius:4px;
}
.h1style
{
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.MandatoryStyle
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Red;
}
.RadioButtonList
{    
	font-size: 12px;	
	background-attachment: fixed;
	background-color: ActiveBorder;	
	color: #465c71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	z-index:1;
    top:3px;	
}

/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}


/* add by vijayaraman */
.DataListItemStyle3
{
    border:1px solid #696969;
    padding:3px;
    height:100px;
    width:25px;
    }
