@charset "utf-8";
/* CSS Document */


#search {
    background: none repeat scroll 0 0 #fff;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 0px;
    padding: 10px;
    position: relative;
   /* width: 20%;*/
    z-index: 100;
	width: 30%;
}
#search_main {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 10px auto;
    padding: 8px;
    position: relative;
    /*width: 50%;*/
    z-index: 10;
}


.boxFormField {
    border: 4px solid #e8f1f6;
   /* float: left;*/
    margin: 0 10px 10px;
    width: 210px;
	padding:2px 4px;
	height:30px;
}

.boxFormField2 {
    border: 4px solid #dee7eb;
    height: 22px;
    margin: 0 10px 10px;
    width: 210px;
}

.boxFormField:focus, .boxFormField2:focus {
    border: 4px solid #abc0c9;
	box-shadow: inset  1px 1px 3px #2B788E;
	   
}

.goTop a:link {
    float: right;
    margin: 10px;
    text-decoration: none;
    width: 50px;
}
div.nav_year {
    background: none repeat scroll 0 0 #11233e;
    border: 2px solid #fff;
    color: #fff;

    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 3px 5px;
}
div.nav_year a:link, div.nav_year a:visited {
    color: #fff;
    text-decoration: none;
}
div.nav_year a:hover {
    color: #ffffb6;
    text-decoration: none;
}
h5 {
    color: #666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    margin: 0 0 5px;
    text-decoration: none;
}
#Academic {
    background-position: left top;
    background-repeat: no-repeat;
    height: 45px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top: -5px;
    z-index: 999;
}
#results {
    background-color: #FCF0F0;
    background-image: url("../images/gradient.png");
    background-position: center top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #EA8282;
    border-top: 1px solid #EA8282;
    clear: both;
    margin: 5px 0;
    padding: 2px;
}
div.result {
    border-right: 1px dotted #ccc;
   /* color: #cf6612;*/
   color:#C25E5E;
    cursor: default;
    display: inline;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 25px;
    margin: 0 2px;
    padding: 4px 10px 2px 2px;
    text-align: left;
    text-decoration: none;
}
div.result span {
    color: #d2211b;
   /* font-family: opensans-semibold;*/
    font-size: 14px;
    font-weight: 600;
    margin: 0 3px;
    text-decoration: none;
}
div.result span:hover {
    color: #d2211b;
    text-decoration: none;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #8f9d28;
    border-image: none;
    border-style: none none dashed;
    border-width: medium medium 1px;
    height: 1px;
    margin: 4px 8px;
    padding: 0;
}
table.ResultTable {
    background-position: center center;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 20px;
    text-align: center;
}
table.ResultTable caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #619dbb;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding: 4px 4px 1px;
    text-align: left;
    vertical-align: baseline;
}
table.ResultTable th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #619dbb;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 4px;
    text-align: center;
}
table.ResultTable tr {
    border: 1px solid #ccc;
    height: 25px;
    margin: 2px;
}
table.ResultTable td {
    background-color: #f1f6f9;
    border: 1px solid #ccc;
    color: #186590;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 25px;
    padding: 2px 4px;
    text-align: left;
    vertical-align: top;
    width: auto;
}
table.ResultTable td a:link, table.ResultTable td a:visited {
    color: #186590;
    text-decoration: none;
}
table.ResultTable td a:hover {
    color: #20a7d7;
    text-decoration: underline;
}
table.ResultTable td.left {
    background-color: #f1f6f9;
    border: 1px solid #ccc;
    color: #186590;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 25px;
    padding: 2px 4px;
    text-align: left;
    width: auto;
}


ul#featured li {
 font-family: Verdana,Arial,Helvetica,sans-serif;
    /*font-size: 11pt;*/
}


ul#featured li p a {
 font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}


ol.boxFormElement li select.Selectform {
    border: 3px solid #D4DEE4;
    height: 30px;
    margin: 3px 10px 10px;
    padding: 2px 4px;
    width: 94%;
}

ol.boxFormElement li select.Selectform :active {
    border: 3px solid #dee3e6;
	    border: 3px solid #abc0c9;
    box-shadow: 1px 1px 3px #2b788e inset;
 
}


