@CHARSET "ISO-8859-1";

/*------------ CSS RESET --------------------*/
html {
	
	}

body, h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;

	}
    th {
      text-align: left;
}
img {
	border: none;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	background-color: #aabbab;
	text-align: center;
    height: 100%;
	}

p {
	color: #1E1E1E;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

:focus {
	outline: none;
	}

	
/*------------ Page Structure ----------------*/

#wrap {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 0;
		background-color: white;
		text-align: left;
		border: 1px solid gray;
		overflow: hidden;
	}


/*--------------- Header Section ---------------*/	

#header {
		padding-top: 5px;
		background-repeat: repeat-y;
		background-position: right;
		clear: right;
        height: 155px;
        position: relative;
        z-index: 50;
	}
    #header hr {
      width: 100%;
      display: block;
      clear: both;
}
	#logo {			
            float: left;
            display: block;
            width: 195px;
            padding-left: 10px;
            padding-bottom: 10px;
            margin-top: 10px;
		}
    #search {
        width: 345px;
        height: 24px;
        float: right;
        margin-bottom: 6px;
    }
    #search_icon{
        float: left;
        background-image: url("../images/search.png");
        background-repeat: no-repeat;
        margin-left: 4px;
        height: 24px;
        width: 24px;
        cursor: pointer;
    }		
    #search_box {
        float: left;
        left: 0;
        margin: 0;
        width: 250px;
    }
    #search > a {
        display: block;
        float: left;
        width: 52px;
        height: 15px;
        margin: 4px 0 0 4px;
        font-size: 75%;
    }
    
    #search td {
        padding-right: 5px;
        font-weight: bold;
        font-size: 80%;
    }
        #header_right {
        float: right;
        width: 470px;
        margin: 0 10px 2px 0;
}
        #user_info {
          float: right;
}
#user_info_container {   
   float: left;
   width: 460px;
   border: 1px solid #e3e3e3;
   background-color: #f6f6f6;
}
          #user_info .user_info_box {
            float: left;
            clear: both;
            margin: 0;
            padding: 3px 8px;
            height: 16px;
          }
          #user_info .user_info_box span{
            font-weight: bold;
            color: #7a7a7a;
}
            #user_info .user_info_box a {
              font-size: 85%;
              line-height: 100%;
              margin-left: 15px;
          }

/*----- NAV ------*/
		#nav {
			position: relative;
			clear: left;
			width: 100%;
			height: 40px;
			background-image: url('../images/nav.jpg');
			background-repeat: repeat-x;
			}
		
			#nav ul {
			padding-top: 5px;
			padding-left: 15px;
			margin-left: 0;
			}
			
				#nav li {
					display: inline;
					padding-left: 0;
					padding-right: 15px;
					list-style-type: none;
				}
			#nav a {
				color: white;
				text-decoration: none;
				font-weight: bold;
				
			}
				
				#nav a:hover {
					text-decoration: none;
				}

                .class_color {
                  float: left;
                  width: 10px;
                  height: 100%;
                  margin-right: 6px;
                }
                .org {
                  background-color: navy;
                }
                .cust {
                  background-color: orange;
                }
                .geo {
                  background-color: green;
                }
                .class_color .class_img {
                  margin: 0 2px;
                }
/*    #top_nav {
      width: 965px;
      position: relative;
      z-index: 300;
    }*/

/*------------------ Middle (content & sid-bars) ----------*/

#middle {
		float: left;
		padding-top: 15px;
		padding-bottom: 20px;
		background-color: white;
		width: 100%;
		height: auto !important;
		min-height: 600px;
		height: 600px;
        position: relative;
        z-index: 1;
	}

    #loader_placeholder{
      display: block;
      float: left;
      margin: 0 0 6px 200px;
      width: 110px;
      height: 22px; 
}
#loader_placeholder .place_border {
    display: none;
    width: 110px;
    height: 22px;
    border: 1px solid gold;
}
    #loader {      
      float: left;
      height: 20px;
      width: 20px;
      background-image: url('../images/spinner_16.gif');
      background-repeat: no-repeat;
      background-position: 2px 3px;
}
#loader p{
  float: left;
  margin-left: 20px;
  height: 16px;
  padding: 2px 10px;
  border: 1px solid white;
  background-color: gold;
  font-weight: bold;
}
/*---- Left Sidebar----*/
	#left {
		float: left;
		width: 20%;
		padding-left: 0;
		background-color: white;
		}
		
	.left {
			float: left;
			clear: left;
			margin-bottom: 10px;
			width: 100%;
			/*background-image: url('../images/sidebar_back.png');*/
			background-repeat: repeat-x;
			/*background-color: #cccccc;*/
			border-bottom: 2px solid gray;
			border-right: 1px solid gray;
	}

	#left h4 {
		height: 34px;
		background-image: url('../images/nav.jpg');
		background-repeat: repeat-x;
		color: #e5e5e5;
		padding-left: 20px;
		padding-top: 6px;
		font-size: 90%;
			
	}

		#user_status {
		
			}

			#user_status span {
				padding-left: 20px;
				padding-top: 0px;
				font-weight: bold;
			}

			.emp {
				font-style: italic;
			}


		#sections {
			cursor: pointer;
			}
		
		
		#latest {
			cursor: pointer;
		}
	
	
/*-----Content-----*/	
	#content {
		width: 75%;
		padding-left: 15px;
		border-width: 1px;
		border-color: blue;
		float: left;
		clear: right;
	}
    #content.wide_content {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

	.sumpost {
		margin-bottom: 20px;
		border: 1px solid gray;	
	}
	
	
	.sumpost h3 {
		font-size: 115%;
		height: 29px;
		border-top: 1px solid #333;
		border-bottom: 2px solid gray;
		padding-top: 5px;
		padding-left: 10px;
	}
	
	.sumpost h3 a {
		color: #003366;
		text-decoration: none;		
	}
	
	.sumpost h3 a:hover {
		text-decoration: underline;
	}
	
	.sumpost h3 img {
		padding-right: 10px;
		
	}
	
	.bod {
		padding: 25px;
		padding-top: 8px;
				
	}
	
		.bod a {
			text-decoration: none;
		}
	.hideme {
		display: none;
		text-align: left;
		font-size: 90%;
	}	
	
	.sumpost ul {
		font-size: 80%;
		font-weight: bold;
		margin-left: 0px;
		padding-left: 25px;
	}
	
	.sumpost a {
		font-weight: normal;
	}
	.sumpost li {
		margin: 0px;
		list-style-type: none;
		display: inline;
		padding-right: 10px;
	}
	
	.sumpost li span {
		font-weight: normal;
	}
	.sumpost table {
		margin-left: 20px;
		margin-bottom: 7px;
		font-size: 75%;
	}
	.sumpost th{
		padding-left: 3px;
		padding-right: 5px;
		border-left: 1px dotted #ccc;
	}
	.sumpost td{
		padding-right: 10px;
	}
	
	ul.edit_inline_list{
		margin: 5px 0 10px 0;
		padding-left: 20px;
		font-size: 100%;
	}
		.edit_inline_list li{
			background-color: black;
			border: 1px solid gray;
			border-right: none;
			padding: 3px 10px;
			font-size: 75%;
            -webkit-transition: background .4s ease;
            -moz-transition: background .4s ease;
            -o-transition: background .4s ease;
            transition: background .4s ease;
		}
			.edit_inline_list li:hover{
				background-color: #666;
				cursor: pointer;
			}
		
		.edit_inline_list li a{
			color: white;
			text-decoration: none;
		}
	ul.inline_list{
		display: inline;
		margin:5px 0 10px 0;
		padding: 0;
		font-size: 75%;
	}
		.inline_list li{
			display: inline;
			background-color: black;
			border: 1px solid gray;
			border-right: none;
			padding: 3px 10px;
			font-size: 100%;
            -webkit-transition: background .4s ease;
            -moz-transition: background .4s ease;
            -o-transition: background .4s ease;
            transition: background .4s ease;
		}
		
		.inline_list li:hover {
			background-color: #666;
			cursor: pointer;
		}
		.inline_list li a {
			display: inline-block;
			color: white;
			text-decoration: none;
			height: 100%;
		}
	
		#list_box_wrap {
			float: left;
			clear: both;
			width: 100%;
			height: 150px;
			padding: 10px;
		}
		
		#list_box {
			float: left;
			width: 35%;
			height: 130px;
			padding: 5px 0 5px 10px;
			margin: 5px 20px 5px 0;
			border: 1px solid gray;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		
		#list_box h3 {
			margin-bottom: 10px;
		}
		
		#list_box li {
			margin-bottom: 5px;
		}
	
	.comments {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		background: white;
		padding-bottom: 5px;
		border: 1px solid gray;
	}
	
		.comments h4 {
			padding-left: 15px;
			padding-top: 5px;
			padding-bottom: 10px;
		}
		.comments h5 {
			padding-left: 15px;
			padding-top: 10px;
			margin: 0px;
			color: #003366;
		}
	
		.comments p {
			padding: 10px;
			padding-left: 15px;
			
		}
		
		.comments ul {
			margin: 0px;
			margin-left: 5px;
			padding: 5px;
			padding-bottom: 10px;
			
		}
		
		.comments hr {
			padding: 0;
			margin: 15px 10px 0 10px;
			color: blue;
		}
		
		.commentBox {
			background-color: #e5e5e5;
			margin-bottom: 25px;
			border-top: 1px solid gray;
			border-bottom: 1px solid gray;
		}
	
	#addcomment {
		float: left;
		width: 680px;
		height: 260px;
		margin-left: 35px;
		margin-top: 25px;
		border: 1px dotted gray;
		background-color: #e5e5e5;
	}
		#addcommentcontainer{
			float: left;
			margin-left: 40px;
		}
		
	.paginationControl {
		font-size: 90%;
		padding: 5px;
		background-color: black;
		border: 1px solid gray;
		color: white;
	}
		.paginationControl a {
			color: white;
		}
		
		.acct {
			list-style-type: none;
		}
		
			.acct th {
				color: #000033;
				font-weight: bold;
				padding-bottom: 5px;
				padding-right: 15px;	
			}
			
			.acct td {
				padding-right: 15px;
			}
						
			.label {
				color: #000033;
				font-weight: bold;
			}
			
		.acct_sect {
			float: left;
			padding: 10px 5px 5px 10px;
			margin-bottom: 15px;
			border: 1px solid gray;
			background-color: white;
            z-index: 1;
            position: relative;
            height: auto !important;
            min-height: 400px;
            height: 400px;
		}
		
	#helpdrop {
		background-color: #ffeeff;
		display: block;
		padding: 5px;
	}
	
		#helpdrop table {
			border-spacing: 0;
		}
		
		#helpdrop th {
			width: 130px;
			font-size: 90%;
			border-bottom: 1px dotted gray;
		}
		
		#helpdrop td {
			font-size: 85%;
			border-bottom: 1px dotted gray;
			padding-top: 5px;
		}

        .notes {
          padding-left: 25px;
          float: left;
          clear: right;
          width: 300px;
          font-size: 100%;
          line-height: 135%;
}
	.note {
		font-size: 80%;
		color: gray;
	}
	
	.note_wt {
		font-size: 85%;
		color: white;
	}
	.nodec {
		list-style-type: none;
		font-size: 90%;
	}
		.nodec em {
			color: gray;
		}	
	.current {
		color: green;
	}
	.done {
		color: gray;
	}
	.blue {
		color: blue;
	}
	.gray {
		color: gray;
	}
	
	.sect {
		float: left;
		border-right: 1px dotted gray;
		margin-right: 10px;
		padding-right: 10px;	
	}

	.marginright {
		padding-right: 40px;
	}
	
	
	.selectall {
		clear: left;
		padding-bottom: 5px;
	 	color: red;
	 	font-size: 75%
		}
		.selectall a {
			font-size: 100%;
		}	

	.smalllink {
		color: green;
		font-size: 75%;
		text-decoration: none;
		cursor: pointer;
	}
	
		.smalllink:hover {
			text-decoration: underline;
		}
	.spinner_16 img {
		margin-bottom: -2px;
	}
	.width_400{
		width: 400px;
	}
table.display td.tinyprint {
	font-size: 75%;
}
table.display td.edit {
	font-size: 75%;
	text-align: left;
	}
	table.display td a {
		text-decoration: none;
		display: block;
		height: 100%;
		cursor: pointer;
	}
        
        table td > .hiddeninfo a.a-inline {
            float: none;
            display: inline;
        }
	
.vertAlign {
	vertical-align: top;
	}
.l_column {
	width: 270px;
	}
.r_column {
	width: 400px;
	}
.noBullet {
	list-style-type: none;
	}
.activeCell {
	padding: 5px;
	background-color: #fef;
	}
.go {
	color: green;
}
.nogo {
	color: red;
}
.newline {
	clear: both;	
}
.wide_list {
	float: left;
	list-style-type: none;
	font-size: 105%;
	}
	.wide_list li{
		border: 1px solid gray;
		width: 900px;
        height: 100%;
		margin: 0 0 3px 0;
		padding: 5px;
		display: block;
		background-color: black;
        overflow: auto;
        line-height: 130%;
        -webkit-transition: background .4s ease;
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        transition: background .4s ease;
	}
	
	.wide_list img {
		float: left;
		margin-right: 15px;
	}
	
	.wide_list strong {
		color: white;
		font-size: 120%;
	}
		
	.wide_list a{
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		color: white;
	}

    .wide_list .inline_link {
        display: inline;
    }

	.wide_list .link:hover{
		background-color: #666;
	}

    .wide_list form {
        display: block;
        float: left;
        padding-bottom: 10px;
    }

.thick_list {
	float: left;
	list-style-type: none;
	font-size: 105%;
	}
	.thick_list li{
		border: 1px solid gray;
		width: 250px;
		height: 48px;
		margin: 0 0 3px 0;
		padding: 5px;
		display: block;
		background-color: black;
	}
	
	.thick_list img {
		float: left;
		margin-right: 15px;
	}
	
	.thick_list strong {
		font-size: 120%;
	}
	
	.thick_list li:hover{
		cursor: pointer;
		background-color: #666;
	}
	
	.thick_list a{
		display: block;
		width: 100%;
		text-decoration: none;
		color: white;
	}

.thin_list {
	font-size: 100%;
	}
	.thin_list li{
		border-top: 1px solid gray;
		width: 240px;
        height: 24px;
		margin: 0;
		display: block;
		background-color: black;
        -webkit-transition: background .4s ease;
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        transition: background .4s ease;
	}
	
	.thin_list li:hover{
		background-color: #666;
		cursor: pointer;
	}
	
	.thin_list li a{
		display: block;
		width: 100%;
        height: 100%;
		text-decoration: none;
        line-height: 160%;
		color: white;
	}
	
	.thin_list li a:hover {
		text-decoration: none;
	}
	
	.thin_list img {
		margin: 2px 5px 0 5px;
	}

#user_links {
      display: block;
      font-size: 85%;
      width: 1200px;
      height: 22px;
}
    .user_links {
            float: left;
            line-height: 100%;
            display: inline;
            height: 22px;
            background-color: #3a3a3a;
            padding: 0 6px 0 4px;
            margin: 0 0 0 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;             
            border-radius: 4px;
            -webkit-transition: color .4s ease, background .4s ease;
            -moz-transition: color .4s ease, background .4s ease;
            -o-transition: color .4s ease, background .4s ease;
            transition: color .4s ease, background .4s ease;
            border: 1px solid #0a0a09;
            text-decoration: none;
            color: #ffffff;
        }

        .user_links img {
          position: relative;
          top: 3px;
        }
        .user_links:hover {
          color: #0a0a9a;
          background-color: #e3e3e3;
        }

.bare_list {
		font-size: 90%;	
	}
	.bare_list li{
		padding: 0 4px 4px 5px;
		border-bottom: 1px dotted #009;
	}
	.bare_list li a{
		display: block;
		width: 100%;
	}

.action_list {
	font-size: 80%;
	}
	.action_list li{
		border-top: 1px solid gray;
		padding: 3px 3px 3px 3px;
		margin: 0;
		background-color: black;
        -webkit-transition: background .4s ease;
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        transition: background .4s ease;
	}
	
	.action_list li:hover{
		background-color: #666;
		cursor: pointer;
	}
	
	.action_list li a{
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		color: white;
	}
    .action_list_300 {
        width: 300px;
    }
	.action_list li a:hover {
		text-decoration: none;
	}
	
	.action_list img {
		float: left;
		margin: 0 10px 2px 5px;
	}
	
	.a_list_300{
		width: 300px;
	}

    #color_list {
      display: block;
      clear: right;
      height: 15px;
      margin: 5px 0;
    }
    #color_list li {     
      height: 13px;
      color: black;
      font-size: 70%;
      display: block;
      float: left;
      margin-right: 20px;
    }
      #color_list li>div {
        float: left;
        padding: 0;
        margin-top: 3px;
        margin-right: 3px;
        width: 10px;
        height: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
      }
	
	.legend ul{
		font-size: 90%;
	}
		.legend li{
			display: inline;
			margin-right: 20px;
		}
				
		.legend li img{		
			margin-right: 5px;
		}
.home_table {
		font-size: 80%;
		border-collapse: collapse;
		width: 410px;
		border: 1px solid gray;
		margin-top: 10px;
	}
	.home_table th {
		border-bottom: 1px solid gray;
		border-right: 1px solid gray;
		cursor: pointer;
		padding: 4px 0 4px 3px;
	}
	.home_table .col1 {
		width: 240px;
	}
	.home_table .col2 {
		width: 95px;
	}
	.home_table .col3 {
		width: 75px;
	}
		.home_table th:hover {
			background-color: #cccfff;
		}
		.home_table .asc {
			border: 2px solid blue;
		}
		.home_table .desc {
			border: 2px solid red;
		}
	
	.home_table td {
		padding-right: 4px;
		padding-left: 3px;
	}
		.home_table td a{
			text-decoration: none;
			display: block;
			height: 100%;
			cursor: pointer;
		}
	.home_table tr {
		border-bottom: 1px dotted #ccc;
	}
	
.small_table {
		font-size: 80%;
		border-collapse: collapse;
		width: 100%;
		border: 1px solid gray;
		margin-top: 10px;
	}
	.small_table th {
		border-bottom: 1px solid gray;
		border-right: 1px solid gray;
		cursor: pointer;
		padding: 4px 0 4px 3px;
	}
	
		.small_table th:hover {
			background-color: #cccfff;
		}
		.small_table .asc {
			border: 2px solid blue;
		}
		.small_table .desc {
			border: 2px solid red;
		}
	
	.small_table td {
		padding-right: 4px;
		padding-left: 3px;
	}
		.small_table td a{
			text-decoration: none;
			display: block;
			height: 100%;
			cursor: pointer;
		}
	.small_table tr {
		border-bottom: 1px dotted #ccc;
        height: 25px;
	}

    .small_table .course_inactive {
        color: red;
    }

    div.segment_list {
      float: left;
      width: 130px;
      margin: 2px 8px 5px 2px;
      padding: 5px;
    }
    div.segment_list.width_200 {
      width: 200px;
    }
    div.segment_list.width_160 {
      width: 160px;
}
      div.segment_list label{
        color: white;
      }
      .segment_list input[type="submit"]{
        margin-top: 15px;
        padding: 3px 5px;
}

table#doc_table {
		width: 900px;
	}
	table#doc_table td img {
		margin-left: 12px;
	}
	table#doc_table .col1 {
		width: 310px;
	}
	table#doc_table .col2 {
		width: 100px;
	}
	table#doc_table .col3 {
		width: 60px;
	}
	table#doc_table .col4 {
		width: 50px;
	}
	table#doc_table .col6 {
		width: 50px;
	}
	
	
	#article_table .col1 {
		width: 220px;		
	}
	
	#article_table .col2 {
		width: 140px;
	}
	
	#article_table .col3 {
		width: 80px;
	}
	
	#article_table .col4 {
		width: 70px;
	}
	
	tr.odd {
		background: #cccfff;
	}

    tr.selected_row {
      background: olive;
    }

    #simple_table {
      width: 900px;
}
#wide_simple_table {
    width: 945px;
}

.col_100 {
  width: 100px;
}

.col_150 {
  width: 150px;
}

.col_50 {
  width: 50px;
}
.col_200 {
  width: 200px;
}
.col_70 {
  width: 70px;
}


	#simple_table .col1 {
		width: 300px;	
	}
    #simple_table .col9 {
        width: 300px;
}
	#simple_table .col2 {
		width: 45px;
	}
	
	#simple_table .col3 {
		width: 60px;
	}
	
	#simple_table .col4 {
		width: 40px;
	}
	
	#simple_table .col5 {
		width: 62px;
	}
	
	#simple_table .col6 {
		width: 50px;
	}
	
	#simple_table .col7 {
		width: 35px;
	}
        
        #simple_table .col10 {
            width: 60px;
            text-align: center;
        }

	
#list_table {
		width: 720px;
	}	
	#list_table .col1{
		width: 200px;
	}	
	
	#list_table .col2{
		width: 250px;
	}
	
	#list_table .col3{
		width: 20px;
	}
    #list_table .col4{
        width: 30px;
    }

#sub_table {
		width: 180px;
	}
	#sub_table .col1 {
		width: 150px;
	}
	
	#sub_table .col2 {
		width: 20px;
	}

#homepage_top {
		float: left;
		clear: right;
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		padding: 0;
	}
#sticky_container {
		float:left;
		width: 600px;
		border: 1px solid #666;
		padding: 10px 5px;
		margin-bottom: 20px;		
	}
	#sticky_container ul {
		padding-left: 0;
		margin: 10px 0 5px -1px;
	}
		#sticky_container li{
			display: inline;
		}
	#sticky_container p {
		font-size: 80%;
		margin-top: 5px;
	}
#messages_container {
		float:left;
		width: 900px;
		border: 1px solid #666;
		padding: 10px 4px;		
	}	
	
		
#article_container {
		float:left;
		width: 675px;
		border: 1px solid #666;
		padding: 10px 5px;		
	}
	#article_container ul {
		padding-left: 0;
		margin: 10px 0 5px -1px;
	}
		#article_container li{
			display: inline;
		}
	#article_container p {
		font-size: 80%;
		margin-top: 5px;
	}
	.med_column {
		float: left;
		clear: right;
		width: 308px;
		margin-left: 10px;
	}
	.small_column {
		float: left;
		clear: right;
		width: 195px;
		margin-left: 10px;		
	}
	.small_window {
		float: left;
		width: 100%;
		clear: both;
		border: 1px solid #666;
		padding: 10px 5px;
		margin-bottom: 5px;
		font-size: 95%;		
	}

    .small_window p {
      color: #222;
      padding: 0 3px;
    }
    .small_window h3 {
      text-align: center;
    }
		.small_window a {
			text-decoration: none;		
		}
		.small_window table {
			border-collapse: collapse;
			margin-left: 5px;
		}	
				
		.small_window tr {
			border-bottom: 1px dotted #ccc;
			height: 26px;
		}
		
		.small_window th {
			padding-right: 30px;
		}
		
		.small_window td {
			padding-right: 5px;
		}
		
#content_container{
	
	float:left;
	width: 890px;
	border: 1px solid #666;
	padding: 10px 5px;
}


#content_container_left{
	
	float:left;
	width: 425px;
	border: 1px solid #666;
	padding: 10px 5px;
}

#content_container_right{
	
	float:right;
	width: 425px;
	border: 1px solid #666;
	padding: 10px 5px;
}
		
		
#doc_container {
		float:left;
		width: 100%;
		border: 1px solid #666;
		padding: 10px 5px;		
	}
	#doc_container ul {
		padding-left: 0;
		margin: 10px 0 5px -1px;
	}
		#doc_container li{
			display: inline;
		}
	#doc_container p {
		font-size: 80%;
		margin-top: 5px;
	}
	
#book_container {
		float:left;
		width: 100%;
		border: 1px solid #666;
		padding: 10px 5px;
		margin-top: 15px;		
	}
	#book_container ul {
		padding-left: 0;
		margin: 10px 0 5px -1px;
	}
		#book_container li{
			display: inline;
		}
	#book_container p {
		font-size: 80%;
		margin-top: 5px;
	}

table#docview_table table {
		border-collapse: collapse;
		border-spacing: 0px;		
	}
table#docview_table tr{
		border-bottom: 1px dotted #ccc;
	}
table#docview_table th {
		padding-bottom: 15px;
		border-spacing: 0px;
		border: none;
	}
table#docview_table td {
		padding-bottom: 15px;
		border-spacing: 0px;
		border: none;
	}	
#docview_col1 {
		width: 150px;
	}
#docview_col2 {
		width: 320px;
	}	
	table#pageList td img{
		margin-left: 12px;
	}

#content img.doc_link_img {
      display: inline;
      float: right;
      clear: none;
      margin: 1px;
      padding: 1px;
    }
   #content img.doc_link_img:hover {
      margin: 0;
      border: 1px solid gray;
    }

    #content span.icon_links {
      float: left;
      margin: 0;
      padding: 0;
}

    #content td.padding_override {
    padding-top: 0;
}



    #content span.icon_links a {
      float: left;
      width: 16px;
      height: 16px;
      margin: 2px 0 0 5px;
      padding: 0;
}


#content span.title_link {
    height: 100%;
    width: 100%;
    float: left;
    clear: none;
    margin: 0 10px 0 0;
    padding: 2px;
}


#wrap .f_block{
	float: left;
	display: block;
	margin: 0 9px 5px 0;
	padding: 3px 5px 3px 5px;
	width: 320px;
	height: 70px;
	border:1px solid #ababab;
	background-color: #efefef;
	}
	#wrap .f_block .f_block_label{
		display: block;
		float: left;
		width: 290px;
		height: 20px;
	}
/*	#wrap .f_block hr {
		margin: 2px 0 4px 0;
	}	*/
	#wrap .f_block .help_icon {
		float: left;
		display: block;
		border: 1px solid #ababab;
		background: #ffffff;
		width: 16px;
		height: 16px;
		margin: 1px 0 0 11px;
		cursor: pointer;
	}

    #section_grid {
      display: block;
      float: left;
      width: 100%;
      padding: 10px 5px;
      color: white;
      font-size: 100%;
      line-height: 100%;
      border: 1px solid #000;
    }
    #section_grid h3 {
      color: #000;
    }
    #section_grid .grid_cell {
      display: block;
      float: left;
      width: 173px;
      margin: 0 0 5px 0;
      height: 95px;
      border: 1px solid gray;
      background-color: #000;
    }
    #section_grid .grid_cellnorm {
      margin-right: 5px;
    }
    #section_grid .grid_cell a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      text-decoration: none;
      -webkit-transition: background .4s ease;
      -moz-transition: background .4s ease;
      -o-transition: background .4s ease;
      transition: background .4s ease;
    }
    #section_grid .grid_cell p {
      color: #fff;
    }
    #section_grid .cell_counts {
      margin-top: 4px;
    }
    #section_grid .grid_cell a:hover {
      background-color: #666;
    }

    #section_grid .grid_cell h2 {
      font-size: 100%;
      text-align: center;
      padding: 4px 0 3px 0;
      border-bottom: 1px solid #fff;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-top-left-radius: 4px;
      border-radius-topright: 4px;
      border-radius-topleft: 4px;
    }
    #section_grid .grid_cell h5 {
      font-size: 80%;
      text-align: left;
      color: #a0a0a0;
      margin: 0;
      padding-bottom: 1px;
      border-bottom: 1px dotted gray;
    }
    #section_grid .grid_cell p {
      font-size: 80%;
      text-align: right;
      padding-bottom: 1px;
      border-bottom: 1px dotted gray;
    }
    #section_grid .grid_cell .cell_label_col {
      float: left;
      width: 100px;
      margin-left: 25px;
    }
    #section_grid .grid_cell .cell_val_col {
      float: left;
      width: 20px;
    }
    #faq_wrap {
      display: block;
      float: left;
    }
    #faq_wrap .faq_head {
      display: block;
      float: left;
      width: 745px;
      padding: 5px 0 5px 5px;
      background: #000;
      font-size: 100%;
      font-weight: normal;
      color: #fff;
      margin-bottom: 2px;
    }
    #faq_wrap .faq_head:hover {
      background-color: #666;
      cursor: pointer;
    }
    #faq_wrap .faq_head a {
      text-decoration: none;
      color: #fff;
    }
    #faq_wrap .faq_content {
      float: left;
      clear: both;
      width: 600px;
      padding-top: 5px;
      padding-bottom: 10px;
      padding-left: 5px;
      line-height: 130%;
      color: #121212;
      font-size: 110%;
      display: none;
    }
    #faq_wrap .faq_content ul {
      font-size: 90%;
      margin:  5px 0 5px 15px;
      font-size: 110%;
    }
    #faq_wrap .faq_content li {
      list-style-type: circle;
      margin-left: 10px;
      margin-bottom: 10px;
      padding-left: 10px;
      line-height: 115%;
    }


.div_row_group {
      margin-bottom: 10px;
      margin-right: 10px;
      width: 400px;
}

.div_row {
      height: 30px;
      margin: 0;
      display: block;
      border-left: 1px solid #000000;
      border-top: none;
      background-color: #f6f6f6;
      text-align: left;
}

.div_row:hover{
  background-color: #99B3FF;
}

.div_row_header {
    font-weight: bold;
    margin-top: 10px;
    background-color: white;
    border-top: 1px solid #000000;
    border-bottom: 2px solid #000000;
    color: #003;
}
.div_row_header:hover {
    background-color: white;
}

.div_row_340 {
    width: 339px;
}

.div_row_365 {
    width: 364px;
}

.div_row_515 {
  width: 514px;
}

.div_row_670 {
    width: 671px;
}

.div_row_250 {
    width: 250px;    
}
.div_row_150 {
  width: 150px;
}
.div_row_100 {
  width: 100px;
}
.div_row_cell {
  float: left;
  height: 23px;
  padding: 6px 2px 0 4px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.div_row_form {
  float: left;
  height: 26px;
  padding: 3px 0 0 6px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}
.div_row_form > span {
  float: left;
  margin-top: 3px;
}

.div_row_75 {
  width: 75px;
}

.div_row_50 {
    width: 50px;
}

.div_row_edit a {
    font-size: 80%;
}

.div_row_colorblock {
  float: left;
  width: 10px;
  height: 15px;
  margin-top: 1px;
  margin-right: 4px;
}

.div_row_color {
  width: 100%;
  height: 100%;
}

.div_row_color_blue {
  background-color: #cccfff;
}
.div_row_color_green {
  background-color: #ccffcc;
}
.div_row_color_orange {
  background-color: khaki;
}

.div_row li {
  display: inline;
  padding: 3px;
  border: 1px solid gray;
}

.bottom_links {
  float: left;
  clear: both;
  margin-top: 8px;
  width: 100%;
}

/*----------- Form Elements -------------*/

.form_legend {
  font-weight: bold;
  color: #003;
  font-size: 110%;
}


.form_row {
  clear: right;
  width: 722px;
  height: 30px;
  border: 1px solid #e3e3e3;
  background-color: #f6f6f6;
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
}

.form_error {
  border: 2px solid crimson;
}

.form_row_label {
  float: left;
  font-weight: bold;
  text-align: right;
  width: 20%;
  height: 25px;
  padding: 3px 5px 0 0;
}

.form_row_input {
  float: left;
  height: 25px;
  width: 45%;
}

.form_row_error {
  float: left;
  text-align: left;
  height: 25px;
  width: 30%;
  padding: 3px 5px 0 0;
}

/*----Standard Forms------*/

.sform_row {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.sform_label {
  float: left;
  width: 20%;
  margin-right: 6px;
  padding: 6px 4px 3px 0;
  font-size: 110%;
  color: #003366;
  background-color: #e5e5e5;
  text-align: right;
}

.sform_label_blank {
  float: left;
  width: 20%;
  height: 20px;
  background: none;
}

.sform_radio_label {
  font-size: 110%;
  font-weight: bold;
  margin-right: 5px;
}

.sform_required {
  float: left;
  display: block;
  height: 15px;
  width: 9px;
  margin-right: 2px;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  color: red;
}
.sform_value {
  float: left;
  padding: 2px 0 0 5px;
}
.sform_value select {
  font-size: 105%;
  padding: 1px;
  margin-left: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #aabbab;
}
.sform_value input[type="text"] {
  width: 308px;
  padding: 3px;
  font-size: 105%;
   -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #aabbab;
}

.sform_value input:focus {
  border: 2px solid #FF6600;
}
.sform_value textarea:focus {
  border: 2px solid #FF6600;
}
.sform_value select:focus {
  border: 2px solid #FF6600;
}

.sform_value textarea {
  font-size: 100%;
  font-family: inherit;
  padding: 4px;
  margin: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #aabbab;
}
.sform_value input[type="submit"], .sform_value input[type="button"]  {
  margin: 0 0 0 195px;
  padding: 6px;
  font-size: 110%;
}

.sform_value input[type="radio"] {
  margin-top: 7px;
}

.sform_value .sform_mselect_med{
  padding-right: 15px;
}

.sform_error {
  float: left;
  width: 200px;
  margin-left: 10px;
  font-size: 90%;
  color: red;
  font-style: italic;
}

.sform_help {
  float: left;
  width: 16px;
  height: 16px;
  border: 2px solid gray;
  margin: 8px 4px 0 5px;
  cursor: pointer;
  background-image: url('../images/help_16.png');
    -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.sform_help:hover {
  border: 2px solid #FF6600;
}

.sform_value h3 {
  margin-top: 3px;
  font-size: 130%;
}
.sform_value h4 {
  margin-top: 5px;
  font-size: 120%;
}

.sform_value p {
  font-size: 110%;
  color: #7a7a7a;
  padding: 3px;
  border: 1px dashed #cccfff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 450px;
}

.sform_spinner {
	float: left;
	height: 16px;
	width: 16px;
	margin: 10px 0 0 10px;
	display: none;
}

/*--------- Technician Search ------------*/
#zip_filter {
  float: right;
  margin: 5px 0;
  padding: 4px 6px;
  border: 1px solid #9f9f9f;
  background-color: #99B3FF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#map_container {
	height: 820px;
}

#map_results_list {
	float: left;
	width: 185px;
	height: 800px;
	margin: 5px 0 10px 0;
	border-top: 1px solid #99b3ff;
	overflow-Y: scroll;
}

.map_item {
	font-size: 80%;
	padding: 3px;
	background-color: #ffffff;
	cursor: pointer;
	border-left: 1px solid #99B3FF;
	border-right: 1px solid #99B3FF;
	border-bottom: 1px solid #99B3FF;
}

.map_item:hover {
	background-color:#e3e3e3;
}


#map_canvas {
	float: left;
	width: 750px;
	height: 800px;
	margin: 5px 0 10px 5px;
}

#map_results {
	font-size: 90%;
	line-height: 110%;
}

#map_results .li_indent {
	margin-left: 30px;
}



/*--------- courseform --------*/
#acad_field {
/*  display: none;*/
}
#acad_field input, #search_target input, #search_radius input {
  width: 70px;
}

 #search_target, #search_radius {
  width: 65px;
}

/*--------- usercourse edit -------------*/
#grade_field {}
#grade {
    width: auto;
}

/*--------- Document Page ------------*/

.v_h2 {
  color: blue;
  margin-bottom: 10px;
}
.v_group{
  float: left;
  overflow: auto;
  width: 347px;
  padding: 7px;
  margin: 0 10px 10px 0;
  border: 1px solid #e3e3e3;
  background-color: #f6f6f6;
}
.v_wide{
  width: 720px;
}

.v_row {
  display: block;
  float: left;
  width: 100%;
  padding: 7px 0;
}

.v_label{
  display: block;
  float: left;
  font-weight: bold;
  width: 130px;
  border-right: 1px dotted #003366;
  text-align: right;
  padding-right: 9px;
}

.v_note {
  float: left;
  clear: left;
  font-size: 80%;
  color: gray;
  font-style: italic;
  text-align: right;
}

.v_value {
  display: block;
  float: left;
  margin-left: 10px;
  width: 183px;
}

#content .v_value img.doc_link_img {
  float: left;
  margin-right: 10px;
}
#content .v_value img.doc_link_img:hover {
  margin-right: 9px;
}

.v_value_wide {
  float: left;
  height: 20px;
  margin-left: 10px;
}

.v_links {
  float: right;
  clear: both;
}

.v_col {
  float: left;
  width: 363px;
  margin-right: 10px;
}

.v_alt {
  background-color: blanchedalmond;
}
.v_comp {
  background-color: lightgreen;
}
.v_disabled {
  background-color: #ababab;
  color: #7a7a7a;
}

.dn_h2 {
  color: blue;
  margin-bottom: 10px;
}
.dn_group{
  float: left; 
  width: 347px;
  padding: 7px;
  margin: 0 10px 10px 0;
  border: 1px solid #e3e3e3;
  background-color: #f6f6f6;
}
.dn_wide{
  width: 720px;
}
.dn_group li {
  line-height: 140%;
  padding: 6px 0;
}

.dn_label{
  display: inline-block;
  clear: none;
  font-weight: bold;
  width: 130px;
  border-right: 1px dotted #003366;
  text-align: right;
  padding-right: 10px;
}

.dn_value {
  margin-left: 10px;
  width: 45%;
}
.dn_value_200 {
  float: right;
  height: 20px;
  margin-left: 10px;
  width: 190px;
}

#browser_img{
  margin: 3px 0;
}

/*----------------- Footer --------------------*/	
	
#footer {
		float: left;
		clear: both;
		height: 60px;
		width: 100%;
		background-color: white;
		background-image: url('../images/nav.jpg');
		background-repeat: repeat-x;
		background-align: top;
	}
	
	#footer p {
		font-size: 80%;
		padding-top: 5px;
		padding-left: 10px;
		color: white;
		text-align: center;
	}
		#footer a {
			color: white;
		}	
	#footer #ver{
		font-size: 70%;
		text-align: left;
		padding-top: 20px;
		color: gray;
	}

	#footer span.foot_right {
		padding-left: 12px;		
	}
	
	#footer span.foot_right a{
		color: blue;
		text-decoration: none;
	}
	
	#footer span.foot_right a:hover{
		color: blue;
		text-decoration: underline;
	}
	
/*----------------- FORMS ---------------------*/

form dt label{
		font-weight: bold;
}

.errors {
	color: red;
	font-style: italic;
}

body #wrap .messages {
	margin: 0;
	color: black;
	font-style: italic;
	padding: 10px;
	border: 1px solid gray;
	}
    body #wrap .notice_message {
      background-color: lightgreen;
    }
    body #wrap .error_message {
      background-color: darksalmon;
    }
    body #wrap .warning_message {
      background-color: #ffde2e;
    }
    body #wrap .access_message {
      background-color: #ffde2e;
    }
.required {

}
.optional {
	color: gray;	
}
.help{
	color: green;
	font-style: italic;
	font-size: 80%;
	}
form label {
	font-weight: bold;
}

.step {
	color: blue;
}

#content .insert_form{
	padding: 4px;
	background-color: #ffff00;
	border: 1px solid gray;
}

#doc_new_table th {
    width: 200px;
}

#clone_list {
    overflow-y: auto;
}

#doc_new_table td.share_td {
    padding: 5px;
    background-color: #eeeeee;
}


#doc_new_table .share_block {
    float: left;
    padding: 2px;
    width: 326px;
    height: 19px;
    font-size: 90%;
    margin: 0 5px 0 0;
}

#doc_new_table .checkShared {
    background-color: #e3e3e3;
}

#clone_list .share_label {
/*    float: right;*/
    width: 90%;
    height: 16px;
    margin-top: 2px;
    cursor: pointer;
}

/* --------------- misc. ------------*/

.shadow {
  -moz-box-shadow: 1px 1px 3px gray;
  -webkit-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
}

.radius_5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#tTip {
  	position:absolute;
	border:2px solid #e3e3e3;
	background:#f6f6f6;
	padding:4px 6px;
	color:#333;
    width: 300px;
	display:none;
    text-align: left;
    z-index: 99999;
}
#oTip {
  position: absolute;
  border:2px solid #e3e3e3;
  background: #f6f6f6;
  padding: 4px 6px;
  color: #333;
  width: 90px;
  display: none;
  text-align: center;
  z-index: 99999;
}

#processing {
  position: relative;
  margin: 0px auto 20px;
  width: 200px;
  height: 54px;
  background-color: #000;
  border: 1px solid #a9a9a9;
  z-index: 999999;
  text-align: center;
}

#processing img {
  float: left;
  margin: 3px 6px;
}

#processing span {
  float: left;
  margin: 12px 14px;
  font-size: 160%;
  font-weight: bold;
  color: #fff;
}

.small_button {
  font-size: 95%;
  padding: 0 0 16px 0;
  height: 20px;
}

#total_count {
  color: green;
}
#user_count {
  color: red;
}

.hover_row {
  background-color: #e3e3e3;
}
.red_box {
  background-color: red;
}
#rebuild_btn, #search_select {
    float: left;
}
#search_spinner_16 {
    display: none;
    float: left;
    border: 2px solid white;
    width: 16px;
    height: 16px;
    margin: 3px 0 0 5px;
    background-image: url('../images/spinner_16.gif');
    background-repeat: no-repeat;
    background-color: white;
}

#search_form {

}


#search_results {
    display: none;
    float: left;
    margin: 15px 0 0 0;
/*    height: 600px;*/
/*    width: 750px;*/
}

#s_submit {
    display: block;
    float: left;
    margin-left: 530px;
}   

#s_spinner {
    display: none;
    float: left;
    height: 16px;
    width: 16px;
    margin: 14px 0 0 4px;
    background-image: url('../images/spinner_16.gif');
    background-repeat: no-repeat;
}

#search_form div.s_form_row {
    float: left;
    width: 744px;
    padding: 5px;
    margin: 0 0 5px 0;
    clear: both;
}

#search_form div.s_button_row {
    margin-top: 15px;
}


#search_form span.error {
    display: block;
    float: left;
    color: red;
    font-size: 86%;
    font-style: italic;
    width: 360px;
    height: 10px;
    margin: 3px 0 0 0;
}

#search_form label {
    font-weight: bold;
}

#search_form .s_form_box > label,
#search_form .s_form_box_narrow > label {
    display: block;
    float: left;
    width: 120px;
    height: 18px;
    margin: 3px 10px 0 0;
    border-bottom: 1px solid #ddd;
}

#search_form .s_ck_item > label,
#i_query_type > span > label {
    font-weight: normal;
}

#search_form .s_ck_list {
    display: block;
    float: left;
    width: 100px;
}

#search_form .s_ck_item {
    display: block;
    float: left;
    width: 150px;
    height: 20px;
    clear: both;
}
#search_form .s_form_box_narrow {
    float: left;
    width: 280px;
    margin: 0 5px 0 0;
}
#search_form div.s_form_box {
    float: left;
    width: 460px;
    margin: 0 5px 0 0;
}

#i_query_type {
    margin: 0 0 0 20px;
}

#search_results .result_row {
    float: left;
    font-weight: normal;
    font-size: 85%;
    width: 690px;
    padding: 5px;
    margin: 0 0 10px 0;
    background-color: #efefef;
    border: 1px solid #99b3ff;
}

    #search_results h3 {
        font-size: 90%;
        margin: 0 0 3px 0;
    }
    
    #search_results h3 a {
        color: blue;
    }

    #search_results .tab-container {
        float: left;
        height: 900px;
        padding-bottom: 5px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    #search_results .result_content {
        display: block;
        float: left;
        padding: 0 5px 0 0;
        margin: 0 10px 0 0;
        clear: left;
        width: 406px;
        height: 66px;
        font-size: 80%;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid #cfcfcf;
    }
    
    #search_results .result_key {
        display: block;
        float: left;
        height: 18px;
        width: 260px; 
        margin: 0 0 5px 0;
    }
    
    #search_results .result_key > label {
        font-weight: bold;
        font-size: 82%;
        margin: 0 0 5px 2px;
    }
    
    #search_results .result_footer {
        float: left;
        display: block;
        padding-top: 3px;
        clear: both;
        width: 100%;
        height: 15px;
        font-size: 80%;
        border-top: 1px solid #cfcfcf;
    }

    
    #index_warning {
        font-size: 85%;
        line-height: 140%;
        text-align: left;
    }