table.table1 {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
    align : center;
}

table.table1  td {
    text-align: center;
    padding: 5px;
}

table.table1 th {
    text-align: center;
    padding: 8px;
     background-color:  #00557F ;
    color: white;
}


table.table1 tr.odd {
	
	background-color:  #f5f8f9 ;
}

table.table1 tr.even {
	background-color:    #d4f0fc   ;
}

table.table1 th.order1 {
background: url(../images/adown.png) no-repeat 5%;
    background-repeat: no-repeat;
    background-position:right;
} 

table.table1 th.order2 {
background: url(../images/adown.png) no-repeat 5%;
background-repeat: no-repeat;
background-position:right;
}  

.formInputText{
	width: 200px;
    padding: 6px 6px;
    margin: 7px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}

input[type=text]:focus {
    background-color: #e1f1f7;
     border: 2px solid #54adcf;
}

label {
    cursor: default;
    font-weight: bold;
}

.buttonCSS {
    background-color: #00557F;
    border: none;
    color: white;
    padding: 5px 30px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}

.menubuttonCSS {
    background-color: #00557F;
    border: none;
    color: white;
    padding: 5px 30px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    height: 150px;
}

.LinkButton {
   border-color: #00557F;
    border: 1;
    color: white;
    padding: 7px 15px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
   
    
}

select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#000000;
    border:1px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 150px;
}


.w30, .w50, .w70, .w100 {
    height: 35px;
    float: left;
    display: inline-block;
    width: 100%;
}
.w30{
    width: 30%;
}
.w50{
    width: 50%;
}
.w70{
    width: 70%;
}
.w100{
    width: 100%;
}
 .errorMessage {
 	 color: red;
		}
  .errors {
	color:#ff0000;
	
	width:400px;
	margin-bottom:8px;
}
.welcome {
	 color:#008000;
	
	width:400px;
	margin-bottom:8px;
}
.errors li{
	list-style: none;
}
 .newsdiv {
    border: 2px solid #ffffff;
    border-radius: 1px;
    box-shadow: 2px 2px 8px 2px #888888;
   	color: #555;
    padding: 7px;
    font-family: Times New Roman; /* sans-serif;*/
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
