﻿

.RoundedDiv
{
	width: 99%;
	border: 1px solid #AAAAAA;
	border-radius: 4px 4px 4px 4px !important;
}
.DocDiv
{
	width: 130px;
	height: 130px;
	border: 1px solid #AAAAAA;
	border-radius: 12px 12px 12px 12px !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 15px 3px 15px -2px rgba(0, 0, 0, 0.15);
	position: relative;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
	font: bold 10pt Cambria;
}
.DocDiv1
{
	width: 120px;
	height: 120px;
	border: 1px solid #AAAAAA;
	border-radius: 6px 6px 6px 6px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 10px 3px 10px -2px rgba(0, 0, 0, 0.15);
	position: absolute;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
	font: bold 10pt Cambria;
}

.DocDivImg
{
	width: 36px;
	height: 36px;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
}
.delimg
{
	position: absolute;
	top: -4px;
	right: -4px;
	padding-right: 1px;
}
.DoctblDiv
{
	width: 60%;
	border: 1px solid #AAAAAA;
	border-radius: 6px 6px 6px 6px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: center;
	vertical-align: middle;
	font: bold 10pt Cambria;
}
.stable
{
	width: 130px;
	height: 130px;
	margin: 10px;
	float: left;
	z-index: 0;
	margin: 15px;
}
.stable1
{
	width: 120px;
	height: 120px;
	margin: 10px;
	float: left;
	z-index: 0;
	margin: 12px;
}

.headerStyle
{
	font-family: Cambria;
	font-size: 20px; /*color: #4f4d4d;    border-bottom: 2px solid #d8b14e;*/
	color: Navy;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	line-height: 35px;
}

/*.btnShine
{
	background-image: url(../images/Button.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font: 13px Cambria Bold;
	width: 80px;
	height: 26px;
	border-width: 0px;
	padding-bottom: 5px;
	cursor: hand;
	cursor: pointer;
}*/


.btnShine
{
	-moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color: #79bbff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #469df5;
	display: inline-block;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #287ace;
	cursor: hand;
	cursor: pointer;
}
.btnShine:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
}
.btnShine:active
{
	position: relative;
	top: 1px;
}

.txt
{
	background-color: #FBFBFB;
	border: 1px solid #B0B0B0;
	color: #000000;
	font-family: verdana;
	font-size: 13px;
	letter-spacing: 0.3px;
	padding: 3px;
	border: inset 1px darkgray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 18px;
}
.txt:focus
{
	background: #FFFFBB;
}

.lblmsg
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
}
.lblText
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	height: 35px;
}


/* Page Style */

.table1
{
	width: 100%;
	font: normal 8pt verdana;
}
.table
{
	width: 100%;
	font: normal 8pt verdana;
	border-radius: 4px;
	border: solid 1px #CCCCCC;
}
.table th, .table td
{
	height: 20px;
	padding: 4px;
}
.table th
{
	height: 20px;
	border-bottom: solid 2px #CCCCCC;
}
.table td
{
	border-bottom: solid 1px #CCCCCC;
	margin-left: 15px;
}
.header
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	color: black;
	background-color: #CCCCCC;
}
#divs
{
	margin: 0;
	height: 200px;
	font: verdana;
	font-size: 8pt;
	background-color: White;
}
#divs > div
{
	width: 98%;
	padding: 8px;
}
#divs > div p
{
	width: 95%;
	padding: 8px;
}
ul.tab
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tab li
{
	display: inline;
	padding: 10px;
	color: White;
	cursor: pointer;
}
.RoundedCornerPhoto
{
	border: 1px solid #AAAAAA;
	border-radius: 6px 6px 6px 6px !important;
	box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	width: 150px;
	height: 150px;
	vertical-align: baseline;
}
.table2
{
	width: 100%;
	font: normal 8pt verdana;
	border-radius: 4px;
	border: solid 1px #CCCCCC;
}
.table2 th, .table2 td
{
	height: 20px;
	padding: 4px;
}
.table2 th
{
	height: 20px;
	border-bottom: solid 2px #CCCCCC;
	background-color: #DDDDDD;
}
.table2 td
{
	border-bottom: solid 1px #CCCCCC;
	margin-left: 15px;
}

.table3
{
	width: 100%;
	font: normal 8pt verdana;
}
.table3 td
{
	border-bottom: solid 1px #CCCCCC;
	margin-left: 15px;
	padding: 4px;
}

.button_wrap
{
	position: relative;
	width: 225px;
	height: 35px;
	overflow: hidden;
	font-weight: bold;
	font-size: 11px;
	margin: 2px;
}
.button_aLeft
{
	width: 70px;
	height: 34px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #093d6f;
	font-family: Cambria;
	color: #fff;
	top: 0px;
	right: 0px;
	position: absolute;
	line-height: 34px;
	text-align: left;
}
.button_aLeft span
{
	display: none;
	padding-left: 20px;
}
.button_bLeft
{
	width: 66px;
	height: 30px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #000;
	font-family: Cambria;
	position: absolute;
	top: 2px;
	right: 2px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.button_bLeft span
{
	color: #008ddd;
}
.button_c
{
	background-color: #008ddd;
	color: #fff;
	text-transform: uppercase;
}
.button_c span
{
	color: #093d6f;
}
.txtbox
{
	font-family: "Helvetica Neue" , Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
	color: #444;
	padding-left: 7px;
	padding-right: 7px;
	margin: 10px;
	margin-top: 2px;
	margin-left: 8px;
	width: 200px;
	height: 30px;
	border: 1px solid #c7d0d2;
	border-radius: 4px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.txtbox:hover
{
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}
.txtbox:focus
{
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}
.lbl
{
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 9pt;
	width: 100px;
}


#contentMaster
{
	width: 99%;
	overflow: auto;
	float: left;
	border: 1px solid #AAAAAA;
	margin-bottom: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#left-part
{
	width: 200px;
	float: left;
}
#right-part1
{
	width: 650px;
	float: left;
	border-left: 1px solid #ebebeb;
}


/* File Uploading Progress CSS */

.fileUploadQueueItem
{
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
	position: absolute;
	z-index: 999;
}
.fileUploadQueueItem .cancel
{
	float: right;
}
.fileUploadProgress
{
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar
{
	background-color: #0099FF;
}

h1
{
	font-family: Cambria;
	color: #5d59a5;
	font-size: 16pt;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dededf;
}
