﻿select {
    font-family: "Lato",Calibri,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
   
    height: 25px;
    margin-top: 10px;
    border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #FCFCFC;
    color: #6C6C6C;
    border: 1px solid #A6A6A6;

}
input[type="Label"]
{
	 color: #6C6C6C;
	 font-weight:bold;
}
textarea 
{
	background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #A6A6A6;
    border-radius: 5px 5px 5px 5px;
    color: #6C6C6C;
    height: 50px;
    margin-top: 10px;
    outline: medium none;
    padding-left: 10px;
    padding:5px;
    width: 200px;
}
input[type="text"], input[type="password"]
{
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #A6A6A6;
    border-radius: 5px 5px 5px 5px;
    color: #6C6C6C;
    height: 15px;
    margin-top: 10px;
    outline: medium none;
    padding-left: 10px;
    padding:5px;
    width: 200px;
    height:25px;
}
input[type="text"]:focus, input[type="password"]:focus,textarea:focus {
    background: none repeat scroll 0 0 white;
    border-color: #7DC9E2;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
    color: #A6A6A6;
 content:"";
 }
input[type="submit"] {
    border: 1px none #009cd9;
    border-radius: 5px;
    background: none repeat scroll 0px 0px #3C8DBC;
    color: #FFF;
    font-weight:bold;
    height: 28px;
    line-height: 28px;
    padding: 0px 14px;
    text-decoration: none;
    text-transform: none;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    cursor: pointer;
}
input[type="submit"]:hover
{
    background:gray repeat scroll 0px 0px ;
    color:#FFF;
    font-weight:bold;
}

.pageTitle {
    font-family: "Titillium Web", Arial;
    font-size: 24px;
    font-weight: bold;
    color:#3C8DBC;
    text-decoration: none;
    text-align: left;
    padding-bottom: 4px;
    padding-top: 5px;
    padding-left: 23px;
    text-shadow: 1px 1px 0px #000;
    border-bottom: 1px solid #eff0f0;
    position: 10px;
}
.pageText {
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #3C8DBC;
    text-align: left;
    line-height: 1.6em;
}
.pageHeading {
    font-family: "Titillium Web", arial;
    font-size: 20px;
    font-weight: none;
    color: #000000;
    text-align: justify;
}
.listView td {
    border: 1px solid #ffffff;
    padding: 5px;
}
.locationClass {
    background: none repeat scroll 0% 0% #3C8DBC;
    padding: 2px 2px 2px 10px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
ul.list{margin:0; padding:0; list-style:none;}
ul.list li{background:url(./../img/marker.gif) top left no-repeat; background-position:0 7px; padding-left:15px; overflow:hidden; padding-bottom:7px; color:#000; text-decoration:none; line-height:18px; text-align:left; }
ul.list li a{color:#000; text-decoration:none; text-align:left;}
ul.list li a:hover { text-decoration: underline;  text-align:left; }
