body { margin: 0px; font-family: Tahoma, Geneva, sans-serif; font-size: 16px; }input {    border: 1px solid #e5e5e5;	outline:0 !important;}button {	outline:0 !important;}
/* PAGE TOP */
#pageTop {
	height: 190px;
	background-image:url('../images/headplain.jpg');
	background-size: cover;
	background-repeat: repeat-x;
}
@media screen and (max-width:775px) {
	#pageTop {
		height: 100px;
	}
}
#pageTop > #pageTopWrap {
	background-image:url('../images/THIT150.png');
	width: 100%;
	height: 100%;
	margin: auto;    /* //top  right  bottom   left */
	background-max-width: 100%;
	background-height: auto;
	background-width: auto\9;
	background-repeat: no-repeat;
	background-position: calc(100% - 50%) calc(100% - 30px);
}
@media screen and (max-width:775px) {
	#pageTop > #pageTopWrap {
	background-image:url('../images/THIT.png');
	background-position: left;
	background-padding: 15px;
	}
}
@media screen and (max-width:510px) {
	#pageTop > #pageTopWrap {
	background-image:url('../images/THIT150 (2).png');
	background-position: left;
	}
}
#pageTop > #pageTopWrap > #pageTopLogo {
	float: left;
	height: 0px;
	width: 0px;
}
#pageTop > #pageTopWrap > #pageTopRest {
	float: right;
	height: 190px;
	width: 100%;
	margin-top: 100px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 {
	height: 44px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div {
	margin-top: 2px;
	padding: 4px;
	text-align:right;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div > a {
	color: #CCC;
	text-decoration: none;
	margin: 0px 36px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div > a:hover {
	color: #C0E73D;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 {
	height: 44px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 > div {
	margin-top: 2px;
	padding: 4px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 > div > a {
	display: block;
	float: right;
	color:#CCC;
	text-decoration: none;
	margin: 0px 36px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 > div > a:hover {
	color: #C0E73D;
}
/* PAGE MIDDLE */
#pageMiddle{
	width: calc(60%);
	margin: 30px;
	margin-right: 20%;
	margin-left: 20%;
	height: auto;
	font-size: 12px;
}
@media screen and (max-width:1100px) {
#pageMiddle{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: auto;
	font-size: 12px;
	
}
}
/* PAGE WITH CHARTS _ FULL WIDTH */
#pageFullWidth{
	width: calc(100% - 60px);
	margin: 30px;
	height: auto;
	font-size: 12px;
}
/* INDEX PAGE _ FULL WIDTH */
#pageIndexThit{
	width: calc(100% - 60px);
	margin: 30px;
	height: auto;
}

/* Tables*/
table {
	border: none;
	background-color: #003399;
	width: 100%;
	/*border: 0px solid  #003399;*/
	table-layout: fixed;
}

th {margin: 2px; font-size: 13px; font-weight: bold; border: 1px solid #FFFFFF; }
@media screen and (max-width:810px) {	
th {margin: 2px; font-size: 7px; font-weight: bold;}
}
@media screen and (max-width:510px) {	
th {margin: 1px; font-size: 5px; font-weight: normal;}
}
td {padding: 0px 3px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;}

@media screen and (max-width:810px) {	
	td {padding: 0px 3px; font-size: 8px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;}
}
@media screen and (max-width:510px) {	
	td {padding: 0px 1px; font-size: 6px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;}	
}

/* Tables for index front page/photo line*/
table.tableptop {
	/*background-image:url('../images/footlogo.jpg');
    background-repeat: repeat-x;*/
	border: none;
	background-color: #000000;
	width: 100%;
	/*border: 0px solid  #003399;*/
	table-layout: fixed;
}

/* Tables for student centers*/
table.tablesc {
	border: none;
	background-color: #003399;
	width: 100%;
	/*border: 0px solid  #003399;*/
	table-layout: fixed;
}

th.thsc {margin: 2px; font-size: 13px; font-weight: bold; border: 1px solid #FFFFFF; }
@media screen and (max-width:810px) {	
th.thsc {margin: 2px; font-size: 12px; font-weight: bold;}
}
@media screen and (max-width:510px) {	
th.thsc {margin: 1px; font-size: 8px; font-weight: normal;}
}
td.tdsc {padding: 0px 3px; font-size: 13px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;}

@media screen and (max-width:810px) {	
	td.tdsc {padding: 0px 3px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;}
}
@media screen and (max-width:510px) {	
	td.tdsc {padding: 0px 1px; font-size: 10px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;}	
}

table.table1 {
	border: none;
	background-color: #003399;
	width: 100%;
	/*border: 0px solid  #003399;*/
	table-layout: fixed;
	font-size: 14px;
}



table.tableeval {
	
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid  #000000;
	table-layout: fixed;
	font-size: 14px;
}

th.theval {margin: 2px; font-size: 13px; font-weight: bold; border: 1px solid #000000; }
@media screen and (max-width:810px) {	
th.theval {margin: 1px; font-size: 9px;}
}
td.tdeval {padding: 0px 3px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; border: 1px solid #000000; }
@media screen and (max-width:810px) {	
	td.tdeval {padding: 0px 1px; font-size: 9px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;}	
}

table.tablehead {
	border: none;
	background-color: #FFFFFF;
	width: 100%;
	/*border: 0px solid  #003399;*/
	table-layout: fixed;
	font-size: 14px;
}
th.thhead {margin: 2px; font-size: 13px; font-weight: bold; border: none; }
@media screen and (max-width:810px) {	
th.thhead {margin: 1px; font-size: 11px;}
}
td.tdhead {padding: 0px 3px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; border: none; vertical-align: top;}
@media screen and (max-width:810px) {	
	td.tdhead {padding: 0px 1px; font-size: 11px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; vertical-align: top;}	
}

/* PAGE BOTTOM */
#pageBottom{
	background-image:url('../images/footlogo.jpg');
    background-repeat: repeat-x;
	padding: 18px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

 #topbuttons{
    text-align: center;
    }

    .floatdiv{
    float:left;
        margin-right: 80px
    }



/* Input Button */
input.MyButton {
width: 250px;
max-width: 300px;
min-height: 30px;
margin: 3px;
padding: 5px;
font-size: 14px;
font-weight: bold;
font-size: 100%;
background: #3366CC;
color: #FFFFFF;
cursor: pointer;
border: 1px solid #999999;
border-radius: 10px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word; 
white-space: pre-wrap;
-webkit-box-shadow: 6px 6px 5px #999999;
-moz-box-shadow: 6px 6px 5px #999999;
box-shadow: 6px 6px 5px; #999999;
}
input.MyButton:hover {
color: #FFFF00;
background: #3366CC;
border: 1px solid #A3A3A3;
-webkit-box-shadow: 2px 2px 5px #666666 !important;
-moz-box-shadow: 2px 2px 5px #666666 !important;
box-shadow: 2px 2px 5px; #666666 !important;
}
/* Input Button */
input.MyButtonTable {
width: 100%;
min-height: 30px;
margin: 1px;
padding: 1px 8px;
font-size: 12px;
font-weight: bold;
font-size: 100%;
background: #3366CC;
color: #FFFFFF;
cursor: pointer;
border: 1px solid #999999;
border-radius: 10px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: pre-wrap; 
}
input.MyButtonTable:hover {
color: #FFFF00;
background: #3366CC;
border: 1px solid #A3A3A3;
}


input.MyButtonAdminTable {
width: 100%;
min-height: 30px;
margin: 1px;
padding: 1px 8px;
font-size: 12px;
font-weight: bold;
font-size: 100%;
background: #3366CC;
color: #FFFFFF;
cursor: pointer;
border: 1px solid #999999;
border-radius: 10px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: pre-wrap; 
}
input.MyButtonAdminTable:hover {
color: #FFFF00;
background: #3366CC;
border: 1px solid #A3A3A3;
}

@media screen and (max-width:810px) {	
	input.MyButtonAdminTable {
		font-size: 9px;
	}
}



a {
    text-decoration: none;
    color: #39C;
}
#nav-wrap {
    margin-top: 0px;
}
 
/* menu icon */
#menu-icon {
    display: none; /* hide menu icon initially */
}
 
#nav, 
#nav li {
    margin-right: 30px;
	margin: 0px;
    padding: 0;
}
#nav li {
    list-style: none;
    float: right;
	margin-top: 150px;
    margin-right: 15px;
}
 
/* nav link */
#nav a {
    padding: 4px 10px;
    display: text;
    color: #ffffff;
    
}
#nav a:hover {
    
	color: #909090;
}
 
/* nav dropdown */
#nav ul {
    background: #000000;
    padding: 2px;
    position: relative;
    border: solid 1px #000000;
    display: none; /* hide dropdown */
    width: 250px;
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav li:hover > ul {
    display: block; /* show dropdown on hover */
}
@media screen and (max-width: 775px) {
 
    /* nav-wrap */
    #nav-wrap {
        position: relative;
    }
 
    /* menu icon */
    #menu-icon {
		color: ffffff;
        width: 55px;
        height: 30px;
        background: url(../images/threeline.png) no-repeat 10px center;
        padding: 50px 0px 0px 20px;
        cursor: pointer;
        border: none;      /* solid 1px #ffffff; */
        display: block; /* show menu icon */
		float: right;
    }
    #menu-icon:hover {
        background-color: #303030;
    }
    #menu-icon.active {
        background-color: #303030;
    }
 
    /* main nav */
    #nav {
        clear: both;
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 10000;
        padding: 5px;
        background: #303030;
        border: none;
        display: none; /* visibility will be toggled with jquery */
    }
    #nav li {
        clear: both;
        float: none;
        margin: 5px 0 5px 10px;
    }
    #nav a, 
    #nav ul a {
        font: inherit;
        background: none;
        display: inline;
        padding: 0;
        color: #ffffff;
        border: none;
    }
    #nav a:hover, 
    #nav ul a:hover {
        background: none;
        color: #A)A)A);
    }
 
    /* dropdown */
    #nav ul {
        width: auto;
        position: static;
        display: block;
        border: none;
        background: inherit;
    }
    #nav ul li {
        margin: 3px 0 3px 15px;
    }
 
}




/*  NavBOTTOM  */
 
#navbottom, 
#navbottom li {
    margin-right: 30px;
	margin: 0px;
    padding: 0;
}
#navbottom li {
    list-style: none;
    float: right;
	margin-top: 3px;
    margin-right: 35px;
}
 
/* nav link */
#navbottom a {
    padding: 4px 10px;
    display: text;
    color: #ffffff;
    
}
#navbottom a:hover {
    
	color: #909090;
}


