﻿body {
	margin-top:0;
	margin-bottom:0;
	font-family: Arial, Sans-Serif;
	/*background-color:#fff;*/
}

.bodyMst
{
	background-image:url("Images/grad.jpg");
	background-repeat:repeat-x;
}

.dvBody {
    width:90%;
    height:100%;
    /*background-color:#ffffff;*/
    margin:auto;
	background-image:url("Images/grad.jpg");
	background-repeat:repeat-x;	
}

.dvHead {
	margin-top:0px;
    width:100%;
    height:75px;
    background-color:#ffffff;
}

.dvBottom {
    margin:0;
    float:left;
    width:100%;
    height:100%;
	background-color:#ffffff;
}

.dvHeadLeft {
    margin:0;
    float:left;
    width:74%;
    height:100px;
	background-image:url(Images/Head4.png);
	/*background-image:url(Images/Head.png);*/
	background-repeat:no-repeat;
	background-size:inherit;
	background-position-x:25px;
	background-color:transparent;
}

.dvHeadRight {
    margin:0;
    float:right;
    width:25%;
    height:100px;
	background-image:url(Images/HeadR2.png);
	/*background-image:url(Images/HeadR.png);*/
	background-repeat: no-repeat;
	background-size:auto;
	background-position:right;
}

.dvMenu {
    /*position:relative;*/
	margin-left:5px;
    width:15%;
    height:90%;
    background-color:#ffffff;
    float:left;
	/*border: 1px double #D8D6D6;
    border-top: 1px solid #D8D6D6;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;*/
}

/*Login page*/
.dvLogin {
    width:100%;
    height:90%;
    /*background-color:#FDE964;*/
	/*margin-top:160px;
	background-image:url(Images/LogoGrad.jpg);
	background-repeat:repeat-x;*/
}

.dvLogo
{
	float:inherit;
	margin-left:auto;
	margin-right:auto;
	width:560px;
	height:400px;
	background-image:url(Images/Login4.PNG);
	/*background-image:url(Images/Login.PNG);*/
	background-repeat:no-repeat;
}

.lblLoginStyl
{
	color:#343793;
	font-family: Arial, Sans-Serif;
    font-size:11px;
	font-weight:bolder;
}

.txtLoginStyl
{
    color:#e46f19;
	font-family: Arial, Sans-Serif;
    font-size:11px;
	/*font-weight:bolder;*/
    background-color:#DDDEEC;
	text-align:center;
	width:170px;
    height:20px;
	border:1px #D2C3AF solid;
	border-radius:4px;
}
/*end login page*/

.dvContent {
    margin-left:0px;
	margin-right:2px;
    width:84%;
    height:95%;
    background-color:#ffffff;
    float:right;
    /*border: 1px double #D8D6D6;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;*/
}

a.mnLink {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color:#595958;
    text-decoration:none;
    padding-right:30px;
}

a.mnLink:hover {
    color:#fff;
	font-weight:bold;
    padding-right:30px;
}

.dvOut {
    width:inherit;
    /*background-color:#ce6d26;*/
    background-color:#343793;
    padding:2px;
    margin-top:5px;
    cursor: pointer;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	border:2px solid #A299B2;
    border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-right-radius:10px;
}

.OutLink {
    margin-left:2px;
    padding-right:40%;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color:#ffffff;
	/*font-weight:bold;*/
    text-decoration:none;
}

a.OutLink:hover {
    color:#e46f19;
	font-weight:bold;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}


/*Accordion*/
.accordionHeader {
    color: #ffffff;
	/*font-weight:bold;*/
	background-color:#343793;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 4px;
    margin-top:4px;
    cursor: pointer;
	margin-left:2px;
	margin-right:2px;
	border:2px solid #A299B2;
    border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-right-radius:10px;
}

.accordionHeader:hover
{
	color: #e46f19;
	font-weight:bold;
}
 
.accordionHeaderSelected {
    color: #e46f19;
	font-weight:bold;
    background-color: #fff;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 4px;
    margin-top: 7px;
    cursor: pointer;
	margin-left:2px;
	margin-right:2px;
	border:2px solid #CDC3D6;
	border-top-right-radius:10px;
}

.accordionContent {
    background-color: #CDC3D6;
	margin-left:2px;
	margin-right:2px;
    padding: 5px;
    padding-top: 7px;
	border:2px solid #CDC3D6;
    border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

.dvUser{
	margin-top:5px;
    width:95%;
    height:90%;
    background-color:#fff;
    /*float:left;*/
	border:2px solid #A299B2;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

.UserFontBold
{
	font-size:12px;
	color: #fff;
	font-weight:bold;
	text-underline-position:below;
	text-decoration:underline;
}

.UserFontReg1
{
	font-size:10px;
	color: #595958;
	font-weight:bold;
}

.UserFontReg2
{
	font-size:9px;
	color: #595958;
}


.UserFont
{
	font-size:10px;
	color: #e46f19;
	margin-right:20px;
}

.DateFont
{
	font-size:40px;
	color: #343793;
	margin-left:10px;
}

.MonthFont
{
	font-size:26px;
	color: #e46f19;
	margin-left:10px;
}

.YearFont
{
	font-size:40px;
	font-weight:bold;
	color: #343793;
	margin-right:5px;
}