body{
	font-family:Trebuchet MS ;
	font-size:12px;
	/*line-height: 120%;*/
	color:#2D2D2D;
	margin:0px;
	background-color:#FFFFFF;
	/*background:url('images/web/bg.png') top left no-repeat;*/
}

a{
	text-decoration:none;
}

p {
	margin:0px;
}

a:link,a:visited{
	color:#919191;
	border-color:#919191;
}

a:active,a:hover{
	color:#8DA820;
	border-color:#8DA820;
	text-decoration:underline;
}

a.white:link,a.white:visited,a.white:active,a.white:hover{
	color:#FFFFFF;
}

a.black:link,a.black:visited,a.black:active,a.black:hover{
	color:#575757;
}

a.light:link,a.light:visited,a.light:active,a.light:hover{
	color:#3A80C3;
}

a.dark:link,a.dark:visited,a.dark:active,a.dark:hover{
	color:#8DA820;
}

a.external:link,a.external:visited{
	background: url('images/web/icons/external.png') center right no-repeat;
	padding-right: 13px;
	text-decoration:none;
}

a.external:active,a.external:hover{
	background: url('images/web/icons/external.png') center right no-repeat;
	padding-right: 13px;
	text-decoration:underline;
}

input{
	font-family:Trebuchet MS ;
	font-size:13px;
	height:20px;
	background:#FFFFFF url('images/web/input.png') top left;
	border: 1px solid #CFCFCF; 
}

input[type=submit],input[type=button]{
	font-family:Trebuchet MS ;
	font-size:24px;
	height:38px;
	color:#FFFFFF;
	background:#E9E9E9 url('images/web/submit_background_green.gif') center center;
	border: 2px solid #FFFFFF; 
	vertical-align:middle;
	margin:4px;
	cursor:pointer;
	cursor:hand;
}

textarea{
	font-family:Trebuchet MS ;
	font-size:13px;
	background:#FFFFFF url('images/web/textarea.png') top right;
	border: 1px solid #CFCFCF; 
}

input[type=file]{
	font-family:Trebuchet MS ;
	font-size:12px;
	height:20px;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF; 
}

.submit{
	font-family:Trebuchet MS ;
	font-size:24px;
	height:38px;
	color:#FFFFFF;
	background:#E9E9E9 url('images/web/submit_background_green.gif') center center;
	border: 2px solid #FFFFFF; 
	vertical-align:middle;
	margin:4px;
	cursor:pointer;
	cursor:hand;
}

.big{
	font-family:Trebuchet MS ;
	font-size:24px;
	height:32px;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
}

.small{
	font-family:Trebuchet MS ;
	font-size:12px;
	font-weight:bold;
	height:22px;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
}

select{
	font-family:Trebuchet MS ;
	font-size:12px;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF; 
}

table{
	border-collapse:collapse;
	font-size:12px;
}

table td.border{
	border:1px solid #CFCFCF;
}

table td.back{
	height:30px;
	background-image:url(http://www.mymapps.com/images/web/header_back.jpg);
	font-weight:bold;
}

h1{
	color:#A5A5A5;
	font-family:Trebuchet MS ;
	font-size:10px;
	text-align:left;
	font-weight:normal;
	display:inline;
	margin:0px;
	padding:0px;
}

div.h1{
	color:#A5A5A5;
	font-family:Trebuchet MS ;
	font-size:10px;
	text-align:left;
	font-weight:normal;
	display:inline;
	margin-top:-6px;
	padding:0px;
}

h2{
	color:#8DA820;
	font-family:Trebuchet MS ;
	font-size:14px;
	margin:0px;
	text-align:left;
	font-weight:bold;
	display:inline;
}

h2b{
	color:#3A80C3;
	font-family:Trebuchet MS ;
	font-size:14px;
	margin:0px;
	text-align:left;
	font-weight:bold;
	display:inline;
}

h6{
	color:#3A80C3;
	font-family:Trebuchet MS ;
	font-size:14px;
	margin:0px;
	text-align:left;
	font-weight:bold;
	display:inline;
}

h3{
	color:#3A80C3;
	font-family:Trebuchet MS ;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	display:inline;
}

h4{
	color:#8DA820;
	font-family:Trebuchet MS ;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	display:inline;
}

h5{
	color:#3A80C3;
	font-family:Trebuchet MS ;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	display:inline;
}

h7{
	color:#8DA820;
	font-family:Trebuchet MS ;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	display:inline;
}

h9{
	color:#A5A5A5;
	font-family:Trebuchet MS ;
	font-size:10px;
	text-align:left;
	display:inline;
}

hr{
	height:1px;
	color:#E1E1E1;
	background-color:#E1E1E1;
	border:0;
	margin:.2em 0 .2em 0
}

li{
	margin-left:13px;
}

#banner{
	width:100%;
	height:100px;
	background-image:url(images/web/banner.png);
	background-repeat:no-repeat;
	border:0px;
	padding:0px;
	margin:0px auto;
}

#footer {
	width:100%;
	height:40px;
	text-align:center;
	background:#FFFFFF;
	background-image:url(images/web/footer.png);
	bottom:0;
	padding:0px;
	margin:0px auto;
}

/*#points{
	width:82px;
	height:57px;
	background-image:url(images/web/points_box.png);
	text-align:center;
}*/

table td.line_gray{
	height:20px;
	background:url(images/web/line_gray.gif);
	padding-top:0px;
	padding-bottom:0px;
}

table td.vline_gray{
	width:1px;
	background:#E1E1E1;
	padding-left:0px;
	padding-right:0px;
}

table.tabs {
	height:34px;
	background:url(images/web/divs/g_tabs.png) no-repeat top left;
}

table td.title {
	color:#FFFFFF;
	font-size:20px;
	border:0px;
	padding-left:21px;
	margin-top:0px auto;
	vertical-align:text-top;
}

table td.tab_selected{
	width:75px;
	height:20px;
	/*background:url(images/web/tab_selected.gif) no-repeat;*/
	background:url(images/web/divs/tab_gray_selected_20.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	border:0px;
	padding:0px;
	margin:0px auto;
	text-align:center;
}

table td.tab_unselected{
	width:75px;
	height:20px;
	/*background:url(images/web/tab_unselected.gif) no-repeat;*/
	background:url(images/web/divs/tab_gray_unselected_20.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	border:0px;
	padding:0px;
	margin:0px auto;
	text-align:center;
}

table td.gtab_selected{
	width:80px;
	height:34px;
	background:url(images/web/divs/tab_gray_selected.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	border:0px;
	padding:0px;
	margin:0px auto;
	text-align:center;
}

table td.gtab_unselected{
	width:80px;
	height:27px;
	background:url(images/web/divs/tab_gray_unselected.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	border:0px;
	padding:0px;
	margin-top:0px auto;
	text-align:center;
}

table td.gtab_unselected_110{
	width:110px;
	height:27px;
	background:url(images/web/divs/tab_gray_unselected_110.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	border:0px;
	padding:0px;
	margin-top:0px auto;
	text-align:center;
}


table td.tab_unselected_120{
	width:120px;
	height:20px;
	background:url(images/web/tab_unselected_120.gif) no-repeat;
	font-size:12px;
	font-weight:bold;
	border:0px;
	padding:0px;
	margin:0px auto;
}

table td.tab_selected_120{
	width:120px;
	height:20px;
	background:url(images/web/tab_selected_120.gif) no-repeat;
	font-size:12px;
	font-weight:bold;
	border:0px;
	padding:0px;
	margin:0px auto;
}


div.g{
	border:1px solid #B0B0B0;
	padding:0px;
	margin:0px;
}

div.g_top{
	background:url('images/web/divs/g_top.png') bottom left;
	height:40px;
	font-size:23px;
	color:#FFFFFF;
	padding-left:8px;
}

div.g_big_top{
	background:url('images/web/divs/g_top.png') bottom left;
	height:53px;
	font-size:24px;
	color:#FFFFFF;
	padding-left:8px;
}


div.g_body{
	/* top right bottom left */
	padding:4px 15px 12px 15px;
	background:#FFFFFF url('images/web/divs/g_body.png') bottom left no-repeat;
}

div.g_bar{
	border:1px solid #B0B0B0;
	background:url('images/web/divs/g_bar.png') top left;
	height:20px;
	text-align:right;
	font-size:13px;
	font-weight:13px;
	color:#FFFFFF;
	margin:0px;
}

div.g_bar2{
	height:34px;
	color:#FFFFFF;
	font-size:20px;
	border:0px;
	padding-left:21px;
	margin-top:0px auto;
	vertical-align:text-top;
	background:url(images/web/divs/g_tabs.png) no-repeat top left;
}

div.g_bottom{
	/*border:1px solid #B0B0B0;*/
	background:url('images/web/divs/g_bottom.png') bottom left;
	height:27px;
}

div.bg{
	padding: 6px;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	background-color: #FFFFFF;
}

div.bg_big{
	padding: 12px;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	background-color: #FFFFFF;
}

div.box{
	padding: 8px;
	border: 1px solid #CBCBCB;
	background-color: #FFFFFF;
}

div.note {
	width:99%;
	padding:6px;
	text-align:left;
	background:#F5F7F8;
	border:1px solid #C5D7DD;
}

div.error{
	text-align:left;
	width:500px;
	margin:40px;
	padding: 10px;
	border: 1px solid #CBCBCB;
	background-color: #FFFFFF;
}

div.task{
	margin: 4px;
	text-align:left;
	padding: 10px;
	border: 1px solid #6F9C18;
	background-color: #EBFFC0;
}

/*div.help_pop{
	position:absolute;
	width:184px;
	background:url('images/web/help_pop.png') no-repeat top left;
	border-bottom:2px solid #636759;
	font-size:12px;
	padding: 14px 8px 8px 8px;
	z-index:10;
}

div.help_pop{
	position:absolute;
	width:199px;
	border-bottom:2px solid #636759;
	background:url('images/web/help_pop.png') no-repeat top;
	/*background:#FFFFFF url(http://www.patricksaviation.com/images/web/info_box.png) no-repeat bottom;*/
	/*font-size:12px;
	padding:8px;
	padding-top:18px;
	z-index:10;
	display:none;
	margin-left:-95px;
	margin-top:4px;
	text-align:left;
}*/

div.help_pop{
	position:absolute;
	border:2px solid #636759;
	background:#FFFFFF;
	font-size:12px;
	padding:8px;
	padding-bottom:3px;
	z-index:10;
	display:none;
	margin-left:-215px;
	margin-top:4px;
	text-align:left;
}

div.container {
  position: relative; 
  width: 100%;
}

div.pop_curtain{
	z-index:60;
	position:fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
	opacity: .85; 
	filter: alpha(opacity=85);
}

div.pop{
	z-index:100;
	position:fixed;
	left: 50%;
	top: 50%;
	width: 850px;
	height: 530px;
	margin-top: -275px;
	margin-left: -425px;
	background-color: #eee;
	border:4px solid #CBCBCB;
	background-color:#ffffff;
	font-size:12px;
	padding:0px;
	/*overflow:auto;
	opacity: .95; 
	filter: alpha(opacity=95);*/
}

div.pop_sm{
	z-index:101;
	position:fixed;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 150px;
	margin-top: -100px; /* moitié de la hauteur */
	margin-left: -200px; /* moitié de la largeur */
	border: 1px solid #333;
	background-color: #eee;
	border:6px solid #CBCBCB;
	background-color:#ffffff;
	font-size:12px;
	padding:10px;
	/*opacity: .95; 
	filter: alpha(opacity=95);*/
}

div.pop_tr{
	z-index:101;
	position:fixed;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px; /* moitié de la hauteur */
	margin-left: -50px; /* moitié de la largeur */
	background:url(images/web/ajax-loader_big.gif);
}

/************************************* I Hate Internet Explorer ***********************************/
div.pop_curtain_ie{
	left:0px;
	top:0px;
	z-index:60;
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
	opacity: .85; 
	filter: alpha(opacity=85);
}

div.pop_ie{
	z-index:100;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 850px;
	height: 530px;
	margin-top: 0px;
	margin-left: -425px;
	background-color: #eee;
	border:4px solid #CBCBCB;
	background-color:#ffffff;
	font-size:12px;
	padding:0px;
	/*overflow:auto;
	opacity: .95; 
	filter: alpha(opacity=95);*/
}

div.pop_ie_sm{
	z-index:101;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 150px;
	margin-top: 200px; /* moitié de la hauteur */
	margin-left: -200px; /* moitié de la largeur */
	border: 1px solid #333;
	background-color: #eee;
	border:6px solid #CBCBCB;
	background-color:#ffffff;
	font-size:12px;
	padding:10px;
	/*opacity: .95; 
	filter: alpha(opacity=95);*/
}

div.pop_ie_tr{
	z-index:101;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px; /* moitié de la hauteur */
	margin-left: -50px; /* moitié de la largeur */
	background:url(images/web/ajax-loader_big.gif);
}

/************************************* Bubble ***********************************/
div.bubble{
	width: 120px;
	height: 110px;
	display: none;
	position: absolute;
	text-align: center;
	margin-top: -140px;
	margin-left: -15px;
	background: url(http://www.mappington.com/images/web/bubble.png) no-repeat bottom left;
}

.v {
	cursor:pointer;
	cursor:hand;
	width: 142px;
	height: 115px;
	padding-top: 5px;
	border: 0px;
	background: url(http://www.mappington.com/images/web/video_player.png) no-repeat top left;
}

.vs {
	cursor:pointer;
	cursor:hand;
	width: 56px;
	height: 44px;
	padding-top: 2px;
	border: 0px;
	background: url(http://www.mappington.com/images/web/video_player_small.png) no-repeat top left;
}

.vb {
	cursor:pointer;
	cursor:hand;
	width: 330px;
	height: 270px;
	padding-top: 5px;
	border: 0px;
	background: url(http://www.mappington.com/images/web/video_player_big.png) no-repeat top left;
}

.vm {
	cursor:pointer;
	cursor:hand;
	width: 198px;
	height: 162px;
	padding-top: 3px;
	border: 0px;
	background: url(http://www.mappington.com/images/web/video_player_medium.png) no-repeat top left;
}

.i-50 {
	width: 50px;
	height: 38px;
	padding: 2px;
	border: 1px solid #CBCBCB;
	background: none;
}

.i-75 {
	width: 75px;
	height: 56px;
	padding: 3px;
	border: 1px solid #CBCBCB;
	background: none;
}

.i-100 {
	width: 100px;
	height: 75px;
	padding: 4px;
	border: 1px solid #CBCBCB;
	background: none;
}

.i-150 {
	width: 150px;
	height: 112px;
	padding: 4px;
	border: 1px solid #CBCBCB;
	background: none;
}

.i-200 {
	width: 190px;
	height: 120px;
	padding: 4px;
	border: 1px solid #CBCBCB;
	background: none;
}

.i-300 {
	width: 290px;
	height: 190px;
	padding: 4px;
	border: 1px solid #CBCBCB;
	background: none;
}

.i-400 {
	width: 400px;
	height: 250px;
	padding: 6px;
	border: 1px solid #CBCBCB;
	background: none;
}

.i-500 {
	width: 500px;
	height: 320px;
	padding: 6px;
	border: 1px solid #CBCBCB;
	background: none;
}

.i {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
	background-position: center center;
	background-repeat: no-repeat;
}


/************************************* Dropshadow ***********************************/
/* Image Border */
.ibox {
	padding: 4px;
	border: 1px solid #CBCBCB;
}

.iboxs {
	padding: 2px;
	border: 1px solid #CBCBCB;
}

/* Image Shadow */
.img-shadow {
	float:left;
	background: url(images/web/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/web/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #CBCBCB;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* Text Shadow */
.s-0 {
	width: 98%;
	background: url(images/web/shadowBigAlpha.png) no-repeat bottom right !important;
	background: url(images/web/shadowBig.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.s-0 .s-1 {
	background: none !important;
	background: url(images/web/shadow2.gif) no-repeat left top;
	/*padding: 0 !important;*/
	padding: 0 0 1px 0;
	border-top: 1px solid #FFFFFF;
}

.s-0 .s-2 {
	text-align:left;
	background-color: #FFFFFF;
	padding: 20px;
	margin: -10px 12px 12px -10px !important;
	margin: 0;
	border: 2px solid #CBCBCB;
}

/* Paragraph Shadow (less padding) */
.s-0 .ps-2 {
	text-align:left;
	background-color: #FFFFFF;
	padding: 10px;
	margin: -8px 11px 11px -8px !important;
	margin: 0;
	border: 2px solid #CBCBCB;
}

/* Image Shadow (w/text) (evenless padding) */
.s-0 .is-2 {
	text-align:left;
	background-color: #FFFFFF;
	padding: 6px;
	margin: -8px 11px 11px -8px !important;
	margin: 0;
	border: 2px solid #CBCBCB;
}

div.line{
	height:1px;
	width:95%;
	margin:10px;
	border-top:1px solid #E1E1E1;
}

div.line_sm{
	height:1px;
	width:95%;
	margin:6px;
	border-top:1px solid #E1E1E1;
}

.star{
	vertical-align:middle;
	width:13px;
	height:12px;
}

/************************************* Wiki ***********************************/
table.wikitable {
	margin:1em 1em 1em 0;
	background:#F9F9F9;
	border:1px solid #AAAAAA;
	border-collapse:collapse;
}

table.wikitable th, table.wikitable td {
	border:1px solid #AAAAAA;
	padding:0.2em;
}

table.wikitable th {
	background:#F2F2F2;
	text-align:center;
}

table.wikitable caption {
	margin-left:inherit;
	 margin-right:inherit;
}

/************************************* Pagination ***********************************/
div.p{
	display:inline;
	width:20px;
	padding:2px 5px 3px 5px;
	margin:0px 2px 0px 2px;
	font-weight:bold;
	background:#FFFFFF;
	border:1px solid #CFCFCF;
}

.star{
	vertical-align:middle;
	width:13px;
	height:12px;
	border:0px;
}

/************************************* Navigation ***********************************/
table td.nav_selected{
	text-align:center;
	width:75px;
	height:27px;
	background:url(http://www.mappington.com/images/web/tab_nav_selected.png) top left no-repeat;
	font-size:17px;
	font-weigth:normal;
	color:#ffffff;
	border:0px;
	padding:2px 0 0 0;
	margin:0px auto;
}

table td.nav_unselected{
	text-align:center;
	width:75px;
	height:27px;
	background:url(http://www.mappington.com/images/web/tab_nav_unselected.png) top left no-repeat;
	font-size:17px;
	font-weigth:normal;
	color:#FFFFFF;
	border:0px;
	padding:2px 0 0 0;
	margin:0px auto;
}

div.nav_links{
	position:absolute;
	width:550px;
	height:35px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

div.nav_pop{
	position:absolute;
	width:100px;
	background:url('images/web/nav_pop.png') no-repeat bottom;
	font-size:12px;
	margin-left:-9px;
	padding:8px;
	z-index:10;
}


/************************************ Calendar **************************************/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}


#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FFFFFF;
	font-weight:bold;
	background-color:#8DA820
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

/**************************** Rounded Corners *******************************/
div.rounded {
	/*width: 170px;*/
	padding: 15px;
	background: #EBEEF3;
	border: 1px solid #9A9A9A;
}

div.rounded2 {
	/*width: 200px;*/
	background: #EBEEF3 url('images/web/tr.png') no-repeat top right;
	border: 1px solid #9A9A9A;
}
div.rounded2 div {
	background: transparent url('images/web/tl.png') no-repeat top left;
}
div.rounded2 div div {
	background: transparent url('images/web/br.png') no-repeat bottom right;
}
div.rounded2 div div div {
	background: transparent url('images/web/bl.png') no-repeat bottom left;
	padding: 15px;
}

