﻿body{margin:0px; font-size:11px; font-family: Arial, Verdana, Geneva, sans-serif; background: url(../Content/images/dot.gif) repeat;}
.logout{background: url(../Content/images/iconlogout.png) no-repeat top left; width: 18px; height: 18px; display:inline-block;} 
.home{background: url(../Content/images/iconhome.png) no-repeat top left; width: 18px; height: 18px; display:inline-block;} 
.profile{background: url(../Content/images/iconprofile.png) no-repeat top left; width: 18px; height: 18px; display:inline-block;}

/*Start Widget-----------------------------------------------------*/

.Main {
	float:left;
}
.OuterElement{
	margin:5px;
	border: solid 1px #CCC;
	float:left;
    width:352px;
    height:120px;
    vertical-align:middle;
    background: #FFFFFF;
    text-align:center;
    cursor:move;
}
.HeaderElement{
    padding:4px 4px 6px 6px;
	background-color:#a8a8a8;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	left:0px;
	text-align:left;
	vertical-align:middle;
}
.HeaderElement div{
	float:right;
	width:18px;
	height:18px;
    cursor:pointer;
    z-index:1;
}
.InnerElement{
	padding:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	max-height:67px;
	overflow:hidden;
}
.WelcometblContent {
	border-collapse:collapse;
	width:100%;
}
.WelcometblContent td {
	border:1px solid lightgrey;
	background-color:white;
	padding:5px;
}
.WelcomeLeftTd {
	text-align: left;
	border-right:1px solid lightgrey !important;
	width:70%;
}
.WelcomeRightTd {
	text-align:right !important;
	width:30%;
	border-left:0px !important;
}
/*End Widget-----------------------------------------------------*/

table {
	width:100%;
	border-spacing:0px;
	margin: auto;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #71821a;
	text-decoration: none;
}
.contentbackground {
	background:whitesmoke;/*#f0f0f0*/
	text-align:left;
	vertical-align:top;
}
.contentplace {
	background:whitesmoke;/*#f0f0f0*/
	text-align:left;
	vertical-align:top;
}
.topbg {
	background: url(../Content/images/topbg.gif) repeat;
	text-align:left;
	vertical-align:top;
	border-left:silver 1px solid;/*#c9c9c9*/
	border-right:black 1px solid;
    width:100%;
}
.FooterLeft {
	background: url(../Content/images/topbg.gif) repeat;
	text-align:left;
	vertical-align:top;
}
.topbgrightcorner {
	background: url(../Content/images/topbg.gif) repeat;
	text-align:center;
	vertical-align:middle;
	width:70px !important;
	border-left:silver 1px solid;/*#c9c9c9*/
}
.topbgleftcorner {
	background: url(../Content/images/topbg.gif) repeat;
	width:250px;
	text-align:center;
	vertical-align:middle;
	padding:4px;
	border-right:black 1px solid;
}
.FooterMiddle {
	background: url(../Content/images/topbg.gif) repeat;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.contentLeft {
	width:230px;
	background-color:whitesmoke;/*#f0f0f0*/
	padding:30px 10px 10px 10px;
	text-align:left;
	vertical-align:top;
}
.footerbg {
	background: url(../Content/images/footerbg.png) repeat;
	height:25px;
	vertical-align:middle;
}

/* START MENU STYLE */
#menu {height:28px; width:auto; margin:0; padding:0; background:#494949;}
ul#nav {margin:0px; padding:0px; list-style:none; background:#494949; position:relative; display:block;}
ul#nav li {margin:0; padding:0; float:left; list-style:none;}
ul#nav li a {display:block; font: bold 11px arial, verdana, tahoma, sans-serif; line-height:26px; color:#ffffff; text-decoration:none; margin:0; padding: 0 8px; background: #494949;}
ul#nav .current a, ul#nav li:hover > a {color:white; text-decoration:none; background:#868686;}

ul#nav li ul{position: absolute; left:0px; margin:0px; background: #868686; top:26px; padding:0px; width:100%; height:26px; margin-left:0px;}
ul#nav li ul li a{background: #868686; padding-right:8px; border-right:solid 1px #646464; color: white;}
ul#nav li:hover > ul li a {float:left; font: bold 11px arial, verdana, tahoma, sans-serif; line-height: 26px; color: white; text-decoration: none; margin: 0; padding-right:8px; background: #868686;}
ul#nav li:hover > ul li a:hover {margin: 0; padding-right:8px; color: #120000; text-decoration: none;}
ul#nav li> ul {display: none;}
.active-li {background:#868686 !important;  color: white !important; }

/* END MENU STYLE */

.WhiteBoldFont {
	font-size: 11px;
	font-weight: Bold;
	color: white;
	text-decoration: none;
}
.WhiteBoldFont a {
	font-size: 11px;
	font-weight: Bold;
	color: white;
	text-decoration: none;
}
.WhiteBoldFont a:hover {
	font-size: 11px;
	font-weight: Bold;
	color: black;
	text-decoration: none;
}
.WhitenormalFont {
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.WhitenormalFont a {
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.WhitenormalFont a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #212e00;
	text-decoration: none;
}
.WhiteBoldFont1 {
	font-size: 12px;
	font-weight: Bold;
	color: white;
	text-decoration: none;
}
.WhiteBoldFont1 a {
	font-size: 12px;
	font-weight: Bold;
	color: white;
	text-decoration: none;
}
.WhiteBoldFont1 a:hover {
	font-size: 12px;
	font-weight: Bold;
	color: black;
	text-decoration: none;
}
.BlackBold {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: black;
	text-decoration: none;
}
.FooterSearch {
	width:40% !important;
	margin-left:24px;
	margin-top:8px;
	vertical-align:middle;
}
.Infoicon {
	padding-left:4px;
	padding-top:8px;
	vertical-align:middle;
}

.footer{position:relative; width:100%; height:25px;}

.footer .WhitenormalFont{position:absolute; left:10px; top:5px;}
.footer .dev-by{position:absolute; right:10px; top:5px;}
.footer .customercare{position:absolute; left:50%; margin-left:-104px; top:8px;}