/* Default CSS Stylesheet for a new Web Application project */

BODY
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{	
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;	
}

H2
{	
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	
}

H3
{
	
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	
}

H4
{
	
	font-size: 1.33em;
	font-weight: 500;
	
}

H5, DT
{
	
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	
}

H6
{
	
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	
}

TFOOT, THEAD
{
	font-size: 1em;
	
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;	
}


A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	/*list-style-type: square;*/
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}


.borderTable
{
	border-right: #b7b9bc 1px solid;
	border-top: #b7b9bc 1px solid;
	font-weight: normal;
	font-size: 10px;
	border-left: #b7b9bc 1px solid;
	color: #4d4d4f;
	border-bottom: #b7b9bc 1px solid;	
	background-color: #f8f8f8;
}
.withoutborderTable
{
	
	font-weight: normal;
	font-size: 10px;	
	color: #4d4d4f;	
	background-color: #f8f8f8;
}
/* Mehul thakkar*/

.info
{
	font-family: Verdana;
	font: verdana;
	font-size: 8pt;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: black;
	background-color: #DCDCDC;
	
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: black;
	background-color: #DCDCDC;
	
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: white;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

/* Update Progress */
#UpdateProgress1 {	
    top: 45%; left: 45%; position: absolute;
    }



/* New Buttons */
input.NewButtons {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	box-shadow: inset #ffffff 2px 8px 31px -1px,#666666 0px 3px 6px;
	o-box-shadow: inset #ffffff 2px 8px 31px -1px,#666666 0px 3px 6px;
	-moz-box-shadow: inset #ffffff 2px 8px 31px -1px,#666666 0px 3px 6px;
	-webkit-box-shadow: inset #ffffff 2px 8px 31px -1px,#666666 0px 3px 6px;
	background: #93bfe2;
	background: -o-linear-gradient(90deg, #93bfe2, #ffffff);
	background: -moz-linear-gradient( center top, #93bfe2 5%, #ffffff 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #93bfe2), color-stop(1, #ffffff) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93bfe2', endColorstr='#ffffff');
	background: -webkit-linear-gradient(#93bfe2, #ffffff);
	background: -ms-linear-gradient(#93bfe2, #ffffff);
	background: linear-gradient(#93bfe2, #ffffff);
	text-indent: 0px;
	line-height: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
	color: #286480;
	padding: 8px;
	border-color: #1791ba;
	border-width: 1px;
	border-style: solid;
	margin: auto;
	display: block;
}

	input.NewButtons:active {
		box-shadow: inset #ffffff 2px 8px 31px -1px,#666666 0px 0 6px;
		o-box-shadow: inset #ffffff 2px 8px 31px -1px,#666666 0px 0 6px;
		-moz-box-shadow: inset #ffffff 2px 8px 31px -1px,#666666 0px 0 6px;
		-webkit-box-shadow: inset #ffffff 2px 8px 31px -1px,#666666 0px 0 6px;
		position: relative;
		top: 3px
	}

	input.NewButtons:hover {
		background: #ffffff;
		background: -o-linear-gradient(90deg, #ffffff, #93bfe2);
		background: -moz-linear-gradient( center top, #ffffff 5%, #93bfe2 100% );
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #93bfe2) );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#93bfe2');
		background: -webkit-linear-gradient(#ffffff, #93bfe2);
		background: -ms-linear-gradient(#ffffff, #93bfe2);
		background: linear-gradient(#ffffff, #93bfe2);
	}
