@charset "utf-8";

*
{
	box-sizing: border-box;
}

html
{
	height: 100%;
}
body  
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	background-color: #fff;
	color: #222;
	height: 100%;
}
 
img
{
	border: none;
}
`
a
{
	outline: none;
}

table
{
	vertical-align: top;
	text-align: left;
}

dl
{
	margin: 5px;
	padding: 0;
}

dt
{
	font-weight: bold;
}

dd
{
	padding: 0;
	margin: 5px;
}

#nav {
    background-color: #383836;
    height: 26px;
    line-height: 22px;
    padding: 1px 0 2px;
    vertical-align: top;
    width: 100%;
    color: #fff;
    border-bottom: solid 1px #000;
    position: relative;
    font-weight: lighter;
}

#nav a:link, 
#nav a:visited
{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border: solid 1px transparent;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0 20px;
	border-radius: 3px;
	line-height: 18px;
	
}

#nav a:hover,
#nav a:focus
{
	background-color: #1992D4;
	color: #fff;
}

#nav .sitename
{
	display: inline-block;
	font-weight: bold;
	margin: 0 0 0 80px;
	font-size: 100%;
}

#footer
{
	clear: both;
	height: 10px;
	background: url(/fakoli/images/divider.png)  192px 0px repeat-y transparent;
}

#footer_shim
{
	margin: 0;
	padding: 0 0 0 12px;
	height: 10px;
	border-right: solid 1px #000;
	width: 180px;
}
.footer, .footer a, .footer a:link, .footer a:visited
{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	background: #336600; 

}  
#footer a, #footer a:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a, a:active
{
	outline:  none;
}

#frame
{
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	margin: 0;
}

#header {
    height: 60px;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #000;
    position: relative;
    background: #1992D4;
    background-image: url(/fakoli/images/baobab.jpg);
    background-size: cover;
}

#header a
{
	display: block;
	height: 55px;
	padding-left: 20px;
	padding-top: 0px;
	font-size: 265%;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	color: #fff;
	text-decoration:none;
}

#fakoli_logo {
    height: 35px;
    margin-bottom: 10px;
    display: inline-block;
}

#layout
{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

#container
{
	padding: 0px;
}

#header_divider
{
	height: 6px;
	font-size: 1pt;
	background-color: #2B6926;
}

#leftbar
{
	position: fixed;
	width: 210px;
	background-color: #383836;
	height: 100%;
	top: 0;
	left: 0;
}

#leftnav {
    background: #383836 none repeat scroll 0 0;
    color: #fff;
    min-height: 400px;
    padding: 0;
    position: absolute;
    width: 210px;
}

#login {
    margin-top: 100px;
    border: solid 1px #ccc;
    /* box-shadow: 1px 1px 5px #ccc; */
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    padding: 35px;
}

#login input
{
	border: solid 1px #333;
}

.module
{
	vertical-align: top;
	background: #ffffff ;
	padding-top:5px;
	margin-top:5px;
}


#content  
{	
	font-size: 100%;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 2px;
	vertical-align: top;
}

#content p {
	color: #000000;


}
#content a:link, #content a:visited,  #content a:hover{

	color: #000000;
	font-weight: bold;

}

.menuitem, .menuitem:link
{
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	display: block;
	height: 30px;
	padding-right: 10px;
	TEXT-DECORATION: none;
	color: #fff;
	text-align: right;
	font-weight: normal;
}

.menuitem:hover 
{
	COLOR: #222;
	background-color: #8bad51;
}

.selecteditem
{
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	display: block;
	height: 30px;
	padding-right: 10px;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
	color: #fff;
	text-align: right;
	COLOR: #504c31;
	background-color: #1992D4;
}


#content_cell
{
	padding-left:  20px;
	padding-top:   1px; 
	padding-right: 20px;
	background-color: #fff;
	border-left: solid 1px #ccc;
	vertical-align: top;
	/*height: 550px;*/
	font-size: 90%;	
}



#content-admin {
    float: left;
    margin: 0;
    padding: 10px 20px 20px 230px;
    width: 100%;
    min-height: 100%;
}

#content-admin h2 
{
  color: #455a64;
  font-size: 175%;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-bottom: 4px;
  padding-top: 0;
  vertical-align: top;
 text-transform: uppercase;
 letter-spacing:1px;
 font-weight: 300;
}

h2
{
	color: #455a64;
}

h3
{
    color: #000;
	font-size: 130%;
    font-weight: lighter;
    text-transform: uppercase;
}


label
{
	color: #222;
	font-weight: 700;
}

h4 {
    color: #000;
    font-size: 115%;
    margin: 4px 0;
    font-weight: lighter;
    text-transform: uppercase;
}

table.form
{
	background-color: #fffff;
	line-height: 1.1;
}

table.form th
{
	background-color: #ddd;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

table.form td
{
	padding: 4px;
	text-align: left;
}

td.label
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
	color: #222;
	border-bottom: 0;
}

table.list th
	{
	background: #e3f2fd none repeat scroll 0 0;
	text-transform: uppercase;
	border: 1px solid #aaa;
}		

table.list td a
{
	color: #000;
	display: block;
	text-decoration: none;
	border: solid 1px none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px;
	font-weight: 700;
}

table.list td a:hover
{
	color: #fff;
	background-color: #1992D4;
}

input, textarea, select
{
	border: solid 1px #666;
	border-radius: 3px;
	background: #fff;
	padding: 2px;
}

input.checkbox
{
	border: none;
	background: transparent;
}

.scrollbox
{
	border: solid 1px #666;
	background: #fff;
} 

#calloutbox
{
 padding: 5px;
 width: 200px;
 float: right;
 background: #dddddd;
 border: solid 1px #ccc;
 margin:9px;
 height:auto;
 
}

#calloutbox  h2

{
	font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
#calloutbox P {
	color: #000;
	font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}

#calloutbox a:link, #calloutbox a:visited,  #calloutbox a:hover{

	color: #000;
	font-weight: bold;
}

.button, .approve 
{
	font-size: 110%;
	color: #454545;
	padding: 7px 13px;
	background-color: #1992D4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b5b5b5;
	font-weight: lighter;
}

.button, .approve {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #050505;
	padding: 4px 10px;
	background-color: #1992D4;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #888888;
}

body.ie7 .button,
body.ie8 .button
{
	background: url(/fakoli/images/button-strip.gif) top left #cccccc;
}

a.button,
table.list a.button
{
	text-decoration: none;
	padding: 2px 6px;
	color: #000;
	width: auto;
	outline: none;
	cursor: pointer;
	font-weight: lighter;
	white-space: nowrap;
	display: inline-block;
}

.button:hover,
table.list .button:hover
{
color: #000;
background-color: #1992D4;
}

input.button
{
	padding: 2px 6px;
	cursor: pointer;
}

#menu h4 {
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    display: block;
    font-size: 100%;
    color: #FFF;
    border: none;
    border-bottom: solid 1px #666;
    -moz-border-radius: 4px;
    background: #000;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 1.2;
    margin-bottom: 6px;
    cursor: pointer;
    margin: 0;
	font-weight:300;
	letter-spacing:1px;
	text-transform: none;
}

#menu .adminmenuitem:hover
{
	color: #FFF;
	background-color: #666;
	min-width: 4px;
}

#menu .adminmenuitem
{
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 85%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 14px;
	border: none;
	text-decoration: none;	
	color: #FFF;
	text-align: left;
	font-weight:300;
	letter-spacing: 1px;
}

#menu .selectedadminitem {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 85%;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 14px;
    /* border: solid 1px #fff; */
    -moz-border-radius: 4px;
    /* border-radius: 4px; */
    text-decoration: none;
    text-align: left;
    color: #fff;
    background-color: #1992D4;
	font-weight:300;
	letter-spacing: 1px;
}

#tabs,
#popup_tabs 
{
  float:left;
  width:100%;
  background:#ffffff;
  font-size:12px;
  line-height:18px;
  text-align: center;
  clear: left;
  padding-top: 12px;
}

#tabs ul,
#popup_tabs ul  
{
  margin:0;
  padding: 0;
  padding-top: 2px;
  list-style:none;
  text-align: center;
  height: 24px;
}

#tabs li,
#popup_tabs li 
{
  float:left;
  background-color: #EEE;
  background-image: none;
  margin:0 2px 0 0;
  padding: 0;
  padding-left: 10px;
  text-align: center;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-radius: 5px 5px 0 0;
}
  
#tabs a, #popup_tabs a 
{
  background-color: #EEE;
  background-image: none;
  border-radius: 0 5px 0 0;
  color: #000000;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  outline: medium none;
  padding: 3px 15px 3px 3px;
  text-decoration: none;
  font-size:133%;
  font-weight: lighter;
}

/* Commented Backslash Hack

   hides rule from IE5-Mac \*/

#tabs a {float:none;}
#popup_tabs a {float:none;}

/* End IE5-Mac hack */

#tabs a:hover,
#popup_tabs a:hover
{
  background-color: #EEE;
  text-decoration: underline;
  text-decoration-style: dotted;
}

#tabs a.disabled,
#popup_tabs a.disabled
{
	color: #fff;
}

#tabs a.disabled:hover,
#popup_tabs a.disabled:hover
{
	color: #fff;
	text-decoration: none;
}

#tabs .current,
#popup_tabs .current 
{
  	background-color: #1992D4;
  	background-image: none;
    color: #fff;
    border-color: #666;
}

#tabs .current a,
#popup_tabs .current a
{
	background-color: #1992D4;
	background-image: none;
	padding-bottom:3px;
	color: #fff;
}  

#subtabs {
    background-color: #1c5892;
    clear: left;
    padding: 0;
    margin: 0;
    border-left: solid 1px #aaa;
    border-top: solid 1px #aaa;
    border-right: solid 1px #aaa;
    text-decoration: none;
    width: 100%;
}

#subtabs ul  
{
  margin:0;
  padding: 0;
  list-style:none;
  text-align: center;
  background-color: #eee;
  height: 24px;
  width: 100%;
}

#subtabs li {
    float: left;
    background-color: #E0E0E0;
    border-right: solid 1px #aaa;
    margin: 0;
    padding: 0;
    font-size: 85%;
    text-align: center;
    text-decoration: none;
    font-weight: lighter;
}
  
#subtabs a {
    float: left;
    display: block;
    background-color: #a9cded;
    padding: 3px 15px 3px 15px;
    font-weight: normal;
    color: #000;
    height: 24px;
    outline: none;
    border: none !important;
    font-weight: lighter;
} 

#subtabs li a:hover {
	background-color: #aaa;	
	color: #000;
	text-decoration: none;
}


#subtabs li.current a,
#subtabs li.current a:hover
{
	font-weight: normal;
	background-color: #1992D4;
	color: #ffffff;
	text-decoration: none;
}



#subtabs a:visited {
	text-decoration: none;
	background-color: #E0E0E0;
 	color: #000000;
    font-weight:normal;	
}


#subtabs a:link {
	text-decoration: none;
	background-color:  #E0E0E0;
 	color: #000000;
}

#subtabs a.disabled {
	font-style: italic;
}
	

.whitelabel
{
	color: #ffffff;

}



.glossary_link
{
	color: #799840;
}

#termPopup
{
	border: solid 1px #000;
	background-color: #ffffdd;
	font-size: 9pt;
	padding: 4px;
	width: 250px;
	position: absolute;
	display: none;
}


#right
{
	background: #fff;
	float: right;
	width: 220px;
	vertical-align: top;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 12px;
	margin-right: 5px;
	margin-top: 0px;

}

	
	
#right div.module

{
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding-left: 5px;

}

#right img.center
{
	display: block;
    margin-left: auto;
    margin-right: auto 
}
#additional_content div.module
{
	border-top: solid 1px #ccc;

}


#right a:link, #right  a:visited,  #right  a:hover
{

	color: #006600;
	font-weight: normal;
}

#right h3

{
	font-size: 16px;
}

#bottom_boxes
	
	{
	
	color: #006600;
	vertical-align: top;
	/*width: 730px;*/
}
	
	
#bottom_boxes div.module

{
	width: 210px;
	vertical-align: top;
	float: left;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	height: 250px;
}

#bottom_boxes a:link, #bottom_boxes  a:visited,  #bottom_boxes  a:hover
{

	color: #000;
	font-weight: normal;
}

#breadcrumbs
{
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}

#breadcrumbs a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}	


warning
{
	font-size: 10pt;
	color: #CC0000;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(/fakoli/images/warning_icon.gif);
	background-repeat: no-repeat;
}

p.warning
{
    background: #ffe;
    border: solid 1px #aaa;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    color: #a00;
}

/* box border under tab bar */
#tab_border, .tab_border
{
	clear: left;
	border: solid 1px #aaa; 
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 0;
}

#error_report
{
	display: block;
	width: 600px;
	margin: 50px auto;
}

#error_report_header
{
	padding: 2px;
}

#error_report .dialog_body
{
	padding: 10px;
	font-weight: bold;
}

#error_report_icon
{
	float: left;
}



.tabs_dropdown 
{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #000000;
  box-shadow: none;
  display: none;
  height: 200px;
  left: 0;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 150px;
}

.tabs_dropdown ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs_dropdown a,
.tabs_dropdown a:visited
{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px;
}

.tabs_dropdown a:hover
{
	color: #fff;
	background-color: #325E9E;
}



.expanding_list
{
	border: none;	
}

.expanding_list dt {
  border: 1px solid #666666;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  font-size: 10pt;
  margin-top: 8px;
  overflow: hidden;
  padding: 4px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  text-indent: 30px;
  	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(/fakoli/images/closed.gif) center left no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(/fakoli/images/closed.gif) center left no-repeat, -moz-linear-gradient(top,  #f8f8f8 24%, #bbbbbb 93%); /* FF3.6+ */
	background: url(/fakoli/images/closed.gif) center left no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(24%,#f8f8f8), color-stop(93%,#bbbbbb)); /* Chrome,Safari4+ */
	background: url(/fakoli/images/closed.gif) center left no-repeat, -webkit-linear-gradient(top,  #f8f8f8 24%,#bbbbbb 93%); /* Chrome10+,Safari5.1+ */
	background: url(/fakoli/images/closed.gif) center left no-repeat, -o-linear-gradient(top,  #f8f8f8 24%,#bbbbbb 93%); /* Opera 11.10+ */
	background: url(/fakoli/images/closed.gif) center left no-repeat, -ms-linear-gradient(top,  #f8f8f8 24%,#bbbbbb 93%); /* IE10+ */
	background: url(/fakoli/images/closed.gif) center left no-repeat, linear-gradient(to bottom,  #f8f8f8 24%,#bbbbbb 93%); /* W3C */
  
}

.expanding_list dt.expanded
{
	border-radius: 8px 8px 0px 0px;
	background: url(/fakoli/images/open.gif) center left no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(/fakoli/images/open.gif) center left no-repeat, -moz-linear-gradient(top,  #f8f8f8 24%, #bbbbbb 93%); /* FF3.6+ */
	background: url(/fakoli/images/open.gif) center left no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(24%,#f8f8f8), color-stop(93%,#bbbbbb)); /* Chrome,Safari4+ */
	background: url(/fakoli/images/open.gif) center left no-repeat, -webkit-linear-gradient(top,  #f8f8f8 24%,#bbbbbb 93%); /* Chrome10+,Safari5.1+ */
	background: url(/fakoli/images/open.gif) center left no-repeat, -o-linear-gradient(top,  #f8f8f8 24%,#bbbbbb 93%); /* Opera 11.10+ */
	background: url(/fakoli/images/open.gif) center left no-repeat, -ms-linear-gradient(top,  #f8f8f8 24%,#bbbbbb 93%); /* IE10+ */
	background: url(/fakoli/images/open.gif) center left no-repeat, linear-gradient(to bottom,  #f8f8f8 24%,#bbbbbb 93%); /* W3C */
	
}

.expanding_list dd
{
	background-color: #fff;
	padding: 8px 8px 12px 8px;
	margin: 0;
	border: solid 1px #666;
	border-radius: 0px 0px 8px 8px;
}

h4.expanding_list_group {
  margin: 0;
  padding: 0;
}


fieldset {
    background: #f5f5f5;
    border: none;
    border-radius: 1px;
    box-shadow: 1px 1px 3px #888;
    margin: 0 0 10px;
    padding: 35px 10px 15px;
    position: relative;
}

legend {
    color: #002A6C;
    font-weight: bold;
    padding-top: 5px;
    position: absolute;
    top: 2px;
    font-weight: normal;
}

fieldset.collapsed
{
	display: none;
}

legend a:link, legend a:visited {
    font-size: 12px;
}
body.firefox4 legend, body.firefox5 legend, body.firefox6 legend, body.firefox7 legend, body.firefox8 legend, body.firefox9 legend {
    top: -35px;
}

table.small label, table.small input, table.small select, table.small textarea {
  font-size: 8pt;
}

table.spreadsheet td {
  white-space: nowrap;
}
table.form
{
	border: none;
}

table.form th
{
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	font-size: 95%;
}

table.form td {
    padding: 4px;
    font-size: 85%;
    font-weight: lighter;
    line-height: 1.3;
}

table.form td.submit {
    font-size: 100%;
}

table.setup_form
{
    background: -moz-linear-gradient(center top , #E3E3E3 0%, #FFFFFF 50%, #DDDDDD) repeat scroll 0 0 transparent;
    border: 1px solid #000000;
    border-radius: 14px 14px 14px 14px;
    color: #050505;
    font-size: 14px;
    padding: 10px 20px;
    width: 620px;
}

td.label
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.list
{
	font-size: 90%;
	box-shadow: none;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

table.list.small
{
	font-size: 75%;
}

table.list.vsmall
{
	font-size: 60%;
}

table.list td
{
	border: solid 1px #aaa;
	
}
table.list td.subtotal
{
	padding: 4px;
	border: solid 1px #aaa;
	background-color: #eee;
	font-weight: bold;
	font-style: normal;
}



table.list td a
{
	color: #424e18;
	display: block;
	text-decoration: none;
	border: solid 1px none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px;
}

table.list td a:hover
{
	color: #fff;
}

.sortable th.nosort {
    background: #e3f2fd none repeat scroll 0 0;
}

input.checkbox
{
	border: none;
}

table.list td a.button, table.list td a.button:visited table.list td a.button:hover 
{
  color: #fff;
  font-weight: normal;
}	

input, textarea, select {
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 4px;
    max-width: 100%;
}

input:focus, text-area:focus, select:focus
{
	background-color: #eee;
}


.help_link {
  background: #e04448 linear-gradient(to bottom, #e04448, #b81d21) repeat scroll 0 0;
  border-bottom: 4px solid #891111;
  border-radius: 4px;
  color: #fff!important;
  cursor: pointer;
  font-size: 110%;
  font-weight: normal;
  outline: medium none;
  padding: 4px 10px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing:1px;
}
.button {
  background: #337AB7;
  border: 1px solid #2E6DA4; 
  border-radius: 4px;
  color: #fff!important;
  cursor: pointer;
  font-size: 95%;
  font-weight: normal;
  outline: medium none;
  padding: 4px 10px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing:1px;
  font-weight: lighter;
}

table.list a.button {
  font-size: 110%;
  padding: 0 6px;
  text-decoration: none;
  width: auto;
}

#section_content_buttons
{
	float: left; 
	width: 80px; 
	height: 400px; 
	margin: 10px;
}

#section_move_left {
	margin-top: 160px;
    width: 80px;
    height: 40px;
    background-image: url(/fakoli/images/move_left.png);
    background-size: 50px 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

#section_move_right {
	margin-top: 10px;
    width: 80px;
    height: 40px;
    background-image: url(/fakoli/images/move_right.png);
    background-size: 50px 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

table.tree {
    border: solid 1px #aaa;
    font-size: 100%;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
}

table.tree th {
    border-radius: 3px 3px 0 0;
    padding: 4px 8px;
    font-weight: lighter;
    background-color: #888;
}

a.multi_select_dropdown {
    font-weight: normal !important;
    display: inline-block;
    border: solid 1px #aaa;
    /* border-radius: 5px; */
    box-shadow: none;
    padding: 2px 20px 2px 5px !important;
    color: #000;
    /* text-decoration: none; */
    background: url(/fakoli/images/open.gif) right 5px center no-repeat #fff;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

table.list tr.mapped
{
	background-color: #ffd;
}

table.list tr.unmapped
{
	color: #aaa;
}

.dialog_body label
{
	white-space: nowrap;
}

.context_menu li a:link, .context_menu li a:visited {
    padding: 5px 10px 5px 24px;
}

.context_menu li img {
    padding-top: 4px !important;
    width: 16px;
}