body {
	margin: 0px;
	padding-left:50px;
/*	padding: 0px;*/
	list-style-type: none;
	/*background: #fff url(../images/bgBodySystem.jpg) repeat-x;*/
	background-color: #f4f4f4;

}
#wrapperouter {
	width: 1200px;
	float: left;
	background-position: 1075px;
	margin-bottom:30px;
}
#wrapperborder {
	float: left;
	width: 1149px;
	padding: 10px;
	/*background-color: #F5FAE4;*/
	background-color: #fff;
	background-repeat: repeat-x; 
/*	background-image: url(../images/bg_wrapperborder.jpg);*/
	position: relative;
/*	border-right: 1px solid #8C9B9B;
	border-bottom: 1px solid #8C9B9B;*/
}


#wrapperinner {
	background-color: #ffffff;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20%;
	float: left;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#header {
	float: left;
	width: 915px;
	position: relative;
}

#rightFlowBar {
	float: right;
	position: relative;
	min-height: 500px;
	width: 232px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #003333;
	margin: 44px 0 0 0px;
	margin-bottom: 100px;
	background-color: #fff;
    top: 35px;
    font-size: 11px;
    border: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

#rightFlowBar h2 {
    font-size: 11px;
    margin-bottom: 2px;
    background: #eee;
    color: #666;
    padding: 6px 10px;
    margin: 12px -10px 2px -10px;
}

#rightFlowBar h3 {
    margin: 10px 0 8px 0;
    color: #555;
    border-bottom: 2px solid #9cf;
}

#rightFlowBar a {
    color: #007388;
}

#rightFlowBar .inner {
    padding: 27px 10px 10px 10px;
}

#rightFlowBar .linklist a {
    display: block;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 14px;
    margin-bottom: 7px;
	background: #fff url(../images/blue_arrow.png) 3px 2px no-repeat;
}

#rightFlowBar .linklist a:hover {
    text-decoration: underline;
}

a.tab {
    display: inline-block;
    padding: 4px 8px;
    margin: 4px 0 0 5px;
    border: 1px solid #eee;
    border-bottom: none;
    background: #fff;
    text-decoration: none;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

a.active {
    background: #f5f5f5;
    border-color: #f5f5f5;
    border-bottom: none;
    font-weight: bold;
}

form.search {
    margin: 0 0 15px 0 !important;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    display: none;
    padding: 5px 10px 10px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

form.active {
    display: block;
}

form.search input {
    margin-bottom: 4px;
}

form.search input[type=submit] {
    padding: 3px 6px;
    width: auto;
    height: auto;
}

#top {
	float: left;
	width: 720px;
	position: relative;
	z-index: 3;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding-right: 35px;
	padding-left: 35px;
}
#indexTop {
	background-color: #94B4FD;
	height: 223px;
	float: left;
	width: 790px;
	position: relative;
	background-image: url(../images/bgTop.jpg);
	z-index: 3;
}
#loginTop {
	position: absolute;
	width: 400;
	height: 25;
	z-index: 1;
	right: 5px;
	margin-top: 3px;
	top: 63px;
}

#loginTop form {
	margin: 0px;
	padding: 0px;
}
#loginTop  .txtField {
	font-family: verdana, "DejaVu Sans", tahoma, sans-serif;
	font-size: 10px;
	color: #000033;
	height: 19px;
	margin-top: -1px;
	line-height: 15px;
	padding-left: 3px;
	border: 1px solid #006699;
}

#loginTop .submit {
	height: 21px;
	width: 21px;
	padding-top: 0px;
}

#body {
	float: left;
	width: 790px;
}
#footer {
	background-color: #D4EAF8;
	background-repeat: repeat-x;
	float: left;
	width: 790px;
	height: 75px;
}
#footerDropShadow {
	background-repeat: repeat-x;
	float: left;
	height: 30px;
	width: 1025px;
}

#footerCorner {
	float: left;
	height: 30px;
	width: 32px;
	background-repeat: no-repeat;
}

/*
 * User menu
 */
#nav {
    list-style:none;
    width: 260px;
    position: absolute;
    right: 18px;
    top: 47px;
    z-index: 5;
    line-height: 18px;
    font: 12px/18px arial, helvetica sans-serif;
}

#nav li {
    float: right;
    margin: 0 5px 0 5px;
    position: relative;
}

#nav a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#nav img {
    vertical-align: middle;
}

#nav a:hover{
    color: #fff;
}

/* Drop down */
#nav ul {
    background: #fff;
    list-style: none;
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    padding-top: 5px;
    float: none;
}

#nav ul a {
    white-space: nowrap;
}

#nav li:hover ul {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin-left: -20px;
}

#nav li:hover ul li {
    padding: 0;
    margin: 0;
}

#nav li:hover ul a {
    padding: 8px 14px;
}

#nav li:hover ul a:hover {
    background: #eee;
}

#nav li:hover a {
    border-bottom: none;
}



/*////////////////////////////// topMenu ////////////////////////////////*/




.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: 11px verdana;
	width: 100%;
	background-color: #AAD7F4;
	background-image: url(../images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C5E1F7;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #006666;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99CFF3;
}

.solidblockmenu li a:visited{

}

.solidblockmenu li a:hover, .solidblockmenu li .current, .solidblockmenu li a:focus {
	color: white;
	background-color: transparent;
	background-image: url(../images/blockactive.gif);
	background-repeat: repeat-x;
	background-position: center center;
}



#topLeftBox {
	float: left;
	height: 223px;
	width: 175px;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 2;
}

table.defaultTableListing {
    border:1px solid darkgreen;
}

table.defaultTableListing thead {
    display: table-header-group;
}

table.defaultTableListing th {
    padding: 4px 8px 4px 2px !important;
    background-image: linear-gradient(#007388, #63B1BC);
/*    background: 0 0 url(../images/defaultTableListingBgHr.png) repeat-x !important;
*/}

table.defaultTableListing td {
    padding: 4px 8px 4px 2px !important;
}

table.defaultTableListing td {
    border-bottom: none;
}