/** general **/

body{
	background-image:url(../img/blue.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	background-size:100% 100%;
	}
.body1{
	background-image:url(../img/22.png);
	background-repeat:repeat;
	width:75%;
	padding:20px;
	margin:2px 170px;
	background-size:100% 100%;
	overflow:hidden;
	}

.demoa{
	position:relative;
	padding-top:20px;}
h1 {
    margin-bottom: 30px;
}
h2 {
    margin-bottom: 20px;
}
h3 {
    font-size: 1em;
    color: #4c7cbd;
    margin-bottom: 12px;
}
h3 a {
    color: #4c7cbd;
    text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;
}

object {
    vertical-align: top;
}

p {
    margin: 10px;
    padding: 0;
	line-height:1.5;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

a {
	color: #0000CD;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.aligncenter{
	text-align:center;}
/** lists **/
#content ul {
	list-style-type: none;
	margin: 0;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#content li {
	padding-top: 5px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#content .col-2 ul li {
    padding-top:0px;
    padding-bottom:25px;
}

#content .col-2 {
    height: 400px;
    margin-top: 30px;
    border-left: 1px dashed #CCC;
    border-right: 1px dashed #CCC;
}

#trNavigator ul {
    margin:0; 
    padding:0; 
    list-style: none;
}

#trNavigator ul li { 
    float:left;
    position: relative;
}

#trNavigator li ul { position:relative; left:0px; top:20px; display:none;}
#trNavigator ul li a, #trNavigator ul li a.visited {
    display:block;
    text-align:left;
    width:150px;
    height:20px;
    color:#000;
    border:0px;
    text-decoration: none;
    font-size:1em;
}

#trNavigator ul li ul {
    display:none;
}

#trNavigator ul li ul li{
    display:none;
}

#trNavigator ul li:hover ul {
    display:block;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 240px;
}

#trNavigator ul li:hover ul li {
    display:block;
    background-color: #FFFFFF;
    border: 1px solid #EEE;
    padding-top: 12px;
    padding-bottom: 3px;
    z-index: 999;
    font-size: 0.75em;
}

#trNavigator ul li:hover ul li:hover {
    background-color: #EEE;
}

#focus{width:1000px;height:300px;overflow:hidden;position:relative;padding:0px;margin:0px;}
#focus ul{height:400px;position:absolute;}
#focus ul li{float:left;width:1000px;height:300px;overflow:hidden;position:relative;background:#FFF;}
#focus ul li div{position:absolute;overflow:hidden;}
#focus .btnBg{position:absolute;width:1000px;height:20px;left:0;bottom:0;background:#FFF;}
#focus .btn{position:absolute;width:980px;height:10px;padding:5px 10px;right:0;bottom:0;text-align:right;}
#focus .btn span{display:inline-block;_display:inline;_zoom:1;width:25px;height:10px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
#focus .btn span.on{background:#fff;}
#focus .preNext{width:45px;height:100px;position:absolute;top:90px;background:url(../img/sprite.png) no-repeat 0 0;cursor:pointer;}
#focus .pre{left:0;}
#focus .next{right:0;background-position:right top;}


.list li {
    width: 100%;
    overflow: hidden;
    vertical-align: bottom;
    padding: 3px 0 20px 0;
    margin-left: 0;
}
.list li img {
    float: left;
    margin: -3px 15px 0 0;
    width: 16px;
    height: 16px;
}
.list p.description {
    margin-bottom: 5px;
}
.list span.label {
    font-weight: bold;
}

/** forms **/
input, textarea, select {
    font-size: 1em;
}
input, select {
    vertical-align: middle;
    font-weight: normal;
}
form {
    clear: right;
    width: 100%;
    overflow: hidden;
}
form fieldset {
    border: none;
    float: left;
}
form .field {
    clear: both;
}
form label {
    float: left;
    width: 97px;
    line-height: 18px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #4c7cbd;
}
input.text {
    width: 170px;
    padding: 1px 0 1px 3px;
    border: 1px solid #d6d6d6;
    color: #414141;
    float: left;
}
textarea {
    width: 340px;
    height: 70px;
    padding: 1px 0 1px 3px;
    border: 1px solid #d6d6d6;
    color: #414141;
    margin-bottom: 15px;
    overflow: auto;
    float: left;
}
form input.submit {
    float: right;
    color: #4c7cbd;
    margin-left: 5px;
    width: 70px;
    font-weight: bold;
}
.errors {
    margin-bottom: 20px;
}
.errors li {
    color: red;
}
.error-field {
    background-color: pink;
}

/** boxes **/
.box {
    background: #fff;
    width: 100%;
    border: 1px solid #D6D6D6;
}
.box .inner {
    padding: 30px 30px 40px 30px;
}

/** content **/
#content .indent {
    padding: 12px 0 0 9px;
}
#content p {
    line-height: 1.17em;
}

#footer a {
    color: #4c7cbd;
}

/** other **/
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
}

.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}
.container {
    width: 100%;
}

.tail-top-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 244px;
}

.statuses {
    float: left;
}
.actions {
    float: left;
    margin-left: 20px;
}

span.too-late {
    color: red;
    font-weight: bold;
}

.img-box1 {
    width: 100%;
    overflow: hidden;
    padding-top: 3px;
}
.img-box1 img {
    float: left;
    margin: -3px 15px 0 0;
}

.p {
    margin-bottom: 14px;
}

table.detail {
    margin-bottom: 20px;
}
table.detail th {
    text-align: right;
}
table.detail td {
    padding: 2px 14px;
}

.icon {
    width: 16px;
    height: 16px;
    margin: 0px 2px;
}

.line-hor {
    border-bottom: 1px solid #000;
    margin: 20px 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.title {
    margin-bottom: 18px;
}

/** flashes **/
ul#flashes {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
ul#flashes li {
    margin: 0;
    padding: 0;
    color: green;
    font-weight: bold;
}

/** jquery ui **/
.ui-widget {
    font-size: 0.9em;
}
.ui-widget button {
    width: 70px;
}
