/* Florida Transportation Modeling
Created in Jan 19, 2006 by atiosis
Last modified: jul 26, 2006*/

body {
	text-align: center;
	background-color: #E7E7E9;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	border: none;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: capitalize;
 }	
 
a {
	color: #FF9900;
	text-decoration: none;
 }
 
a:link {
	color: #FF9900;
	text-decoration: none;
 }
a:hover {
	color: #FF9900;
	text-decoration: underline;
 }



/* HEADER */

#header {
	margin-left: auto;
	margin-right: auto;
	width: 762px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #989898;
	border-bottom-color: #989898;
	border-left-color: #989898;
	margin-bottom: 10px;
	height: 80px;
 }
 
 .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #989898;
	text-decoration: none;
 }

a.header:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #989898;
	text-decoration: none;
}

a.header:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #989898;
	text-decoration: none;
}

a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}


/* HEADER */

/* CONTAINER */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 762px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #989898;
 }
 
#path {
	width: auto;
	background-color: #989898;
	padding: 8px 10px;
	margin-bottom: 10px;
 }
 
#leftcolumn {
	width: 140px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #989898;
	vertical-align: top;
	margin: 0px;
 }
 
/*#rightcolumn {
	width: 140px;
	text-align: left;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #989898;
	height: auto;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	vertical-align: top;
 }*/

.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
 	text-transform: uppercase;
	letter-spacing: 1px;
 } 


a.path:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
	
 } 
 
a.path:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
 
a.path:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
 }

 
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
 }
 
 a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
}

a.link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
 }

/* 
a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
	margin-right: 10px;
 }
 */
 
.menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E9;
	padding-bottom: 7px;
	padding-top: 7px;
	width: auto;
	margin-right: 10px;
 }
 
.boxleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	background-color: #E7E7E9;
	padding: 10px;
	height: auto;
	width: auto;
	border: 1px solid #989898;
	line-height: 20px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 0px;
 }
 
 .boxright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	background-color: #E7E7E9;
	padding: 10px;
	height: auto;
	width: auto;
	border: 1px solid #989898;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
 }
 
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
	margin-bottom: 5px;
	/*padding-bottom: 5px;
	line-height: 16px;*/
 }
 
 .titleSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
	margin-bottom: 5px;
	/*padding-bottom: 5px;
	line-height: 16px;*/
 }
 
 .titleList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
 }
 
 .titleColumns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
	margin-bottom: 5px;
	/*line-height: 16px;*/
 }
 
 #GIS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF9900;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	height: auto;
	width: 590px;
	margin-top: 0px;
	padding: 0px;
 }
 
.GIS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding-right: 10px;
 }
 
 a.GIS:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
 }
 
  a.GIS:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 20px;
 }
 

/* CONTAINER */

/* CONTENT */

#content {
	/*width: 450px;*/
	width: 590px;
	text-align: left;
	padding: 0px;
	height: 100%;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
 }
 
 #section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #989898;
	padding: 8px 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
 
 
  #section2level {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	text-align: left;
	background-color: #989898;
	padding: 8px 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
 
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #989898;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 15px;
	/*padding-top: 10px;*/
 }
 
h1 {
	margin-top: 0px;
 }
 
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
 }
 
 .textnoline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	margin-bottom: 15px;
	margin-right: 0px;
	padding-top:3px;
 }
 
 .commentsBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 19px;
	margin-bottom: 30px;
 }
 
.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	/*line-height: 19px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	/*padding-bottom: 15px;*/
	margin-bottom: 15px;
	margin-right: 10px;
 } 
 
 .preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	/*line-height: 19px;*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	padding: 10px;
 } 
 
 .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	/*line-height: 24px;*/
 }
  .textlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	/*line-height: 25px;*/
	padding-bottom: 0px;
	margin-bottom: 15px;
	text-indent: 20px;
	padding-top: 10px;
	margin-top: 10px;
 }
/*    a.textlist:link {
	list-style: url(imgs/bullet.gif) none inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
	line-height: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 20px;
	padding-top: 10px;
 }
   a.textlist:hover {
	list-style: url(imgs/bullet.gif) none inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	text-decoration: underline;
	line-height: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 20px;
	padding-top: 10px;
 }
    a.textlist:visited {
	list-style: url(imgs/bullet.gif) none inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
	line-height: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 20px;
	padding-top: 10px;
 } */
 
.linksnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	/*margin-top: -5px;*/
	text-align: right;
 }
 
a.linksnews:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	/*margin-top: -10px;*/
	text-align: right;
	margin-bottom: 10px;
 } 
 
a.linksnews:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: underline;
	/*margin-top: -10px;*/
	text-align: right;
	margin-bottom: 10px;
 }
 
 .status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 19px;
	background-color: 323232;
	width: auto;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin-top: 12px;
	text-transform: uppercase;
 }
 
 /*CONTENT*/
 
 /*FOOTER*/
 
 #footer {
	width: auto;
	text-align: center;
	background-color: #989898;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
 }
 
 .paginate {
	width: auto;
	text-align: center;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #989898;
 }
 
 /* PUBLISH PAGE STYLES */
 
ol {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-position: outside;
}

* + html ul {
	margin-left: 12px;
	margin-bottom: 0px;
	padding-bottom:5px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(http://www.fsutmsonline.net/imgs/arrow.gif);
	padding-top: 0px;
	/*background-color: #FF0000;*/
}

* html ul {
	margin-left: 12px;
	margin-bottom: 0px;
	padding-bottom:5px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(http://www.fsutmsonline.net/imgs/arrow.gif);
	padding-top: 0px;
	/*background-color: #FF0000;*/
}

ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom:5px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(http://www.fsutmsonline.net/imgs/arrow.gif);
	padding-top: 0px;
	/*background-color: #00FF00;*/
}

li {
	margin-bottom: 0px;
	margin-top: 0px;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 5px;
 } 
 
.box {
	margin-top: 15px;
	margin-bottom: -10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #989898;
 } 
 .indentSmall {
 	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
 
 } 
 .indentBig {
 	margin-left: 60px; 
	margin-bottom: 0px;
	margin-top: 0px;
}

blockquote {
	margin-bottom: 0px;
}

b {
	color: #000000;
	font-weight: bold;
 }


/* =================== BEGIN ACCORDION STYLES ========================== */


.workshop { /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
padding-right:5px;
border: 1px solid #989898;
margin-bottom: 10px;
background: #e9e9eb;

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #323232;
text-decoration: none;
height: auto;
width: auto;
font-weight: bold;
}

.lessons {
	margin-left:25px;
	margin-bottom:15px;
	
}

.lessons ol {
	list-style-image: url(imgs/list-bullet.gif);
	list-style-position: outside;
	list-style-type:none;
	margin-bottom:10px;
	padding-left:17px;
}

.lesson li {
}

.openWorkshop{ /*class added to contents of 2nd demo when they are open*/
color: #FFFFFF;
background: #ff9900;
}

.LessonLeftColumn {
	width:150px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
	padding-right:10px;
	vertical-align:text-top;

	
}

.LessonRightColumn {
	width:450px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #989898;
	text-decoration: none;
	line-height: 19px;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 10px;*/
}
 

.descriptionBox { /*header of 2nd demo*/
padding-bottom:10px;
padding-top:5px;
padding-left:10px;
padding-right:5px;
border: 1px solid #e9e9eb;
margin-bottom: 15px;
background: #FFFFFF;

}

.description{ /*header of 2nd demo*/
/*cursor: hand;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FF9900;
text-decoration: none;
height: auto;
width: auto;
font-weight: bold;*/

font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
}

.openDescription{ /*class added to contents of 2nd demo when they are open*/
color: #323232;
background: #FFFFFF;
}

.descriptionText {
	margin-left:0px;
	margin-bottom:20px;
	margin-right:10px;
	
}

 .descriptionPag {
	width: 150px;
	text-align: center;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left:-30px;
	
	/*border: 1px solid #989898;*/
 }
 
.Acknowledgements {
	margin-left:0px;
	margin-bottom:20px;
	margin-right:10px;
	
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	
	padding:10px;
	
	font-size:11px;
	color: #666666;
	
} 
 
/* =================== END ACCORDION STYLES ========================== */


.button_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	
	width:auto;
	background-color: #FF9900;
	margin-bottom: 10px;
	margin-top:10px;
	margin-right:0px;
	margin-left:10px;
	border: none;
	
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
	
 }	

a.button_login:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #FF9900;
}

a.button_login:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #FF9900;
}

a.button_login:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #999999;
}