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

#page-wrap {
	margin: 0;
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 95%; 
		border-collapse: collapse;
		font-family:"Open Sans", arial, sans-serif;
		margin-bottom:15px;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	
	#page-wrap {
	margin: 0px;
}
td {
	font-family:"Open Sans", arial, sans-serif;
	color:#4D667A;
	font-size:10.5pt;
}

td a{ color:#666; }
td a:visited 
{ color: #4D667A; }
	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	td a:hover, a:focus 
{ color: #04B1E0;
text-decoration:underline; }

	table { 
		width: 95%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #ECF3F5; 
	}
	th { 
		 background: none repeat scroll 0 0 #B6DBEA;
        color: #333; 
		font-weight: 600;
		font-size:12pt;
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #fff; 
		text-align: left; 
		
	}
	th { background-color:#B6DBEA ;}
	
@media (max-width: 480px)  {
	
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #fff; 
			position: relative;
			padding-left: 50%; 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		td:nth-of-type(1):before { content: "Name";  background: none repeat scroll 0 0 #B6DBEA; color: #2F3336;  }
		td:nth-of-type(2):before { content: "Title/Position"; background: none repeat scroll 0 0 #B6DBEA; color: #2F3336;}
		td:nth-of-type(3):before { content: "Contacts"; background: none repeat scroll 0 0 #B6DBEA; color: #2F3336;}
		td:nth-of-type(4):before { content: ""; background: none repeat scroll 0 0 #B6DBEA; color: #2F3336;}
		td:nth-of-type(5):before { content: "Wars of Trek"; }
		td:nth-of-type(6):before { content: "college Name"; }
		td:nth-of-type(7):before { content: "Date of Birth"; }
		td:nth-of-type(8):before { content: "Dream Vacation City"; }
		td:nth-of-type(9):before { content: "GPA"; }
		td:nth-of-type(10):before { content: "Arbitrary Data"; }
	}
	
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
	/*	table { 
			padding: 0; 
			margin: 0; 
			width: 320px; }
		}*/
	
	/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
	
	}
	
	
	/*************** Programs ***********************/
	
#content table.term {
    color: #333333;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    margin: 5px;
}
#content table.term th {
    background-color: #c7d7dc;
    border: 1px solid #ffffff;
    color: #336;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
}
#content table.term th a:link {
    color: #333333;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
}
#content table.term th a:hover {
    color: #358197;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}
#content table.term td {
    background-color: #eaf1f4;
    border: 1px solid #ffffff;
    color: #333333;
    font-family: arial;
    font-size: 10pt;
}
#content table.term tr {
    background-color: #f2f7f9;
    border: 2px solid #ffffff;
    color: #333333;
    font-family: arial;
    font-size: 10pt;
}

.content p
{
font-size: 16px;
font-style: normal;
margin-left: 35px;
margin-right: 30px;
text-align: left;

width: auto;
float: none;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b2b3b3 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dashed none none;
    border-width: 0.05em medium medium;
    color: #fff;
    margin-left: 0;
    width: 70%;
}

TABLE.Alternating {
    background-color: #edf4ec;
    border-collapse: collapse;
    border-color: #dddebb;
    border-style: solid;
    border-width: 1px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
}
TABLE.Alternating CAPTION {
    border-color: white;
    border-style: solid;
    border-width: 0;
    color: #d2763a;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    text-align: center;
}
TABLE.Alternating TH {
    background-color: #6d9dc3;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    text-transform: capitalize;
}
TABLE.Alternating TR {
    border-color: white white #b9baba;
    border-style: solid;
    border-width: 1px;
    height: 25px;
    margin: 2px;
}
TABLE.Alternating TR:hover TD {
    background-color: #f3f4d2;
}
TABLE.Alternating TD {
    background-color: #f4f7e3;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #3f3f3f;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 25px;
    padding: 1px 4px 2px 8px;
    text-align: left;
    width: auto;
}
TABLE.Alternating TD A:link {
    color: #3f3f3f;
    text-decoration: none;
}
TABLE.Alternating TD A:visited {
    color: #3f3f3f;
    text-decoration: none;
}
TABLE.Alternating TD A:hover {
    color: #1661ad;
    text-decoration: underline;
}
TABLE.Alternating TR.d1 TD {
    background-color: #fefef2;
    color: #3f3f3f;
}