/* Import CSS */
@import url("transmenu.css");

/* CSS */ 

body {
	background-color: #dee3e3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;  
  	overflow: auto;
} 

 A:Link  {
  	font-size : 11px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	color : #666666;
	text-decoration : none;
  }
  
      
  A:Visited  {
  	font-size : 11px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	color : #666666;
	text-decoration : none;
  }
  
    
  A:Active  {
  	font-size : 11px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	color : #f27c2b;
	text-decoration : underline;
  }
  
  
  A:Hover  {
  	font-size : 11px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	color : #f27c2b;
  	text-decoration : underline;
  }
    
  .home {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
	color : #666666;
	padding-left: 20px;
	padding-right: 20px;
  }
  
    .content {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
	color : #666666;
  }
  
   .content_right {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : right;
	color : #666666;
	padding-top: 10px;
	padding-right: 10px;
  }
  
  .content_small {
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
	color : #666666;
  }
  
  .content_box {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
	color : #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
  }
  
   .content_box_big {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
	color : #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
	
  }
  
   .content_box_medium {
	font-size : 12px;
	font-family : "Trebuchet MS", Helvetica, sans-serif, arial;
	font-weight : normal;
	font-style : normal;
	text-align : justify; 
	color : #000000;
	padding-top: 11px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 30px;
  }
  
     .content_box_small {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
  }
  
    .content_orange {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
	color : #f27c2b;
  }
  
   .quicklink {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif, arial;
	font-weight : bold;
	font-style : normal;
	text-align : right;
	color : #FFFFFF;
	padding-right: 15px;
  }
  
     .quicklink_2 {
	font-size : 12px;
	font-family : "Trebuchet MS", Helvetica, sans-serif, arial;
	font-weight : bold;
	font-style : normal;
	color : #000000;
  }
 
  
  .header {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #f27c2b;
  }
  
  .header2 {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #f27c2b;
  }
 
  .portal_error {
  	font-size : 9px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	color : #CCCCCC;
	text-align : right;
	}
	
	.bg_left {
	background-image: url(../images/bg_left.jpg);
	background-color: #dee3e3;
	}
	
	.bg_right {
	background-image: url(../images/bg_right.jpg);
	background-color: #dee3e3;
	}
	
/* Footer */  
   
  .footer {
	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	color : #999999;
  }

  A.footer:link  {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : bold;
  	font-style : normal;
  	color : #999999;
	text-decoration : none;
	}
      
  A.footer:Visited  {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : bold;
  	font-style : normal;
  	color : #999999;
	text-decoration : none;
  } 
    
  A.footer:Active  {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : bold;
  	font-style : normal;
  	color : #f27c2b;
	text-decoration : underline;
  }
  
  A.footer:Hover  {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight :bold;
  	font-style : normal;
  	color : #f27c2b;
  	text-decoration : underline;
  }
  
  .copyright {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
	text-align : left;
  	color : #999999;
  }
  
/* Registration PHP Footer */
 
    .wpfooter {
	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	color : #999999;
  }

  A.wpfooter:link  {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : bold;
  	font-style : normal;
  	color : #999999;
	text-decoration : none;
	}
      
  A.wpfooter:Visited  {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : bold;
  	font-style : normal;
  	color : #999999;
	text-decoration : none;
  } 
    
  A.wpfooter:Active  {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : bold;
  	font-style : normal;
  	color : #f27c2b;
	text-decoration : underline;
  }
  
  A.wpfooter:Hover  {
  	font-size : 10px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight :bold;
  	font-style : normal;
  	color : #f27c2b;
  	text-decoration : underline;
  }
  
  /* Form Boxes */   
  
    .textField {
	width : 200px;
	height : 20px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
   .textField2 {
	width : 167px;
	height : 20px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
    .textField3 {
	width : 30px;
	height : 20px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
   .textField4 {
	width : 40px;
	height : 20px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
  .textField5 {
	width : 200px;
	height : 80px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
    .textField6 {
	width : 50px;
	height : 20px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
    .textField7 {
	width : 220px;
	height : 20px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
   .textField8 {
	width : 64px;
	height : 20px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
     .textField9 {
	width : 400px;
	height : 20px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dedede;
	padding: 2px;
	border: 1px solid #b9b9b9;
  }
  
  /* Lists */

ul
   {
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif); /*setting for FF and other standards compliant browsers*/
	#list-style-image: url(../images/bullet_02.gif); /*setting for IE7*/
	_list-style-image: url(../images/bullet_02.gif); /*setting for IE6*/
   	font-size : 11px;
  	font-family : Arial, Helvetica, sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	color : #666666;
	margin: 0 0 0 22;
	padding: 2 0 2 0;
	list-style-position: outline;
	}
   
ol
   {
	/*list-style-type: lower-alpha;*/
	list-style-type: decimal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin: 0 0 0 17; /*setting for FF and other standards compliant browsers*/
	#margin: 0 0 0 22; /*setting for IE7*/
	_margin: 0 0 0 22; /*setting for IE6*/
	padding: 0;
	list-style-position: outline;
	}
	
li {
	margin: 0;
	padding: 2 0 2 0;
	}
	
/* NAV */
			
a.nav:Link    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#ebebeb;
	color:#999999;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-right:1px solid #CCCCCC;
	}
	
a.nav:Visited    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#ebebeb;
	color:#999999;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-right:1px solid #CCCCCC;
	}
	
a.nav:Active    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#ebebeb;
	color:#999999;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-right:1px solid #CCCCCC;
	}

a.nav:Hover   {
	display:block;
    color: #FFFFFF;
	background: #f27c2b;
    }
	
/* NAV 2 */
	
a.nav2:Link    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#f27c2b;
	color:#FFFFFF;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-right:1px solid #CCCCCC;
	}
	
a.nav2:Visited    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#f27c2b;
	color:#FFFFFF;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-right:1px solid #CCCCCC;
	}
	
/* NAV 3 */

a.nav3:Link    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#ebebeb;
	color:#999999;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	}
	
a.nav3:Visited    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#ebebeb;
	color:#999999;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	}
	
a.nav3:Active    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#ebebeb;
	color:#999999;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	}

a.nav3:Hover   {
	display:block;
    color: #FFFFFF;
	background: #f27c2b;
    }
	
/* NAV 4 */
	
a.nav4:Link    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#f27c2b;
	color:#FFFFFF;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	}
	
a.nav4:Visited    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#f27c2b;
	color:#FFFFFF;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	}
	
/* QUICKLINKS */

			
a.quick:Link    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#FFFFFF;
	color:#000000;
	text-align:left;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-bottom:1px solid #f27c2b;
	}
	
a.quick:Visited    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#FFFFFF;
	color:#000000;
	text-align:left;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-bottom:1px solid #f27c2b;
	}
	
a.quick:Active    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#FFFFFF;
	color:#000000;
	text-align:left;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-bottom:1px solid #f27c2b;
	}

a.quick:Hover   {
	display:block;
    color: #000000;
	background: #ffb957;
    }
	
.quotes   {
    display:block;
	font-size: 9px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	background:#FFFFFF;
	color:#666666;
	text-align:left;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-bottom:1px solid #f27c2b;
	}
	
.inductions    {
    display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background:#ffb957;
	color:#000000;
	text-align:left;
	vertical-align:bottom;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif, arial;
	border-bottom:1px solid #f27c2b;
	}
				
