﻿
#adobeLink a
{
	border-style: hidden;
	border-width: 0px;
	border-color: inherit;
	text-decoration: none;
	display: inline-block;
	clear: both;
}

#adobeLink a:hover
{
	background-color: #003399;
	color: #FFFFFF;
}

#mailLink a
{
	border-style: none;
	color: #FFCC00;
	text-decoration: none;
	font-weight: 300;
}

#mailLink a:hover
{
    background-color: #003399;
    color: #FFFFFF;
}

.link a:hover
{
	display: block;
	text-decoration: none;
	float: none;
	cursor: pointer;
}

a:hover
{
	/*
	border: 1px solid black;
	*/
	background-color: #DFDFDF;
}

a
{
	margin: 0px;
	border: 1px solid #FFFFCC;
	color: black;
	text-decoration: none;
	cursor: pointer;
}


#borderlinks a{
padding-left: 4px;
display: block;
/*width: 150px;*/
color: black;
text-decoration: none;
border: 1px solid white;
}

#borderlinks a:hover
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a
{
	display: block;
	padding: 2px 0px 2px 10px;
	color: #000000;
}

#sectionLinks a:hover
{
	background-color: #003399;
	color: #FFFFFF;
}

#navBar
{
	float: left;
	width: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

#navBar ul a:link, #navBar ul a:visited 
{
	display: block;
}

#navBar ul 
{
	list-style: none; margin: 0; padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li 
{
	border-bottom: 1px solid;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBarLeft
{
	float: left;
	width: 250px;
	margin: 1px;
	padding: 1px; /**/
	background-color: #eeeeee; /**/
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content
{
	border: 1px solid #C0C0C0;
	float: left;
	width: 400px;
	padding : 3px 6px 3px 6px;
	margin :0px 12px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:200;
	text-align:justify;
}
#widecontent
{
	border: 1px solid #C0C0C0;
	float: left;
	width: 90%;
	padding : 3px 6px 3px 6px;
	margin :0px 12px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:200;
	text-align:justify;
}
#rightContent
{
	float: right;
	width: 200px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 5px;
}

/************** ajax **************/
/**/
/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	background-color: #5C00E8;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 1px 5px 1px 5px;
	cursor: pointer;
	color: white;
}

.accordionHeaderSelected
{
	color: #FFFF00;
	border: 1px solid #2F4F4F;
	background-color: #00CC66;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 1px 5px 1px 5px;
	cursor: pointer;
}

.accordionPane{ 
	background-color:#F0F8FF;
	border:thin dashed #000000;
}

.accordionContent
{
	/*background-color: #C0C0C0;*/
	border-style: solid;
	border-width: 1px;
	border-color: #2F4F4F;
}

.accordionContent a
{
	/*background-color: #C0C0C0;*/
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color:White;
	border-style: solid;
	border-width: 1px;
	border-color: White;
	/*text-align: center;
	white-space: nowrap;
	display: inline;*/
	display:block;
	padding: 2px 0px 2px 10px;
}

.accordionContent a:hover
{
	background-color: #0033CC;
	color: White;
	font-weight: bold;
}

.accordionLink
{
	/*color: #FFFFFF;*/
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: white;
}

.accordionHeader a:hover
{
	background-color: #0033CC;
}

.validatered
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	font-size:smaller;
}

.tdbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tdboldwhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
}

.tdboldMoreSpace
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom:15px;
}
.trBottomLine
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
}


.Textbox
{
	width: 214px;
    height: 27px;
    background:transparent url(../images/inputlogin.png) no-repeat top left;
    color: Black;
    border: none;
    padding: 5px;
    font-weight: bold;	
}

.Textbox:hover{
	background:transparent url(../images/inputloginhover.png) no-repeat top left;
}

.txtbxHighlight
{
	width: 214px;
    height: 27px;
    background:transparent url(../images/inputloginhover.png) no-repeat top left;
    color: Black;
    border: none;
    padding: 5px;
    font-weight: bold;	
}

.signupwatermark {
	background: #FFAAFF;
	width: 314px;
	height: 27px;
}

.txtbxNormal
{
    /*

    
    background:transparent url(../images/inputlogin.png) no-repeat top left;
*/
	width: 314px;
	height: 27px;
    color: Black;
    border: none;
    padding: 5px;
    font-weight: bold;	
}

.txtbxHighlightSmall
{
	width: 140px;
    height: 27px;
    background:transparent url(../images/inputloginhoversmall.png) no-repeat top left;
    color: Black;
    border: none;
    padding: 5px;
    font-weight: bold;	
}

.txtbxNormalSmall
{
    width: 140px;
    height: 27px;
    background:transparent url(../images/inputloginsmall.png) no-repeat top left;
    color: Black;
    border: none;
    padding: 5px;
    font-weight: bold;	
}

.tdLabelAlign
{
	text-align:right;
	vertical-align:text-top;
	font-weight:bold;
	color:Blue;
}

.labelSmall
{
	font-size:x-small;
}

.frmLbl
{
	font-family: serif;
}



.Login
{
	border: 1px solid #000000;
	background-color: #DBE1E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.Login .Textbox, .Login .Hover
{
    width: 214px;
    height: 27px;
    background:transparent url(../images/inputlogin.png) no-repea;
    color: Black;
    border: none;
    padding: 5px;
    font-weight: bold;
}
.Login .Hover
{
    background:transparent url(../images/inputloginhover.png) no-repeat;
}

/*
.Login .Hover
{
    width: 214px;
    height: 27px;
    background:transparent url(../images/inputloginhover.png) no-repeat top left;
    color: Black;
    border: none;
    padding: 5px;
    font-weight: bold;
}

.Login .Hover
{
    background:transparent url(../images/inputloginhover.png) no-repeat bottom left;
}
*/

.CreateUser
{
	border: 1px solid #000000;
	background-color: #DBE1E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.CreateUser .Textbox
{
    width: 213px;
    height: 26px;
    background:transparent url(../images/inputlogin.png) no-repeat top left;
    color: Black;
    border: none;
    padding: 5px;
    font-weight: bold;
}

.backtoTOC a
{
	padding: 2px 0px 2px 10px;
	margin:0px 2px 0px 0px;
	display: none;
	font-family: Verdana;
	font-size: small;
	margin-right: 10px;
	text-indent: 2px;
}

.backtoTOC:hover
{
	color: Blue;
}

.tableofcontentbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
