body {
	
	font-size: 16px;
	font-family: 'Times New Roman', sans-serif;
	
	/*font-family: Arial, sans-serif;
	font-size: 10pt;
	/*background-color: #B6DEFF;*/
	color: #969595;
}

/*h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#F63;
	border-bottom: solid 4px #6F6F6F;
}
*/
h2 {
	/*width: 600px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #F63;
	border-bottom: solid 2px #6F6F6F;
	margin-bottom: 8px;*/
}

/*fieldset {
	border: solid 1px #666666;
	width: 70%;
	padding: 4px 4px 4px 4px;
	margin-bottom: 5%;
}*/

legend {
	color:#26b8e1;
	/*color: #969595;*/
	/*margin-left:30px;*/
	/*background:#F63;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	width:150px;*/
	
}

label {
	width: 125px;
	float: left;
	margin: 2px 0 2px 0;
	text-align: right;
	vertical-align: top;
	color:#969595;
}

.inputText, .inputTextArea {
	margin: 2px 0 2px 5px;
	vertical-align: top;
}

.challengeImage {
	margin: 2px 0 2px 0;
	vertical-align: top;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
    width: 120px;
    margin-left: 30px;
    background-color: #26b8e1;
	padding: 2px 2px 2px 2px;
    color: #ffffff;
}


/*input.submit {
	color: #ffffff;
	background:#F63;
	border: 2px outset #cccccc;
	padding: 2px 2px 2px 2px;
	width: 120px;
}*/

.credit {
	width: 600px;
	padding-top: 4px;
	margin-top: 8px;
	border-top: solid 1px #999999;
	clear: both;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #303030;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

.entry {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #999999;
	clear: both;
}

#lastEntry, #onlyEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	text-align: right;
	display: inline;
	font-weight: bold;
}

.entry .field .value {
	float: left;
	width: 494px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

.timestamp {
	margin: 0 0 25px 0px;
	padding: 8px 0 0 0;
	clear: both;
}

.navigation {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
}

.entryCount {
	width: 100%;
	/*text-align: center;*/
	padding-bottom: 4px;
	margin-top: 8px;
}

.txtFeild{
	margin-bottom:10px;
}

.txtGust{
	margin-left:0px;
}

.txtSubTxt{
	color:#5F5F5F;
}
.btn-primary {
    color: #fff;
    background-color: #26b8e1;
    border-color:#26b8e1;
	padding: 10px 35px;	
}
.btn-primary:hover{
	background-color: #26b8e1;
	 border-color:#26b8e1;	
	}
.btn-primary:active{
	background-color: #26b8e1;
	border-color:#26b8e1;	
	}		
/*.contain {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 150px;
    margin-left: 0px;; 
}*/
h4 {
    color: #ff0080;  
}
.row {
     margin-right: 0px; 
     margin-left: 0px; 
}
.col-xs-2 {
    width: 16.66666667%;
    margin-top: 10px;
}

.form-control{
	border-radius: 0px !important;
}

.btn{
	border-radius: 0px !important;
}