/*a {
	text-decoration: none;
	color: #6E8708;
}*/

img {
	text-decoration: none;
	border: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0 auto;
	background-color: #EAF8FB;
	font-size: 70%;
}

#header {
	background-image: url(/pathways/img/bgpattern.jpg);
}

#pLine {
	vertical-align: top;
	margin-top: -10px;
}

.logo {
	text-align: center;
}

#content {
	width: 650px;
	margin: 0 auto;
	padding-top: 50px;
}

.clearBoth {
	clear: both;
}

.login {
	width: 300px;
	float: left;
}
        
/*.login .wrapper {
	margin: 0 auto;
}
*/

.login .wrapper h1 {
	padding: 5px;
	margin: 0px;
	background-image: url(../img/navbarbg.jpg);
	background-repeat:repeat-x;
	color: #fff;
	font-weight: normal;
	font-size: 118%;
}

.login .wrapper .clearBoth {
	height: 10px;
}
	
.login .wrapper .form_container {
	padding: 10px;
	background: #ebebeb;
	border: 1px solid #b7b7b7;
}

.login .wrapper label {
	display: block;
	margin-right: 10px;
	width: 60px;
	font-weight: bold;
	float: left;
}
	
.login .wrapper .button_container {
	text-align: right;
}
                
.login .wrapper .button_container /*.button*/ {
	margin-right: 0;
}
                
.login .wrapper .input_text {
	width: 162px;
	float: left;
}
                
                
.reminder_register {
	margin-left: 40px;
	width: 300px;
	float: left;
}
        
.reminder_register .wrapper {
	padding: 10px;
	background: #ebebeb;
	border: 1px solid #b7b7b7;
}
            
.reminder_register .wrapper h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

#footer{
	background-image: url(/pathways/img/bgpattern.jpg);
	color:#fff;
	height:75px;
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	width: 90%;
	padding-left: 10%;
	padding-top: 5px;
}

#footer a{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover{
	color: #F7AF37;
}

#greentxt{
	color:#C1DA4B;
}

#greentxt a{
	color:#C1DA4B;
}

/*
loginSubmit {
	text-align: right;
	vertical-align: top;
}
*/

a.button, 
a.cancel{
background-color:#ddd;
border:1px solid #aaa;
color:#777;
display:inline-block;
font-family:arial,san serif;
font-size:11px;
height:14px;
line-height:16px;
margin:0 5px 0 0;
padding:5px;
text-decoration:none;
}

a.cancel:hover {
    color:black;
    border:1px solid #d27d00;
    }
  
.button,
.submit {
    height:26px;
    float:right;
	line-height: 26px;
	text-decoration: none;
    background-color: #F8D35B;
    border:1px solid #d27d00;
    color: black;
    padding:0px 10px;
	font-size:11px;
	font-family:arial,san serif;
}

a.button:hover,
a.cancel:hover,
.button:hover,
button:hover 
.submit:hover {
	background-color:#ffffe0;
}


a.button:hover, a.cancel:hover, .button:hover, button:hover, .submit:hover {
	background-color:#ccf;
}

/*  Message windows (displayed at top of forms)  */
.error_msg {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/cognoti/img/icons/error.png');
}


/*option {
	padding-right: 10px;
}
*/
