@charset "UTF-8";
/* CSS Document */

/* Sidebar */

.appsidebar {
	float: right;
	clear: right;
	
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
	width: 32%;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    background: #fff;
    padding: 15px;
    border: 5px solid white;
    position:relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

.appsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.appsidebar li {
	margin-bottom: 2px;
	padding: 0 0 2px 0px;
}

.appsidebar li ul {
}

.appsidebar li li {
	margin: 0 0 0 5px;
	padding-left: 2px;
	background: url(../images/img09.jpg) no-repeat left 4px;
}

.appsidebar p {
	margin: 0;
	padding: 0px 10px;
}

.appsidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 10px;
	background: url(../images/img06.jpg) no-repeat left top;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #42423E;
}


.appsidebar p {
	line-height: 200%;
}
.appsidebar a {
	color: #696969;
}

#appmainbar 
{
  	float: none;
	clear: none;
	
	margin-top: 20px;
	margin-right: 0px;
	text-align: left;
	width: 60%;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    
}

.sub_button
{
    
    background: url(../images/red_button_bg.png) 0 0 repeat-x;
	padding: 3px 12px 2px 12px;
	border: 1px solid #e7e7e7;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	color: #ffffff;
	float: left;
	margin-right: 10px;
	text-transform: uppercase;

}
.sub_button:hover
{
  color: #fff;
  text-decoration: underline;
}

.sub_button2
{
  border-color: black; 
  border-radius: 6px;
  text-transform:uppercase;
 -moz-border-radius: 6px;
  background-color: #cd0a0a; 
  color: white;

}
.sub_button2:hover
{
  text-decoration: underline;  
  background-color: #ae1c0f;
   
}

.green_submitx {
	display:inline-block;
	padding: 4px 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border:0 none;
	background:#008d14;
	box-shadow:0 none;
	margin:0 1px;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
}



#system .item > header  {margin-top: 50px; }
.grid-box { position: relative; z-index: 1; }

.class_box_shadow{
    width: 90%;
    min-width: 200px;
    min-height: 120px;
    margin: 0px 0px 20px 0px;
    background: #fff;
    padding: 15px;
    border: 5px solid white;
    position:relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.sh_bottom{
    width: 100%; height: 45%;
    position:absolute;
    z-index: -2;
    bottom: 0; right: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.sh_bottom:after{
    content: "";
    position:absolute;
    right: 0; bottom:0;
    width:150px; height: 100px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.12);
    -moz-transform:skew(5deg,5deg) translate(-40px,-15px);
    -webkit-transform:skew(5deg,5deg) translate(-40px,-15px);
    transform:skew(5deg,5deg) translate(-40px,-15px);
}
.sh_bottom:before{
    content: "";
    position:absolute;
    left: 0; bottom:0;
    width:150px; height: 100px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.12);
    box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.12);
    -webkit-transform:skew(-5deg,-5deg) translate(40px,-15px);
    -moz-transform:skew(-5deg,-5deg) translate(40px,-15px);
    transform:skew(-5deg,-5deg) translate(40px,-15px);
}

.dropmenumjs
{
   color: red;
}

.menulink a { color: red; }

.appsidebarx {
	float: right;
	clear: right;
	
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
	width: 32%;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    
    padding: 15px;
    
    position:relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

.appsidebary {
	float: right;
	clear: right;
	
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
	width: 32%;
	padding-left: 0px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    background: #fff;
    padding: 5px;
    padding-right: 10px;
    position:relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

.col2rows { max-height: 2.2em; }
.col2rowsh { width: 170px; }

.tbl1col { width: 21%; }
.tbl2col { width: 19%; }
.tbl3col { width: 7.5%; }
.tbl4col { width: 7.5%; }
.tbl5col { width: 11.5%; }
.tbl6col { width: 7.5%;}
.tbl7col { width: 11.5%; }
.tbl8col { width: 13.5%;}

.xtbl1col { width: 21.2%; }
.xtbl2col { width: 18.7%; }
.xtbl3col { width: 8.8%; }
.xtbl4col { width: 9.5%; }
.xtbl5col { width: 12.4%; }
.xtbl6col { width: 13.7;}
.xtbl7col { width: 15.7%; }