#total {
	margin: 0px auto;
	padding: 0px;
	width:1200px;
	/*border:1px solid black;*/
}
.main_menu {
	width:960px;
	height: 30px;
	line-height: 30px;
	/*left: 100px;*/
	color: #FFF;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float:left;
}

#side-a {
	float: left;
	width: 160px;
	margin-top:2px;
	height:0px auto;
}

#side-b {
	float: right;
	width: 200px;
	margin-top:40px;
}

#content {
			    float: left;
			    width: 730px;
			    margin-top: 0px;
			    margin-left: 8px;
			}
/* #footer {
	clear: both;
	
}
. */round{
	
	border-color:red;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}



.inputTextPadding
{
	 border: 1px solid #B82E00; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #4195fc;
       -moz-box-shadow: 0px 0px 4px #4195fc;
            box-shadow: 0px 0px 4px #4195fc; /* some variation of blue for the shadow */

}



/*  Main Menu style*/
a.menuClass:link {color:#3C66AF; text-decoration:none;}
a.menuClass:visited {color:#3C66AF; text-decoration:none;}
/* a.menuClass:hover {font-size:100%; background-color: yellow;} */

.activeMenuItem {
    background-color: white;
    font-weight: bold;
    border: 1px solid #133e40;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  color: #33393c;
  text-decoration: none;
  font-size: 16px;
}

.activeMenuItemMainMenu {
    background-color: #f7f7f7;
    font-weight: bold;
    border: 1px solid #133e40;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  color: #33393c;
  text-decoration: none;
}

/*  Side Menu style*/
a.sideMenuClass:link {color:#33393c; text-decoration:none;font-size: 16.5px;}
a.sideMenuClass:visited {color:#33393c; text-decoration:none;}
a.sideMenuClass:hover {background-color: yellow;}
a.sideMenuClass:active{background-color: yellow;}


/*  table Link style */
a.tableClass:link {color:#3C66AF; text-decoration:none; }
a.tableClass:visited {color:#0000ff; text-decoration:none;}
a.tableClass:hover {font-size:100%; font-size: 18px;}


/*
.cloud{
	/*background:url("../pias/images/bg.gif") repeat-x scroll 0px 0px transparent;*/
	width:0px auto;
	height:45px; clear:both; 
	background: url("../pias/design/bg.gif") repeat-x scroll 0px 0px transparent;
	
	
}*/


/*     label input output selectone and other css*/



/************** hyper link buttons ******************/

a.content.pageButton {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    padding: 10px 70px;
    font-size: 18px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
 
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(73,132,180)),
        color-stop(1, rgb(97,155,203))
    );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}





