/*
fipse timeline (http://www.tesc.edu/6850.php)
--------------------------------------------------------------------------*/ 
#timeline{
    margin:0;
    padding:0;
}
#timeline ul, .timeline li { margin: 0; padding: 0; list-style: none; }
#timeline ul li {
    margin:0 0 0 25px;
    padding:0 0 10px 10px; 
    background: url(../images/fipse_bullet_dd.gif) no-repeat;
    /*color:#5a5950;*/
}
#timeline h6 {
	font-size: 1em;
	line-height: 15px;
  	margin:15px 0 5px 0;
  	padding: 8px 0 8px 18px;  
  	font-weight:bold;
  	background: url(../images/fipse_dt_section_full.gif) no-repeat  #88414e /*#910227*/;
  	color:#FFF;
	}
#timeline em{
    color: #666;
    font-size:0.8em;
	white-space:nowrap;
}


/* =============================================== */
/* ============== PROCESS STEP LIST ============== */
/* =============================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
*:after {
    box-sizing: border-box;
}
.process_list {margin:0; padding:0;font-family: 'Open Sans',sans-serif;}
.process_list li {
    display: table;
    list-style: none outside none;
    margin-bottom: 14px;
    width: 100%;
}
.process_list li div.num {
    color: #FFFFFF;
    display: table-cell;
    font-size: 60px;
    line-height: 0.8;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
    width: 110px;
}
.process_list li div.num2 {
	color: #FFFFFF;
    display: table-cell;
	font-size:14px;
	width: 30px;
	line-height: 0.8;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}

.process_list li .num span:after,.process_list li .num2 span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) #F1F1F1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 1px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}
.process_list li .num span,.process_list li .num2 span {
    display: block;
    position: relative;
}
.process_list li .text {
    background: none repeat scroll 0 0 #F1F1F1;
    display: table-cell;
    font-weight:normal; /*600;*/
    padding: 8px 20px 8px 27px;
    vertical-align: middle;
}
.process_list li .text2 {
    background: none repeat scroll 0 0 #f1f1f1;
    display: table-cell;
    font-weight: normal;
    padding: 8px 20px 8px 12px;
    vertical-align: middle;
}

.process_list li .text .name:after,.process_list li .text2 .name:after  {
    display: none;
}
.process_list li .text .name {
    color: #0A2937;
    font-size: 25px;
    font-weight: 700;
    /*margin-bottom: 3px;*/
    text-transform: uppercase;
    width: 100%; /*450px*/
}


.process_list li .text .name2 {
    color: #0a2937;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    width: 100%;
}


.process_list li .text .desc {
    color: #0A2937;
    font-size: 12px;
    line-height: 18px;
    width: 100%; /*280px*/ 
}

.process_list li .text .desc ul.disc{
list-style-type: disc !important;
}

/* =============================================== */
/* ============ END PROCESS STEP LIST ============ */
/* =============================================== */

/* =============================================== */
/* ================ accordion CAL ================ */
/* =============================================== */
/* Reset */

.accordionCAL,
.accordionCAL ul,
.accordionCAL li,
.accordionCAL a,
.accordionCAL span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordionCAL li {list-style: none;}

/* Layout & Style */
.accordionCAL li > a {
	display: block;
	position: relative;
	min-width: 110px;
	padding: 0 10px 0 40px;
	height: 32px;
	color: #fdfdfd;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #6c6e74;
	background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
	background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.accordionCAL > li:hover > a,
.accordionCAL > li:target > a {
	color: #fdfdfd;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	/*background: url(../img/active.png) repeat-x;*/
	background: #76001a;
	background: -moz-linear-gradient(top,  #76001a 0%, #4f202a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76001a), color-stop(100%,#4f202a));
	background: -webkit-linear-gradient(top,  #76001a 0%,#4f202a 100%);
	background: -o-linear-gradient(top,  #76001a 0%,#4f202a 100%);
	background: -ms-linear-gradient(top,  #76001a 0%,#4f202a 100%);
	background: linear-gradient(top,  #76001a 0%,#4f202a 100%);	
}

.accordionCAL li > a span {
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	padding: 0 10px;
	margin-right: 10px;
	/*font: normal bold 12px/18px Arial, sans-serif;
	background: #404247;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);*/
}

.accordionCAL > li:hover > a span,
.accordionCAL > li > a span {
	/*:target
	color: #fdfdfd; text-shadow: 0px 1px 0px rgba(0,0,0, .35); 	background: #3e5706;*/
	width:24px;height:24px;background-repeat:no-repeat;background-image:url(http://www.tesc.edu/academics/cal/images/icons2.png);background-position:-72px 0px;}
.accordionCAL > li:target > a span {background:none;}

/* Images */
.accordionCAL > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	margin: 4px 8px;
	background-repeat: no-repeat;
	background-image: url(http://www.tesc.edu/academics/cal/images/icons2.png);
	background-position: 0px 0px;
}
.accordionCAL li.students > a:before { background-position: 0px 0px; }
.accordionCAL li.students:hover > a:before,
.accordionCAL li.students:target > a:before { background-position: 0px -24px; }

.accordionCAL li.educators > a:before { background-position: -24px 0px; }
.accordionCAL li.educators:hover > a:before,
.accordionCAL li.educators:target > a:before { background-position: -24px -24px; }

.accordionCAL li.employers > a:before { background-position: -48px 0px; }
.accordionCAL li.employers:hover > a:before,
.accordionCAL li.employers:target > a:before { background-position: -48px -24px; }

/* Sub Menu */
.sub-menu li a {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: #e5e5e5;
	border-bottom: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
.sub-menu li:hover a { background: #efefef; }
.sub-menu li:last-child a { border: none; }
.sub-menu li > a span {
	/*color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}
/* Functionality */
.accordionCAL li > .sub-menu {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	-o-transition: height .2s ease-in-out;
	-ms-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}
.accordionCAL li:target > .sub-menu {height:100%;}
/* =============================================== */
/* ============== END accordion CAL ============== */
/* =============================================== */
li.last{margin-bottom: 0;}

#main .wide{width:300px !important; padding:12px 0 !important;}
#main .wide2{padding: 12px 0 !important;width: 210px !important;}
#main .superwide{width:100% !important; padding:12px 0 !important;}
.grey2{
    background: none repeat scroll 0 0 #333333 !important;
    border: 1px solid #0d0d0d !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset !important;
    color: white !important;}
	
/* =============================================== */
/* ============== empty table ============== */
/* =============================================== */
table.empty {
    background: none repeat scroll 0 0 white;
    border:0;
    border-radius:0;
    margin:0;
    width:100%;
}
table.empty tbody tr td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:  #ffffff -moz-use-text-color -moz-use-text-color #ffffff;
    border-image: none;
    border-style: none;
    border-width:0;
    color: inherit;
    padding: 0;
    vertical-align: auto;
}
table.empty tbody tr:nth-child(2n) {background: none;}
.military ul.seals li a {text-decoration:none !important;}
.quick-links-feat li.panel-b a:before {background-image: url("/images/panel-icon-testdrive.png") !important;}

.featureBox p{padding:5px 10px 0; margin-bottom:5px;}
.featureBox h3.box-header {
    background: none repeat scroll 0 0 #f1f1f1;
    border-bottom: 1px solid #dedede;
    color: #70192d;
    margin-bottom: 0;
    padding: 10px;
}

.table-basic-wrap table, table.table-basic{
    background: none;
}
.table-basic-wrap table tbody tr:nth-child(2n), table.table-basic tbody tr:nth-child(2n){
    background: none;
}

/* DAY OF GIVING TOOLTIP
-------------------------------------------------*/
a.DOGtooltip {outline:none; }
a.DOGtooltip strong.title {line-height:30px;}
a.DOGtooltip:hover {text-decoration:none;} 
a.DOGtooltip span {
    z-index:10;
	display:none; 
	padding:14px 20px;
    margin-top:-30px;
	margin-left:12px;/*28px;*/
    width:200px;/*300px;*/
	line-height:16px;
	text-align:left;
}
a.DOGtooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.DOGcallout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.DOGtooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
ol {
    font-size: 13px;
    line-height: 1.5;
}
ul.disc {
    font-size: 13px;
    line-height: 1.5;
}

/* Sticker Sidebar
-------------------------------------------------*/
.panel-sticker {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    margin: 0 0 22px;
    padding: 0 0 15px;
	}
.panel-sticker h1 {margin: 0; padding: 12px 10px;}
.panel-sticker h2.subheader {padding: 12px 10px 0px;color: #666666;}
.panel-sticker .subheader{color: #666666;}
.panel-sticker hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #742f3d -moz-use-text-color;
    border-image: none;
    /*border-style: solid none;
    border-width: 1px medium;
    height: 6px;
    margin: 10px 0 20px;*/
	border-top: medium none #742f3d;
	height: 0;
    margin: 6px !important;
	clear: both;	
}
.panel-sticker ul li {
    background: none;
    border-bottom: none;
    font-size: 11px;
    margin: 0 0 0 5px;
    padding: 0;
}
