/* Minification failed. Returning unminified contents.
(851,1): run-time error CSS1019: Unexpected token, found '@import'
(851,9): run-time error CSS1019: Unexpected token, found '"./facybox_urls.css"'
 */
/* Additional by Topher
----------------------------------------------------------------------*/
body
{
    margin:0px;
    font: 11px/1.4 arial, Verdana, Tahoma, sans-serif;
   
}

.main_container
{
    width : 100%;
    text-align:left;
}

.header_container
{
    width: 100%;
    /* min-width: 1281px; */
    height: 83px;
}

.logo
{
    width: 130px;
    height:59px;
    float:left;
    background-image: url("../Images/FE_Logo.png");
    background-repeat:no-repeat;
    margin: 14px 0px 0px 26px;
}


.title
{
    float:left;
    color:Black;
    font-family:Arial;
    font-style:normal;
    width:90px;
    height:50px;
    vertical-align:middle;
    font-size:22px;
    margin-top: 24px;   
    color:Gray;     
}

.top_info_holder
{
    float:right;
    width:510px;
    font-size:11px;
    font-family:Arial;
    text-align:right;    
}

.welcome { float:left; margin-right:13px; }
.username { float:left; margin-right:10px; font-weight:bold; }
.position { float:left; margin-right:25px; }

.help_logo  
{
    float:left; 
    margin-right:3px; 
    width: 18px;
    height: 16px;
    background-image: url("../Images/help_logo.png");
    background-repeat:no-repeat;  
}

.help a  
{
    float:left; 
    margin-right:10px; 
    color: Blue; 
    display: inline; 
    list-style: none;
    text-decoration: none;
    
}

.help a:hover  
{
    float:left; 
    margin-right:10px; 
    color: Blue; 
    text-decoration: underline;  
    display: inline; 
    list-style: none;
}

.logout a  
{
    float:left; 
    color: Blue;     
    margin-right:0px; 
    text-decoration: none;
    
}

.logout a:hover  
{
    float:left; 
    color: Blue; 
    text-decoration: underline;  
}

.white_space
{
    float:left;
    width:80%;
    min-width:75%;
    height:25px;
    
}
.search_holder
{
    float:right;    
    width:100%;   
}

.srch_txtbox_holder
{
    float:left;        
    margin:3px 5px 0px 200px;
}

.srch_bttn_holder
{
    float:left;
    width:37px;
    height:29px; 
    cursor: pointer;  
    text-align:right;
    
}

.menu_center {
    width: 98%;
    height: 32px;
    /*background-color: #500000;
    background-repeat: repeat-x;*/
    background: rgb(62,0,0);
    background: linear-gradient(180deg, rgba(62,0,0,1) 29%, rgba(193,0,0,1) 77%, rgba(255,182,158,1) 100%);
    padding-top: 8px;
}

.menu_left
{
    float:left;    
    width:11px;
    height:40px;
    background-image: url("../Images/left_menu_border.png");
    background-repeat:no-repeat;
}

.menu_right
{
    float: left;
    width:11px;
    height:40px;
    background-image: url("../Images/right_menu_border.png");
    background-repeat:no-repeat;
    margin-right: 2px;
}

.menu_container
{
    width:100%;
    height:40px;
    margin-bottom:10px;
    /* min-width: 1600px; */
}

.menu_crew a
{
    float:left;
    width: 150px;
    height: 20px;
    padding-top: 10px;
    color:Black;
    font-weight:bold;
    text-decoration:none;
    
}

.menu_crew a:hover
{
    float:left;
    width: 150px;
    height: 20px;
    padding-top: 10px;  
    color:Gray;  
    font-weight:bold;
    text-decoration:none;
    
}


.menu_funding a
{
    float:left;
    width: 150px;
    height: 20px;
    padding-top: 10px;
    color:Black;
    font-weight:bold;
    text-decoration:none;
}

.menu_funding a:hover
{
    float:left;
    width: 150px;
    height: 20px;
    padding-top: 10px;
    color:Gray;
    font-weight:bold;
    text-decoration:none;
}

.required_fields
{
    float:left;
    width:5px;
    height:21px;
    color:Red;
    position:inherit;
    margin-top:5px;
    font-weight:bold;
}

button[color="blue"]
{
    float:right;   
    font-size:11px;
    height:26px;
    background-image: url("../Images/blue-bttn-1.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 3px 10px 3px 10px;
    border-style:solid;
    border-color:blue;
    border-width:1px; 
    border-radius:3px;
}

button[color="blue"]:hover
{
    float:right;   
    font-size:11px;
    height:26px;
    background-image: url("../Images/blue-bttn-2.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 3px 10px 3px 10px;
    border-style:solid;
    border-color:blue;
    border-width:1px; 
    border-radius:3px;
}

button[color="gray"]
{
    float:right;   
    font-size:11px;
    background-color:White;
    color:Black;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 0px 5px;
    border-style:solid;
    border-color:Gray;
    text-decoration:none;
    border-width:1px; 
    border-radius:3px;
}

button[color="gray"]:hover
{
    float:right;   
    font-size:11px;
    background-color:White;
    color:Black;
    text-shadow: 1px 1px #CECBCB;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 0px 5px;
    border-style:solid;
    border-color:Gray;
    text-decoration:none;
    border-width:1px; 
    border-radius:3px;
}

button[color="red"]
{
    float:right;   
    font-size:11px;
    background-image: url("../Images/red-bttn-1.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

button[color="red"]:hover
{
    float:right;   
    font-size:11px;
    background-image: url("../Images/red-bttn-2.fw.png");  
    text-shadow: 1px 2px #8A8A7B;
    background-repeat:repeat-x;    
    margin: 0px 0px 0px 5px;
    color:Black;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

button[color="green"]
{
    float:right;   
    font-size:11px;
    background-image: url("../Images/green-bttn-1.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

button[color="green"]:hover
{
    float:right;   
    font-size:11px;
    background-image: url("../Images/green-bttn-2.fw.png");  
    text-shadow: 1px 2px #8A8A7B;
    background-repeat:repeat-x;    
    margin: 0px 0px 0px 5px;
    color:White;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

button[disabled="disabled"]
{
    float:right;   
    font-size:11px;
    background-image: url("../Images/gray-bttn.fw.png");  
    background-repeat:repeat-x;
    color:Gray;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

input[type="text"]
{
    padding-left:5px;
    padding-top:2px;
    vertical-align:middle;
}

input[property="amount"]
{
    width: 90px;
    text-align:right;    
    padding-right:2px;
}

.errormessages{
    float: right;
    margin-right: 25px;
    color:red
}

/*
.fixedColumn .fixedTable td
{
    color: White;
    background-color: Gray;
    font-size: 12px;
    font-weight: normal;
}
        
.fixedHead td, .fixedFoot td
{
    color: White;
    background-color: Gray;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    border: 1px solid Gray;    
}

.fixedColumn td
{
    color: Black;
    background-color: Gray;
    font-size: 12px;
    font-weight: normal;
    width:100px;
}

.fixedHead td
{
    color: White;    
    background-color: Gray;
    font-size: 12px;
    font-weight: normal;
    width: 92px;
    padding: 5px;
    height:30px;
    border-color:Gray;
}

.fixedTable td
{
    font-size: 8.5pt;
    background-color: White;
    padding: 5px;
    text-align: left;
    width:92px;
    border-style:solid;
    border-width:0px;
    border-color:Gray;
    border-spacing:0px; 
}

.fixedArea td
{}

.trLayout
{
    background-color:Yellow;
    width:92px;
    max-width:92px;
}

.fixedContainer
{
     background-color: gray;
}

.buildFixedHeaderTable
{
    background-color:white;    
}

.buildFixedColumnHeader
{
    background-color:gray;    
}*/

.dynform textarea {
 font-size:10px;
}

a[color="blue"]
{
    float:right;   
    font-size:11px;
    height:25px;
    background-image: url("../Images/blue-bttn-1.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 3px 10px 3px 10px;
    border-style:solid;
    border-color:blue;
    border-width:1px; 
    border-radius:3px;
    text-decoration:none;
}

a[color="blue"]:hover
{
    float:right;   
    font-size:11px;
    height:25px;
    background-image: url("../Images/blue-bttn-2.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 3px 10px 3px 10px;
    border-style:solid;
    border-color:blue;
    border-width:1px; 
    border-radius:3px;
    text-decoration:none;
}

/* .edit_levelUse:hover,
.edit_fixed:hover,
.edit_country_rank:hover
{
    float:right;
    border:2px solid gray;
    background-image:url("../Images/thumb_104467.png"); 
    background-position:right;
    background-repeat:no-repeat;
    z-index:8888;
    max-height:25px;
}

.edit_amount_:hover
{
    float:right;
    border:2px solid gray;
    background-image:url("../Images/thumb_104467.png"); 
    background-position:left;
    background-repeat:no-repeat;
    max-height:25px;
    z-index:8888;
} */


.editableTextBox
{
    border:1px solid blue;    
    font-size:11px;      
    margin-bottom:-4px;
}

.ui-button .ui-widget .ui-state-default .ui-corner-all .ui-button-icon-only .ui-dialog-titlebar-close
{
    display:none;
}

*:focus {
    outline: 0;
}

.title_content
{
    float:left;
    width:100%;
    height:30px;   
   /* margin-left:22%;*/
    border-color:black;     
    position:inherit;
}

.title_white_space
{
    float:left;
    width:10px;
    height:28px;
    border-color:black;
    
}

.title_main_tab
{
    position:relative;
    top:1px;
    display:block;
    float:left;
    width:auto;
    height:20px;
    margin-top:14px;
    margin-left:8px;
    padding-top: 5px;
    padding-left: 10px;    
    padding-right: 10px;    
    font-weight:bold;
    font-size:11px;
    background-color:#EDEDED;  
     
    border-style:solid;
    border-width:1px;  
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-color:#CCCCCC;
    border-bottom-color:#EDEDED;
    border-left-color:#CCCCCC;
    border-right-color:#CCCCCC;
    
}


.searchHolder
{
    float:left;
    width:950px;
    height:auto;
    margin-left:10px;
    margin-top:10px;
    background-color:#EDEDED; 
    border-style:solid;
    border-width:1px;   
    border-color:#CCCCCC;
    z-index:1;
}

button[color="green"]
{
    font-size:11px;
    background-image: url("../Images/green-bttn-1.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

button[color="green"]:hover
{
    font-size:11px;
    background-image: url("../Images/green-bttn-2.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

button[color="gray"]
{
    float:right;   
    font-size:11px;
    background-color:White;
    color:Black;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 0px 5px;
    border-style:solid;
    border-color:Gray;
    text-decoration:none;
    border-width:1px; 
    border-radius:3px;
}

button[color="gray"]:hover
{
    float:right;   
    font-size:11px;
    background-color:White;
    color:Black;
    text-shadow: 1px 1px #CECBCB;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 0px 5px;
    border-style:solid;
    border-color:Gray;
    text-decoration:none;
    border-width:1px; 
    border-radius:3px;
}

/*------- tab ---------- */
#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#header li {
	float: left;
	/* border-top: 1px; */
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	margin: 5px 0.5em 0 6px;
}
	
#header #selected {
	position: relative;
	top: 1px;
	background: white;
	display: block;
	padding: 5px 15px 1px 15px;
	text-decoration: none;
	/* margin-top: 4px; */
	/* z-index: 99; */
}
	
#content {
	border: 1px solid;
	clear: both;
	background-color:White;
	padding: 20px 10px 20px 10px;
	height: auto;
	float: left;
	width: 710px;
}
	
h1 {
	margin: 0;
	padding: 0 0 1em 0;
}


#menu {
    position: fixed;
    background-color: #222;
    height: 100%;
    z-index: 10;
    width: 200px;
    color: #bbb;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

    #menu ul {
        list-style: none;
        margin-top: 0;
        padding: 0
    }

        #menu ul li {
            border-bottom: 1px solid #2a2a2a;
        }

    #menu > ul > li > a {
        border-left: 4px solid #222;
    }

    #menu ul li a {
        color: inherit;
        font-size: 12px;
        display: block;
        padding: 10px 0 10px 7px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*font-weight: 600;*/
    }

    #menu ul a i {
        margin-right: 10px;
        font-size: 18px;
        margin-top: 3px;
        width: 20px;
    }

        #menu ul a i[class*='fa-caret'] {
            float: right;
        }

    #menu ul a:hover,
    #menu ul a.active {
        background-color: #111;
        border-left-color: #0099FF;
        color: #0099FF;
    }

        #menu ul a:hover i:first-child {
            color: #0099FF;
        }

    #menu ul li a.active + ul {
        display: block
    }

    #menu ul li ul {
        margin-top: 0;
        display: none;
    }

    #menu ul li ul li {
        border-bottom: none;
    }

    #menu ul li ul li a {
        padding-left: 30px;
    }

    #menu ul li ul li a:hover {
        background-color: #1A1A1A;
    }

.left {
    left: -195px;
}

.show {
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}

#showmenu {
    margin-left: 100%;
    position: absolute;
    top: 0;
    padding: 6px 10px 7px 10px;
    font-size: 1.3em;
    color: #FFCC33;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}
/**/
@import "./facybox_urls.css";

#facybox {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px 0 0 -20px;
	z-index: 9999;
	text-align: left;
	padding: 18px;
	min-width: 40px;
	min-height: 40px;
}
#facybox .w,  #facybox .e, #facybox  .nw,
#facybox .ne, #facybox .sw, #facybox .se {
	min-height: 18px;
	min-width: 13px;
}
#facybox .n, #facybox .s {
	background-repeat: repeat-x;
	height: 18px;
}
#facybox .w, #facybox .e {
	background-repeat: repeat-y;
}

#facybox .nw, #facybox .ne, #facybox .sw, #facybox .se,
#facybox a.next, #facybox a.prev,
#facybox .closek #facybox .loading {
	background-repeat: no-repeat;
}

#facybox a.next {
  background-position: 9999px 50%;
}

#facybox a.prev {
  background-position: -9999px 50%;
}
#facybox a.prev:hover{
	background-position: 0 50%;
}
#facybox a.next:hover{
	background-position: 100% 50%;
}

#facybox .close {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
}

#facybox .prev,
#facybox .next{
	display: block;
	position: absolute;
	cursor: pointer;
}

#facybox .navigation .counter{
	background: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -33px;
	left: -10px;
	padding: 2px 0;
	font-size: 11px;
}

#facybox .loading {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  text-align: center;
}

#facybox .popup {
  position: relative;
}

#facybox table {
  border-collapse: collapse;
}

#facybox td {
  border-bottom: 0;
  padding: 0;
}

#facybox .body {
  padding: 10px;
  background: #fff;
  width: auto;
}

#facybox .loading {
  text-align: center;
}

#facybox .image {
  text-align: center;
  line-height: 0;
}

#facybox img {
  border: 0;
  margin: 0;
}

#facybox .footer {
	position: absolute;
	top: 28px;
	left: 23px;
	padding: 0;
	width: 90%;
}

#facybox .footer img {
  vertical-align: middle;
}

#facybox .tl, #facybox .tr, #facybox .bl, #facybox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facybox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facybox_hide {
  z-index:-100;
}

.facybox_overlayBG {
  background-color: #000;
  z-index: 9990;
}

/*Tooltip component by www.menucool.com */

/*For tooltip target element that has set class="tooltip" */
.tooltip 
{
    text-decoration: none; 
    border-bottom:1px dotted #36c;
    color: #36c; 
    outline: none; 
}

/*For tooltip box*/
div#mcTooltip 
{
    line-height:16px;
    border-width: 1px;   
    width:160px;
    color:#333; 
    border-color:#BBBBBB;
    padding:10px;
    font-size: 11px;
    font-family: Verdana, Arial;
    box-shadow: 0 10px 20px #AAAAAA; /*Drop shadow. N/A for IE 8 and below.*/
}

div#mcTooltip, div.mcTooltipInner 
{
    background-color:#EAECF0;
    width:163px;
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#36c; }


/* Only applies when overlay has been set to true or 1 */
div#mcOverlay 
{
    background-color: white;
    opacity:0.8; 
    filter: alpha(opacity=80); 
    display:none;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    overflow:visible;
    z-index:4; 
}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper 
{
    position:absolute;
    visibility:hidden;
    overflow:visible;
    z-index:9999999999;
    top:0px;
}

div#mcTooltip 
{
    float:left;
    border-style:outset;
    width:auto;
    overflow:hidden;
}
    
div.mcTooltipInner {float:left;position:relative;width:auto;height:auto;}
div#mcttCo {position:absolute;text-align:center;}
div#mcttCo em, div#mcttCo b {display:block; width:0; height:0;overflow:hidden;}

.column a
{
    float:left;
    width:100%;    
    height:25px;
    text-decoration:none;
    padding-top:8px;
    padding-left:2px;
    color:Black;
    border-width:1px;
    border-style:solid;
    border-color:#EBEBEB;    
}

.column a:hover
{
    float:left;
    width:100%;    
    height:25px;
    text-decoration:none;
    padding-top:8px;
    padding-left:2px;
    color:Black;
    
    border-width:1px;
    border-style:solid;
    border-color:Green;
    border-radius:5px;
    background-color: #DCEEF7;
}

.columnUpdate
{
    float:left;
    width:132px;
    height:27px;
    border-style: none; 
    font: 12px/1.4 arial, Verdana, Tahoma, sans-serif; 
    background-color: transparent;
    cursor:pointer;
    color:#36c;
}

.columnUpdate:hover
{
    float:left;
    width:132px;
    height:27px;
    border: 1px solid green; 
    font: 12px/1.4 arial, Verdana, Tahoma, sans-serif; 
    background-color: transparent;
    cursor:pointer;
    color:#36c;
}

.btnDeleteRankRow
{
    float:left;
    border-style: none; 
    margin:5px 0px 0px 5px;
    font: 12px/1.4 arial, Verdana, Tahoma, sans-serif; 
    background-color: transparent;
    cursor:pointer;
    color:#36c;
}

.menu_option
{
    text-decoration:none;
    border-style:none;    
}
/*
    A separte CSS file dedicated to rules that involve
    URLs. This makes it easy to configure where your
    images are without having to edit the main facyBox
    stylesheet.
*/

#facybox .n       { background-image: url('../Images/fancy_shadow_n.png');  }               
#facybox .s       { background-image: url('../Images/fancy_shadow_s.png');  }
#facybox .w       { background-image: url('../Images/fancy_shadow_w.png');  }
#facybox .e       { background-image: url('../Images/fancy_shadow_e.png');  }
#facybox .nw      { background-image: url('../Images/fancy_shadow_nw.png'); }
#facybox .ne      { background-image: url('../Images/fancy_shadow_ne.png'); }
#facybox .sw      { background-image: url('../Images/fancy_shadow_sw.png'); }
#facybox .se      { background-image: url('../Images/fancy_shadow_se.png'); }
#facybox a.next   { background-image: url('../Images/fancy_right.png');     }
#facybox a.prev   { background-image: url('../Images/fancy_left.png');      }
#facybox .close   { background-image: url('../Images/fancy_closebox.png');  }
#facybox .loading { background-image: url('../Images/loading.gif');         }

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*
	Forces backgrounds to span full width,
	even if there is horizontal scrolling.
	Increase this if your layout is wider.

	Note: IE6 works fine without this fix.
*/

body {
	min-width: 960px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
	position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
* 
* all CSS sizing (width,height) is done in pixels (px)
*/

/* @group Reset */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;
    
    /* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
	}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	
	/* position */
	position: relative;
	}

	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		/* appearance */
	    overflow: auto;
		}

		.fht-table-wrapper .fht-table .fht-cell {
			/* appearance */
			overflow: hidden;
			
			/* size */
		    height: 1px;
			}
	
	.fht-table-wrapper .fht-fixed-column,
	.fht-table-wrapper .fht-fixed-body {
	    /* position */
	    top: 0;
	    left: 0;
	    position: absolute;
	    }
	    
	.fht-table-wrapper .fht-fixed-column {
	    /* position */
	    z-index: 1;
	    }

/* @end */
.divider {
	margin-top: 40px;
	}
	
.button {
	/* appearance */
	background-color: #3f3f3f;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.0) 0%,
		rgba(255,255,255,0.1) 50%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(100%,rgba(255,255,255,0.0)),
		color-stop(50%,rgba(255,255,255,0.1)));
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	-moz-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	cursor: pointer;
	
	/* position */
	display: inline-block;
	margin: 10px;
	
	/* size */
	padding: 0 10px;
	
	/* text */
	color: #eaeaea;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
	}
.button:hover {
	/* appearance */
	background-color: #6495ed;
	-webkit-box-shadow: 0 0 3px #6495ed;
	-moz-box-shadow: 0 0 3px #6495ed;
	box-shadow: 0 0 3px #6495ed;
	}

.myTableWrapper {
	width: 800px;
	height: 500px;
	}

.height250 {
        height: 250px;
        overflow-x: auto;
        overflow-y: auto;
}

.height400 {
        height: 400px;
        overflow-x: auto;
        overflow-y: auto;
}

.fancyTable td, .fancyTable th {
	/* appearance */
	border: 1px transparent #778899;
	
	/* size */
	padding: 4px;
	}

.fancyTable {
	/* text */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.fancyTable tbody tr td {
	/* appearance */
	/* background-color: #eef2f9; */
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0%,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	/*background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0)));*/
		
	/* text */
	color: #262c31;
	font-size: 11px;
	}

.fancyTable tbody tr.odd td {
	/* appearance */
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0%,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	/* background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0))); */
	}

.fancyTable thead tr th,
.fancyTable thead tr td,
.fancyTable tfoot tr th, 
.fancyTable tfoot tr td {
	/* appearance */
	/*background-color: #8ca9cf;*/
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0%,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0)));
		
	/* text */
	color: #FFFFFF;
	font-size: 12px;
	/*font-weight: bold;*/
	/*text-shadow: 0 1px 1px #e8ebee; */
	}
	
	

/* Fancy Dark Table */	
.fancyDarkTable .numeric {
	/* text */
	text-align: right;
	}

.fancyDarkTable td, .fancyDarkTable th {
	border: 1px solid #000000;
	padding: 5px;
}

.fancyDarkTable thead tr th {
	padding: 10px 5px 10px 5px;
	}

.fancyDarkTable {
	/*border-collapse: separate;*/
	
	/* text */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.fancyDarkTable tbody tr td {
	/* appearance */
	background-color: #48535e;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.0) 0%,
		rgba(255,255,255,0.02) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.0)),
		color-stop(100%,rgba(255,255,255,0.02)));
	border-bottom-color: #22272e;
	border-top-color: #708090;
	border-right-color: #000;
	border-left-color: #3c454f;

	/* size */
	padding: 10px 5px 30px 5px;

	/* text */
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000000;
	}

.fancyDarkTable tbody tr.odd td {
	/* appearance */
	background-color: #3c454f;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.0) 0%,
		rgba(255,255,255,0.02) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.0)),
		color-stop(100%,rgba(255,255,255,0.02)));
	border-right-color: #000;
	}

.fancyDarkTable thead tr th,
.fancyDarkTable tfoot tr td {
	/* appearance */
	background-color: #0b0d10;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0%,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0)));
		
	/* text */
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000;
	}
	
.fancyDarkTable .fht-head {
	-webkit-box-shadow: 0 5px 10px #000;
	z-index: 1;
	position: relative;
	}

.main_holder_create_coa
{
    float:left;
    width: 641px;
    height: 370px;
    margin-left:5px;
    margin-top:0px;
    background-color:White;     
    border:1px solid gray;
    font: 11px/1.4 arial, Verdana, Tahoma, sans-serif;
}

.create_new_coa_logo
{
    background-image: url(../Images/add_icon.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 50px;
	margin: 10px 10px 0px 10px;    
}

.create_new_coa_title
{
    float:left;
	height:55px;
	font-size:24px;	
    width: 300px;
	padding-top:5px;	
    font-size: 18px;	
    font-weight: bold;
    margin: 18px 0px 0px 10px;
    
}

.content_holder_coa
{
    float:left;
    width: 567px;
    max-width: 567px;
    height: 200px;
    border: 1px dashed gray;    
    padding:10px 10px 10px 10px;
    border-radius: 10px;
    margin-left: 26px;
}

.lblCoaContent
{
    float:left;  
    width: 100px;
    height: 19px;
    padding-top: 5px;
}

.txtboxCoa
{
    float:left;  
    width: 108px;
    height:24px;
}

.txtboxCoa_description
{
    float:left;  
    width: 437px;
    height:24px;
}

.coaRequiredField
{
    float:left; 
    width: 50px;
    color:Red;
    font-weight:bolder;
    height: 19px;   
}

.row_object_holder
{
    float:left;
    width:596px;
    height:24px;
    margin-top:10px
}

.button_holder
{
    float: right;
    width: 596px;
    height: 30px;
    margin-right: 5px;
    margin-top: 10px;
}

button[color="green"]
{
    font-size:11px;
    background-image: url("../Images/green-bttn-1.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

button[color="green"]:hover
{
    font-size:11px;
    background-image: url("../Images/green-bttn-2.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:green;
    border-width:1px; 
    border-radius:3px;
}

button[color="black"]
{
    font-size:11px;
    background-image: url("../Images/black-bttn-1.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:black;
    border-width:1px; 
    border-radius:3px;
}

button[color="black"]:hover
{
    font-size:11px;
    background-image: url("../Images/black-bttn-2.fw.png");  
    background-repeat:repeat-x;
    color:White;    
    margin: 0px 0px 0px 5px;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    border-style:solid;
    border-color:black;
    border-width:1px; 
    border-radius:3px;
}

button[color="gray"]
{
    float:right;   
    font-size:11px;
    background-color:silver;
    color:Black;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 0px 5px;
    border-style:solid;
    border-color:Gray;
    text-decoration:none;
    border-width:1px; 
    border-radius:3px;
}

button[color="gray"]:hover
{
    float:right;   
    font-size:11px;
    background-color:White;
    color:Black;
    text-shadow: 1px 1px #CECBCB;
    cursor:pointer;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 0px 5px;
    border-style:solid;
    border-color:Gray;
    text-decoration:none;
    border-width:1px; 
    border-radius:3px;
}

.error_message
{
   float: left;
   width: 596px;    
   height: 10px;
   color:Red;    
   margin-left: 20px;
   margin-top: 10px;
   text-align:right;    
}
