/* Default CSS Stylesheet for a new Web Application project */


BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


a:link
{
	text-decoration: none;
	color: #3333cc;
}

a:visited
{
	text-decoration: none;
	color: #333399;
}

a:active
{
	text-decoration: none;
	color: #3333cc;
}

a:hover
{
	text-decoration: underline;
	color: #FF6600;
}

.link_text a
{
	color: #3333cc;
}
.link_text a:visited
{
	text-decoration: none;
	color: #333399;
}
.link_text a:hover
{
	color: #FF6600;
	text-decoration: underline;
	cursor: pointer;
}

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;
}

/* Style For DrQuestionair */
.text_box
{
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	font-style: normal;
	text-align: left;
	font-family: Tahoma;
	text-decoration: none;
	width: 14em;
	border: 1px solid #C0C0C0;
	background-color: White;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
}
.text_box1
{
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	font-style: normal;
	text-align: left;
	font-family: Tahoma;
	text-decoration: none;
	width: 8em;
	border: 1px solid #C0C0C0;
	background-color: White;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
}
.list_box
{
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	font-style: normal;
	text-align: left;
	font-family: Tahoma;
	text-decoration: none;
	width: 11em;
	border: 1px solid #C0C0C0;
	background-color: White;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
}
.text_box2
{
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	font-style: normal;
	text-align: left;
	font-family: Tahoma;
	text-decoration: none;
	width: 5em;
	border: 1px solid #C0C0C0;
	background-color: White;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
}

/*    
.lnk_AddRemark{}
a.lnk_AddRemark:link{text-decoration: none; color:#3333cc;}
a.lnk_AddRemark:visited{text-decoration:none; color:#333399;}
a.lnk_AddRemark:hover{text-decoration:underline; color:#FF6600;}
a.lnk_AddRemark:active{text-decoration:none; color:#3333cc;}

*/

.hide
{
	display: none;
}

.tablerowbg tr:hover
{
	background-color: #F6F6F6;
}

.tablebordernone
{
	border: 0px;
}
.tablebordernone td
{
	border: 0px;
}
.quentionnaireimg
{
	height: 1.5em;
	width: 1.5em;
	cursor: pointer;
}
.cursor
{
	cursor: pointer;
}
.div_data_table td
{
	padding: 2px !important;
	font-size: 0.95em !important;
}

.padding_none
{
	padding: 0px !important;
}

.data_tableHTML td
{
	padding: 2px !important;
	font-size: 0.95em !important;
	font-family: tahoma,verdana,arial;
}
.upperdiv
{
	width: 100%;
	border: 1px solid #C0C0C0;
	text-align: left;
}
.innerdiv
{
	width: 100%;
	background-color: #FFFFFF;
	height: 8em;
	overflow: auto;
}

.bold
{
	font-weight: bold;
}
.casefileheaderHIPL
{
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #B0DAEE;
	text-align: left;
	font-size: 1.2em !important;
	font-weight: bold;
}
.yellowbackground
{
	background-color: #ffff99;
}
