* { margin: 0; padding: 0;}
    html,body{
    font:12px Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;
    color:#666;
    height:100%;
}

/* login */
.login_body{
    width:100%;
    min-height:100%;
    background:url(/eddies/eqdl/javax.faces.resource/images/main/bg_login_body.jpg.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) repeat-x center top;
    background-color:#FFF;
    height:100%;
}

.login_page {
    width:100%;
    min-height:100%;
    background:url(/eddies/eqdl/javax.faces.resource/images/main/bg_login.jpg.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat center top;

}
.login_page_box{
    position:relative;
    margin:0px auto;
    width:475px;
    padding-left:525px;
    padding-top:180px;
    color:#FFF;
}
.login_content{
    width:400px;
}
.login_content .title{
    font-size:14px;
    font-weight:bold;
    padding-left:30px;
    line-height:31px;
    background:url(/eddies/eqdl/javax.faces.resource/images/main/icon_login.png.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat left center;
    display:block;
    margin-bottom:10px;
    color:#808285;
}
.login_content .fieldLabel{
    color:#808285;
    font-weight:bold;
    font-size:12px
}
.login_content .input{
    font-size:14px;
    height:35px;
    width:209px;
    border:0px;
    line-height:35px;
    padding:0px 15px;
    background:url(/eddies/eqdl/javax.faces.resource/images/main/bg_login_input.png.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat left top;
    color:#333;
}
.login_content .input:hover{
    background:url(/eddies/eqdl/javax.faces.resource/images/main/bg_login_input.png.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat left -35px;
}
.login_content .input:focus{
    background:url(/eddies/eqdl/javax.faces.resource/images/main/bg_login_input.png.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat left -35px;
}
.login_content .gray{
    color:#808285;
}
.login_content .login_but{
    float:left;
    margin-right:10px;
    background:url(/eddies/eqdl/javax.faces.resource/images/main/btn_login.png.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat;
    height:32px;
    line-height:32px;
    width:96px;
    font-size:15px;
    font-weight:bold;
    color:#2e5102;
    display:block;
    text-align:center;
    text-decoration:none;
}
.login_content .login_but:hover{
    background:url(/eddies/eqdl/javax.faces.resource/images/main/btn_login.png.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat left -32px;
}
.login_content .cancel_but{
    float:left;
    background:url(/eddies/eqdl/javax.faces.resource/images/main/btn_cancel.png.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat;
    height:32px;
    line-height:32px;
    width:96px;
    font-size:15px;
    font-weight:bold;
    color:#734901;
    display:block;
    text-align:center;
    text-decoration:none;
}
.login_content .cancel_but:hover{
    background:url(/eddies/eqdl/javax.faces.resource/images/main/btn_cancel.png.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat left -32px;
}
.login_content .link:link, .link:visited{
    color:#669fb5;
}
.login_content .link:hover, .link:active{
    color:#99bfce;
}
/* Logout */
.logout_content{
    width:450px;
}
.logout_content img{
    float:left;
    width:71px;
    height:77px;
}
.logout_content span{
    padding-left:90px;
    display:block;
    color:#808285;
}
.logout_content .big_text{
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
    padding-top:10px;
}
.logout_content .medium_text{
    font-size:14px;
    font-weight:bold;
    margin-bottom:30px;
}
.logout_content a{
    color:#e6e5e5;
}
.logout_content a:hover{
    color:#669fb5;
}

.headerRight{
    float: right;
    margin-right: 10px;
    position: relative;
    top: 50px;
}
/* welcome */
.banner{
    background:url(/eddies/eqdl/javax.faces.resource/images/main/bg_banner.jpg.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat left top;
    width:100%;
    height:87px;
    background-color:#009abb;
}
.welcome{
    background:url(/eddies/eqdl/javax.faces.resource/images/main/bg_welcome.jpg.xhtml;jsessionid=1A98D31CB64DE741B452AD33157CACD9) no-repeat center;
    width:100%;
    min-height:500px;
}

body {
    margin: 0px;
    padding: 0;
    color: #616161;
}

h1, h2, h3 {
    margin-top: 0;
}

h1 {
    font-size: 1.8em;
    font-weight: normal;
    color: #0088CC;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1em;
    margin-top:20px;
}

ul {
}

a {
    text-decoration: none;
    color: #616161;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img.left {
    float: left;
    margin: 0 20px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 20px;
}

/* Header */
#header {
    padding: 4px 0px;
    height: 75px;
    position: relative;
}

#logo {
    text-align: left;
}

/* Menu */
#menu {
    position: absolute;
    top:25px;
    right:15px;
    padding: 0;
    height: 59px;
    overflow: hidden;
}

#menu ul {
    margin: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu li a {
    display: block;
    float: left;
    height: 42px;
    margin: 0;
    padding: 18px 40px 0 40px;
    text-decoration: none;
    font-size: 20px;
}

#menu li a:hover {
    text-decoration: underline;
}

#globalthemeswitcher {
    position:absolute;
    top:5px;
    right:50px;
}

/* Page */
#page {
    padding: 10px 0px;
    background: #FFFFFF;
}

/* Content */
#content {
    width: 70%;
    float:left;
}

.post {
    padding-bottom: 15px;
}

.post h1 {
    font-weight: normal;
}

.title {
    height: 30px;
    margin-left: 10px;
    padding: 8px 0 0 20px;
}

.title a {
    border-bottom: none;
    color: #FFFFFF;
}

.title a:hover {
    border-bottom: 1px dotted #000000;
}

.submenu-title {
    padding: 4px 10px;
}

.submenu-content {
    text-align:center;
}

.byline {
    margin: -60px 20px 20px 20px;
}

.byline a {
    color: #DC8700;
}

.tag {
    padding: 0 15px;
}

.entry {
    padding: 0 20px;
}

.entry p {
    line-height: 200%;
}

.links {
    padding: 4px 0px;
    text-align: right;
    font-weight: bold;
}

.links a {
    border: none;
}

.links a:hover {
}

#sidebar {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-left: -1px;
    overflow: hidden;
}

#sidebar a.ui-state-hover,
#sidebar a.ui-state-highlight {
    border:0 none;
    text-decoration: none;
    font-weight: normal;
}

#sidebar table {
    width: 100%;
}

#sidebar table td {
    vertical-align: top;
}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    list-style-type: none;
    padding: 1px;
}

/* Footer */
#footer {
    height: 70px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 14px;
}

#footer p {
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
}

#footer a {
}

#footer .link {
    float: right;
}

#footer .copyright {
    float: left;
}

.homeText {
    line-height: 175%;
}

.homeMenu {
    width:200px;
    float:left;
    margin-right:10px
}

.themeMenu {
    overflow: auto;
    height:300px;
    width:200px;
}

.dp-xml {
    width:1000px;
}

.ui-themeswitcher a.ui-selectonemenu-label-container {
    text-decoration: none !important;
}

.ui-widget {
    font-size: 12px !important;
}

.welcomeInfo {
    color: white;
    position: relative;
    top: 65px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
}

.languageInfo {
    color: white;
    float: right;
    padding-right: 5px;
    font-weight: normal;
    margin-top: -8px;
}

.banner a {
    color: white;
}

/*Form theme layout adjust*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border-color:rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.28);
}

/*For input element'border under table td*/
.ui-datatable .ui-datatable-data td table td, .ui-datatable .ui-datatable-data-empty td table td{
    border-style:none;
    border-width:0;
}

/*For Tab View validation error*/
.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-error a {
    border-color: rgb(211,106,103) rgb(211,106,103) transparent;
}

