/***** RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;
	vertical-align: baseline;*/
	background: transparent;
}
html, body {height:100%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
textarea {overflow:auto;}

/***** REUSABLE CLASSES *****/
.fullW {width:100%;}
.fullH {height:100%;}
.vMid {vertical-align:middle;}
.noWrap {white-space:nowrap;}
.noBord, .imgInp {border:none;}
.numInput {text-align:right;}
.center {text-align:center;}
.curPtr {cursor:pointer;}
.noDisp {display:none;}
.fltRt, .fr {float:right;}
.fltLt, .fl {float:left;}
.cf {/* for IE 6/7 */*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");/* non-JS fallback */*zoom: 1;}
.cf:before, .cf:after {content: ".";display: block;height: 0;overflow: hidden;visibility: hidden;}
.cf:after {clear: both;}

/******** END BASE *******/

body{font:12px/1.2 Arial, sans-serif;color: #333;}
body,ul,li,p,form,fieldset{margin:0;padding:0;}
input[type=text],input[type=password],select,textarea{
    border-radius: 1px;
    border: 1px solid #D9D9D9;
    border-top: 1px solid silver;
    padding: 1px 5px;
    margin: 0;
    height: 20px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    vertical-align: middle;
}
select{height: 24px;padding: 2px;}
textarea{overflow:auto;height: inherit;}
#header
{
	color: #fff;
	padding-top:15px;
}

#sectHdr {height: 48px; padding:5px 15px; font-size:18px; font-weight:bold;line-height: 48px; border-bottom:1px solid #ddd; color:#555;
    background: #eee url(../img/sectHdr.png) repeat-x left bottom;}
#sectHdr img{vertical-align: middle;}

.tBox
{
	padding: 1px;
	height:15px;
	background: #FcFcFf;
}

.clr {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.Btn, .Lnk.Btn, a.Btn, a.Btn:visited{display: inline-block;line-height: 16px;color: #444;background-color: #f4f4f4;
    background-position: 7px center;background-repeat:no-repeat;padding: 5px 11px 5px 29px;
    border: solid 1px #dcdcdc; cursor:pointer;border-radius: 2px;text-decoration: none;}
.Btn:hover, a.Btn:hover{background-color: #f8f8f8;border-color: #c6c6c6;color: #333;text-decoration: none;}
.Btn.active{background-color: #fbfbfb;border-color: #b0b0b0;color: #333;}

.error, .info, .msg, .warn{ margin:5px 0; padding:5px 5px 5px 30px;border-radius: 2px;line-height: 16px;border: solid 1px;}
.error { color: #a33; background:#ffeeee url(../img/error.png) 5px 5px no-repeat;border-color: #a00;}
.warn  { color: #8e6200; background:#fff6cc url(../img/warn.gif) 4px 4px no-repeat;border-color: #C3A86C;}
.msg   { color: #162; background:#deffa9 url(../img/tick.gif) 7px 7px no-repeat;border-color: #6d960e;}
.info  { color: #06a; background: #e9f6ff url(../img/info.gif) 5px 5px no-repeat; border-color: #a1c1dd;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.logoImg{height: 50px;}

.mpPart a{color: #345;text-decoration: none;}
