body
{
	background:#fee193;
	font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #152228;
	padding: 0;
	margin: 9px 0;
}

table
{
		font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
	color: #152228;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #152228;
	text-decoration: none;
}

a.TopOfPage
{
	font-size: .75em;
}

h1
{
}

h2
{
	color: #873711;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #152228;
}

h3
{
	color: #152228;
	margin: 5px 0px 5px 10px;
	font-size: 1.1em;
}

h4
{
}

p
{
	margin-left: 10px;
	margin-right: 10px;
}

ol.Alpha
{
	list-style-type: lower-latin;
}

dl
{
	margin-left: 10px;
}

dt
{
	font-weight: bold;
	margin-top: 15px;
}

dd
{
	margin: 0;
}

hr
{
	height: 1px;
	border-bottom:1px solid #dedede;
}

fieldset
{
	border:1px solid #152228;
}

fieldset legend
{
	color:#9a2a10;
	font-weight : bold; 
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#PageWrapper
{
	position: relative;
	width: 765px;
	margin: 0px auto;
	padding-top:5px;
	background: #ffee9c url(../Images/HI/header_flower.jpg) no-repeat;
}

#PageContainer
{
	position: relative;
	width: 763px;
	border: 1px solid #152228;
	border-top:none;
}

#Header
{
	height: 120px;
	position: relative;
	width: 763px;
	border-bottom: 5px solid #df6e6d;
}

#MainContainer
{
	position: relative;
	margin: 0 5px;
	width: 753px;
	height: 750px;
	min-height: 750px;
}

html>body #MainContainer
{
	height: auto !important;
}

#Content
{
	position: relative;
	top: 0px;
	left: 235px;
	width: 513px;
	padding-top: 5px;
}

#Footer
{
	border-top:1px solid #df6e6d;
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 743px;
	text-align: center;
	padding: 10px;
	margin-top:25px
}

#FooterLinks
{
	list-style-type: none;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
}

#FooterLinks li
{
	display: inline;
	margin: 0 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
}

#FooterLinks li a
{
	color: #9a2a10;
}

#FooterLegal
{
	margin: 15px 0 0 0;
	text-align: center;
	font-size: .65em;
	line-height: 1.25em;
}

#Side
{
	border-right:1px dashed #df6e6d;
	position: absolute;
	top: 9px;
	left: 4px;
	width: 225px;
}

/* LEFT MENU   
----------------------------------------------------------*/

#Menu ul{
	padding:0;
	margin:0;
	margin-top:0px;
	list-style-type:none;
}

#Menu ul li{
	float:left;
	padding:0;
	margin:0 0 3px 0;
	text-align:center;
}

#Menu ul li a
{
	margin:0;
	float:left;
	width:195px;
	padding: 20px 10px 22px 10px; /* Links */
	background: url(../Images/HI/menu_bg.gif) no-repeat;
	font-size: 1.3em;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #9a2a10;
	cursor:pointer;
}

#Menu ul li a.Wrapped
{
	padding: 10px 10px 12px 10px; /* Links */
}

#Menu ul li a:hover{
	color:#661206;
}


/* LOGIN/LOGOUT
----------------------------------------------------------*/

#LoginLogout
{
	padding: 10px; /* Links */
	margin: 0;
	width: 200px;
}

#TableLoggedIn * th
{
	text-align:left;
	color: #873711;
	border-bottom: 1px solid #152228;
}

#Login
{
	padding:10px 0px;
	text-align:center;

}

#Login a
{
	width:100px !important;
}

/* REGISTRATION
----------------------------------------------------------*/

#RegistrationUserAccount
{
	margin-left:10px;
}

#Organs, #Tissues
{
	margin-left:25px;
}

.FormData
{
	
}

.FormData tr td
{
	padding:3px;
}

.PaddedIdRowFirst td
{
	padding-bottom:15px !important;
}

.PaddedIdRow td
{
	padding:15px 0 15px 3px !important;
}

.Buttons
{
	padding-top:20px; 
	text-align:center;
}

.Buttons a
{
	margin:0 5px;
	width:125px !important;
}

/* DISCLAIMER/COPYRIGHT
----------------------------------------------------------*/

#Disclaimer
{
	text-transform: uppercase;
}

#Copyright
{
	text-transform: uppercase;
	margin-left: 25px;
}

/* LINKS
/*--------------------------------------------------------*/

#Links div
{
	text-align:center;
	margin:20px 0;
}

#Links a img
{
	border:0;
}

/*--------------------------------------------------------*/

/* BUTTONS */

a.button, .buttonsx a, .buttonsx button{
    display:inline-block;
    margin:0 7px 0 0;
    background-color:#f9f9fa;
    border:1px solid #cdcdcd;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    text-align:center;
}

.buttonsx a, .buttonsx button
{
    float:left;
}
.buttonsx button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttonsx button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
a.button img, .buttonsx a img, .buttonsx button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

a.button:hover, .buttonsx a:hover, button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.button:active, .buttonsx a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

a.positive, .buttonsx a.positive, button.positive{
    color:#661206 !important;
}
a.positive:hover, button.positive:hover{
    background-color:#fffada;
    border:1px solid #661206;
    color:#9a2a10 !important;
}
a.positive:active{
    background-color:#e5ba5e;
    border:1px solid #661206;
    color:#fff !important;
}

/* NEGATIVE */

a.negative, button.negative{
    color:#d12f19;
}
a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*--------------------------------------------------------*/

#show
{
	margin-top:3px;
}

td.Required
{
	color:Red;
	text-align:center;
}

.ValidationSummary
{
	font-weight:bold !important;
	color:Red !important;
}

.TextBox
{
	background-color: #fffada;
	border:1px solid #e5ba5e;
}

.ReadonlyTextBox
{
	background-color: #f0f0f0;
	border:1px solid #ddd;
	color:Gray;
}

.DropDownList
{
	background-color: #fffada;
	padding:1px;
	border:1px solid #e5ba5e;
}

.TextBox, .ReadonlyTextBox
{
	padding:2px 3px ;
}

.HorizontalRule
{
	margin:5px 0;
	position:relative;
	left:10px;
	height:1px;
	width:98%;
	line-height:1px;
	font-size:1px;
	border-top:1px solid #152228
}

.ClearFloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.Grid
{
	border:1px solid #ccc;
	color:#333;
	margin:0 0 0 10px;
	width:98%;
}

.Grid tr th
{
	background:#507CD1;
	font-weight:bold;
	color:White;
}

.Grid tr td
{
	padding:3px;
}

.GridRow td
{
	background:White;
}

.GridRowAlt td
{
	background:#f7f7ff;
}

.GridRow:hover td, .GridRowAlt:hover td
{
	background-color:#fffed0;
}

.Clickable td
{
	cursor:pointer;
}

.ReportFilter
{
	margin:0 0 0 10px;
}

.ReportFilter div,.ReportFilter div div
{
	padding:5px 0;
}

.ReportFilter div div
{
	margin:0 0 0 25px;
}

.FontExplicit, .FontExplicit table, .FontExplicit table *
{
	font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
}

.ChangeAdmPassword 
{
	margin:0 10px;
	padding: 5px 0 5px 0; 
	border-top: 1px solid #df6e6d;
	border-bottom: 1px solid #df6e6d;
}

.ChangeAdmPassword table tr td
{
	background: transparent;
}
