/* 
Push Moble Main Style Sheet

**** Colors
bg blue #1a7cb4;

*/

/* *****************
* Global Definitions
*************************************************/
html {font:arial,helvetica,"Lucida Grande",sans-serif;}
html,body {font-family: Arial;font-size: 12px; margin:0px; padding:0px; background-color:#1a7cb4;}
h1 {margin:0px; padding:0px;}
h2,h3,h4,h5,h6 {margin:5px 0px 5px 0px; padding:0px;}
div,ul,li,a,p,img {margin:0px; padding:0px; border:none;}
p{color: #000000;margin-top: 2px; margin-bottom: 2px;line-height: 13px;}
ul {list-style:none;}
a:link, a:active, a:visited {color:#1b6b99;}
a:hover {text-decoration:none; color:#000;}
#footer a:link, #footer a:active, #footer a:visited {color:#fff;}
#footer a:hover {text-decoration:none; height:1px; color:#ccc;}

/* ***************
* Main Definitions
*************************************************/

#package {width:980px; padding:0 10px; background:url(../images/body-bg.gif) repeat-y;}
#header {width:960px; padding:0 10px;}
#logo {float:left;}
#cmlogo {float:right; margin-bottom: 20px;}
#content {width:970px; min-height:680px;}

#mainmenu {width:980px; padding:0 0px; margin: 0 0 0 0;}

#wizmenu {height: 100px; padding: 0px 15px 0px 15px; margin: 0px 20px 0px 18px; border-bottom: solid 1px black; text-align:center;}
.wizmenuitem {width:100px; height: 90px; margin:10px 25px 0px 25px; border: solid 0px black; float: left;}
#wizcontent {width: 100%; height: 100%; padding: 5px 0px 0px 10px;}
/*#wizmainwrap {width: 685px; height: 522px; float: left;}*/
#wizmainwrap {width: 685px; float: left;}
.wizmain { margin: 0 20px 0 20px;}
#wizhelp { margin: 0 0px 0 20px; padding:0px 20px 0px 0px; height:475px; overflow-x: hidden; overflow-y: auto; font-size:11px; line-height:14px; }
#wizmaintop {width: 685px; height: 25px; background:url(../images/main-top.png);}
#wizmaincontent {min-height: 502px; background:url(../images/main-mid.png) repeat-y;}
#wizmainbot {width: 685px; height: 25px; background:url(../images/main-bot.png);}
#wizhelpwrap {width: 250px; height: 478px; float: left; padding-left: 10px; margin-top: 3px;}
#wizhelptop {width: 250px; height: 18px; background:url(../images/help-top.png);}
#wizhelpcontent {height: 100%; background:url(../images/help-mid.jpg) repeat-y;}
#wizhelpbot {width: 250px; height: 18px; background:url(../images/help-bot.png);}
#wizbuttonswrap {width: 254px; float: right; clear: left; margin-top: 10px;}
#wizprevbutton {float: left;}
#wiznextbutton {float: right;}

#footer {padding-bottom:5px; font-size:90%; color:#fff; background:#3c3c3c url(../images/poweredbyPMM.png) no-repeat bottom right; text-align:center; width:981px; min-height: 60px;}
#footerText {color: #FFFFFF;}
	#bottomnav {margin-top:10px; padding-top:10px;}
		#bottomnav li {display:inline; padding:0 10px;}
#content p {margin:5px 0 15px 0; width:95%;}
h2, h3 {color:#1B6B99; font-size:125%;}

/* Classes */
.clear {clear:both; height: 0;}
.auto {margin:0 auto;}

.blockClick
{
    position: absolute; 
    z-index: 2; 
    height: 160px; 
    width: 162px;
    filter:alpha(opacity=10);
    opacity:0.10;
    -khtml-opacity:0.10;
    background-color: #FFF;

}
.mobipage
{
    z-index: 1;
    width: 177px;
    height: 160px;

}


