@import url('css/demo.css');
@import url('css/font-awesome.css');
@charset "utf-8";
/* CSS Document  table{margin-bottom:20px;
	height: 32px;
}
*/
 .modal
        {
            position: fixed;
            z-index: 999;
            height: 100%;
            width: 100%;
            top: 0;
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.6;
            -moz-opacity: 0.8;
        }
        .center
        {
            z-index: 1000;
            margin: 300px auto;
            padding: 10px;
            width: 130px;
            background-color: White;
            border-radius: 10px;
            filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;
        }
        .center img
        {
            height: 128px;
            width: 128px;
        }
body{
	background-color:#F1F1F1;
	background-repeat:repeat-x;
	background-position:top;
	margin:auto 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #333;
	font-size: 14px;
	line-height: 1.7em; 
}

h3{text-transform:uppercase; font-size:22px; color:#036C8A; text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	width: 805px;
}
#page-wrapper{
	width:auto 100%;
	height:auto 100%;
}
form{color:#06F; font-size:14px;}


legend{text-align:right; margin-right:20px;}
input[type=text]{border:solid #999 1px; padding:3px; border-radius:3px;
}
input[type=text]:hover{box-shadow: 0 0 2px #036C8A; border-color:#036C8A;}
input[type=text]:focus{box-shadow: 0 0 2px #0CF; border-color:#09F; background-color:#FCFCFC;}

textarea{
}

select{  padding:1px; border-collapse:collapse;}

input[type=submit] {
   width: 91px;
    height: 26px;
    position: relative;

    /*  Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-left: 1px;
    background: #036C8A; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #036C8A);
    background: -ms-linear-gradient(#34a5cf,#036C8A);
    background: -o-linear-gradient(#34a5cf, #036C8A);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#036C8A));
    background: -webkit-linear-gradient(#34a5cf, #036C8A);
    background: #036C8A;
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    top: 1px;
    left: 10px;
}

input[type=submit]:hover{
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.search-wrapper{padding:10px; border:#09F solid 1px;}

.search-table{width:100%; overflow:scroll; height:300px;}


				#box-table-a
				{
					font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
					font-size: 12px;
					width: 100%;
					text-align: left;
					border-collapse: collapse;
				}
				#box-table-a th
				{
					font-size: 13px;
					font-weight: normal;
					padding: 8px;
					background: #b9c9fe;
					border-top: 4px solid #aabcfe;
					border-bottom: 1px solid #fff;
					color: #039;
				}
				#box-table-a td
				{
					padding: 8px;
					background: #e8edff; 
					border-bottom: 1px solid #fff;
					color: #669;
					border-top: 1px solid transparent;
				}
				#box-table-a tr:hover td
				{
					background: #d0dafd;
					color: #339;
				}






#header-wrapper{
	box-shadow: 0 0 5px #000;
	margin-bottom: 30px;
	overflow:auto;
}
#header2{
	background-color:#FFF;
	height:80px;
	width:100%;
	overflow:auto;
}
#header{
	background-color:#FFF;
	height:100px;
	width:100%;
	overflow:auto;
}

		#nav_bar{
			overflow:auto;
			width:100%;
			background-image:url(images/hmo1.jpg);
			background-repeat:repeat-y;
			margin-left:0px;
			padding-bottom:5px;
		}
		
		#nav_bar li{
			list-style-type:none;
			float:left;
			font-family: Tahoma, Geneva, sans-serif;
			font-size:14px;
		}
		
		#nav_bar li a{
			display:block;
			text-decoration:none;
			color:#333; 
			/*color :#003399*/
			width:80px;
			text-align:center;
			padding-bottom:5px;
			padding-top:10px;
			margin-top:-10px;
			text-shadow: 1px 1px 0px #CCC;
		}
		
		#nav_bar li{border-right: 2px groove rgba(255, 255, 255, 0.5);}
		
		#nav_bar li:last-child{border-right:none}
		
		#nav_bar li a:hover
{
	color: #FFF;
	text-shadow: #000;
	background-color: #036C8A;
}



#content-wrapper{
	width:92%;
	margin-left:1%;
	padding:10px;
	height:auto ;
	overflow:auto;
	background-color:#FFF;
/*	margin-bottom:30px; */
}

		.contents{overflow:auto; width:92%; height:auto; padding-left:50px; padding-right:50px; padding-top:10px; padding-bottom:10px; margin-bottom:50px;}
		
		.menu{min-width:250px; height:auto; background-color:#F1F1F1;}
				
			/*	.menu-title{padding-left:20px; padding-top:0px; height:30px; background-color:#ff0000; color:#FFF; font-size:14px;} */
			.menu-title
{
	padding-left: 20px;
	padding-top: 0px;
	height: 30px;
	background-color: #91A32B;
	color: #FFF;
	font-size: 14px;
}
				
td{ background-color:#FCFCFC;
    text-align: center;
}

#footer-wrapper{ margin-top:50px;}
		
/* Demo 2 */

.form-2 {
    /* Size and position */
    width: 340px;
    margin: 60px auto 6px auto;
    padding: 15px;
    position: relative;

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-2 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 input[type=text]:hover,
.form-2 input[type=password]:hover {
    border-color: #CCC;
}

.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 49%;
    height: 38px;
    float: left;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.form-2 input[type=submit] {
    margin-left: 1%;
    background: #036C8A; /* Fallback */
    background: -moz-linear-gradient(#036C8A, #036C8A);
    background: -ms-linear-gradient(#036C8A, #036C8A);
    background: -o-linear-gradient(#036C8A, #036C8A);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#036C8A), to(#036C8A));
    background: -webkit-linear-gradient(#036C8A, #036C8A);
    background: linear-gradient(#036C8A, #036C8A);
    border: 1px solid #036C8A;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.form-2 .log-twitter
{
	margin-right: 1%;
	background: #036C8A; /* Fallback */
	background: -moz-linear-gradient(#003399, #036C8A);
	background: -ms-linear-gradient(#003399, #036C8A);
	background: -o-linear-gradient(#003399, #036C8A);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#036C8A), to(#036C8A));
	background: -webkit-linear-gradient(#036C8A, #036C8A);
	background: linear-gradient(#036C8A, #036C8A);
	border: 1px solid #036C8A;
	color: #ffffff;
	text-shadow: 0 -1px rgba(0,0,0,0.3);
	text-decoration: none;
}

.form-2 input[type=submit]:hover,
.form-2 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #036C8A;
}

.no-boxshadow .form-2 .log-twitter:hover {
    background: #036C8A;
}

.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

