/* 
    Document   : application
    Created on : Aug 20, 2009, 2:35:28 PM
    Author     : hcarlton
    Description:
        Purpose of the stylesheet follows.
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

#utility_row{
    width: 950px;
    text-align: right;
    line-height: 20px;
    background: #FFF;
    font-size: .9em;
    padding-right: 15px;
}

.login_container{
    margin: auto;
    width: 500px;
    height: 400px;
    background: #EDEEEF;
    
}

.loginForm{
    padding: 10px;
    text-align: right;
    width:375px;
}

.loginForm .fieldEntry input{
    font-size:19px;
    background: #DBE4EB;
    border: 1px solid #064B6E;
    height:27px;
    margin:0;
    padding:2px 0 0 5px;
    
}

.loginHeader{
    background: url(../images/login_box_header.jpg) no-repeat;
    height: 140px;
    width: 500px;
}

.fieldTitle{
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 5px;
    color: #054A69;
}

.loginMsgBox{
    width: 500px;
    padding: 10px;
    text-align: center;
}

#status{
    display: none;
}

.fieldEntry{
    line-height: 40px;
}

.notCustomer{
    text-align: right;
}

.page_title h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
    line-height: 75px;
    display: block;
    color: #054A69;


}
.loginBtn{
    background-color:#074B6E;
    border-color:-moz-use-text-color #FFFFFF #FFFFFF;
    border-style:none double double;
    border-top:medium none;
    color:#FFFFFF;
    cursor: pointer;
    font-size:16px;
    margin:0;
    padding:2px 10px 3px;
    text-align:center;
    width:100px;
}

.run_btn{
    background-color:#074B6E;
    border-color:-moz-use-text-color #FFFFFF #FFFFFF;
    border-style:none double double;
    border-top:medium none;
    color:#FFFFFF;
    cursor: pointer;
    font-size:16px;
    margin:0;
    padding:2px 10px 3px;
    text-align:center;
    width:150px;
}

.loginBtn:hover {
    border-color:-moz-use-text-color yellow yellow;
   
}

.run_btn:hover {
    border-color:-moz-use-text-color yellow yellow;

}

#app_container{
    margin: auto;
    width: 950px;
    background: #EDEEEF;

}

#app_header{
    background: url(../images/app_header_filler.jpg) no-repeat;
    width: 950px;
    height: 140px;
}

#app_header ul, li {
	margin: 0;
	padding: 0;
}

#app_header li{
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}


#app_header .logo{
    /*background: url(../images/app_header_logo.jpg) no-repeat;*/
    width: 316px;
    float: left;
    height: 140px;
}

#app_toolbar {
    width: 100%;
    height: 35px;
    background-color: #074B6E;
    color: #FFFFFF;
}

.app_toolbar_item {
    color: #FFFFFF;
    margin: 0px;
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    cursor: pointer;
    font-family: sans-serif;
}

.app_toolbar_item:hover { 
    color: #87CEEB;
}

body#jobs #app_toolbar_jobs, body#services #app_toolbar_services, body#storage #app_toolbar_storage {
    font-weight: bold;
    color: #87CEEB;
    cursor: default;
}

#app_body{
	text-align: left;
}

#app_main{
	width: 100%;
    height: 600px;
}

#app_main .app_b{
	position: static;
}

.app_content{
	display: block;
	margin: 0 0 1em;
	position: relative;
	background: #EDEEEF;
	padding-left: 15px;
	padding-right: 15px;

}

#app_footer{
	clear: both;

}

#servicelist{
    padding-left: 20px;
    padding-right: 20px;
}

#servicelist ul, li {
	margin: 0;
	padding: 0;
}

#servicelist li{
	list-style: none;
	list-style-position: inside;
	margin: 0px;
    padding-left: 10px;
    line-height: 50px;
    background-color:#074B6E;
    border-color:-moz-use-text-color #FFFFFF #FFFFFF;
    border-style:none double double;
    border-top:medium none;
    color:#FFFFFF;
    cursor: pointer;
    font-size:16px;
    height: 50px;
    margin:0;
    padding:2px 10px 3px;
    text-align:left;
    width:50%;
}


#servicelist .service_btn:hover {
   border-color:-moz-use-text-color yellow yellow;
}

#refresh_row{
    text-align: right;
    width: 60%;
    line-height: 50px;
}

.refresh_btn{
    background-color:#074B6E;
    border-color:-moz-use-text-color #FFFFFF #FFFFFF;
    border-style:none double double;
    border-top:medium none;
    color:#FFFFFF;
    cursor: pointer;
    font-size:16px;
    margin:0;
    padding:2px 10px 3px;
    text-align:center;
    width:150px;
}

.refresh_btn:hover {
    border-color:-moz-use-text-color yellow yellow;

}

.generic_btn{
    background-color:#074B6E;
    border-color:-moz-use-text-color #FFFFFF #FFFFFF;
    border-style:none double double;
    border-top:medium none;
    color:#FFFFFF;
    cursor: pointer;
    font-size:16px;
    margin:0;
    padding:2px 10px 3px;
    text-align:center;
    width:150px;
}

.generic_btn:hover {
    border-color:-moz-use-text-color yellow yellow;

}
