@charset "UTF-8";
html {


    font-size: 62.5%;
    font-family: 'microsoft yahei', 'helvetica neue', tahoma, arial, 'hiragino sans gb', 'Simsun', sans-serif
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
hr {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.2;
    background-color: #FFF;
    /*height: auto !important;*/
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
td {
	white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: arial, 'hiragino sans gb', 'microsoft yahei', 'Simsun', sans-serif
}

::-ms-clear, ::-ms-reveal{display: none;}

.nav-up-selected-inpage {
    list-style: none
}

.navigation-ul-v3 {
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    text-decoration: none
}

.head {
    position: relative;
    min-width: 1150px;
    height: 50px;
    line-height:50px;
    color: #FFF;
    background-color: #0087CC;
}

.systop {
    position: relative;
}

.syslogo {
    position: relative;
    height: 40px;
    float: left;
}

.systitle {
    position: relative;
    left: 180px;
    top: -27px;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
}

.systop-left {
    position: relative;
    float: left;
    height: 100%;
}

.systop-middle {
    position: relative;
    float: left;
    left: 45px;
}

.systop-home-icon {
    font-size: 19px;
    font-weight: bold;
}

.systop-home-icon:hover {
    cursor: pointer;
    color: #F2CE87;
}

.systop-middle-icon {
    color: #FFF;
    margin-left: 2px;
    padding-bottom: 5px;
}

.systop-middle span {
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
}

.systop-middle span:hover {
    cursor: pointer;
    color: #F2CE87;
}

.systop-middle-tabselected {
    cursor: pointer;
    color: #F2CE87;
}

.systop-right {
    position: relative;
    float: right;
    text-aligh: right;
    margin-right: 10px;
}

.systop-right span {
	padding-left: 2px;
    position: relative;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
}

.systop-right span:hover {
    cursor: pointer;
    color: #F2CE87;
}

#tms_sys_select_stxx {
    position: relative;
    color: #FFF;
}

#tms_sys_select_stxx:hover {
    cursor: pointer;
    color: #F2CE87;
}
 
.mainbody {
    position: relative;
    top: 0;
    height: 0;
    height: 100%;
    width: 100%;
    background-color: #F2F2F2;
}

/*-----------Login Page------------*/

.loginPageBody {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0087CC;
} 
 
.loginPageHeader {
    position: relative;
    top: 0;
    left: 0;
    height: 18%;
    width: 100%;
    background-color: #FCFCFC;
}

.loginPageCenter {
    position: relative;
    top: 0;
    left: 0;
    height: 77%;
    width: 100%;
}

.loginPageFooter {
    height: 5%;
    width: 100%;
    background-color: #F4F4F4;
}

.loginPageFooterCenter {
    position: relative;
    margin: auto;
    width: 800px;
    height: 100%;
}

.lpFooterImg {
    padding-top: 10px;
}

.copyright {
    margin-top: 8px;
    color: #7F7F7F;
    text-align: center;
    font: bold 14px "microsoft yahei";
    width: 100%;
}

.copyright:visited {
	color: #7F7F7F;
}

.loginFormTable {
    position: relative;
    margin: auto;
    height: 240px;
    width: 400px;
    top: 90px;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #EAEAEA;
    border-radius: 6px 6px 6px 6px;
}

.loginFormInput {
    width: 85%;
    height: 28px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    padding-left: 8px;
    font-family: "microsoft yahei";
    font-size: 13px;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #666666;
    background-color: #FFF;
}

.loginFormInput:focus {
    box-shadow: 0 0 5px 0 #1EA8ED;
}

.errorLoginFormInput {
    width: 85%;
    height: 28px;
    border: 1px solid #ffa8a8;
    padding: 5px;
    padding-left: 8px;
    font-family: "microsoft yahei";
    font-size: 14px;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff3f3;
    color: #000;
}

.loginFormInput:focus {
    border: 1px solid #4CAEDB;
}

.loginFormLabel {
    text-align: left;
    padding-right: 10px;
    color: #595959;
    width: 18%;
    font-size: 12px;
}

.loginButton {
    left: 40px;
    height: 42px;
    width: 315px;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    background-color: #0095E0;
    color: #FFF;
    /*border: 1px solid #CCEEFF;*/
    border: none;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}


/*------------------Mask Style------------------*/
.datagrid-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	display: none;
	z-index: 9999;
}

.datagrid-mask-msg {
	z-index: 9999;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 12px 5px 10px 30px;
	width: auto;
	height: 16px;
	border-width: 2px;
	border-style: solid;
	display: none;
}

.tms-panelwrapper {
	position: relative;
	margin: 20px;
}

.horizontalPanel {
	float: left;
	height: 28px;
	margin-right: 10px;
	padding-bottom: 0px;
}

.verticalPanel {
	clear: both;
	margin-top: 5px;
	width: 100%;
}

.formlabel {
	width: 80px;
}

.groupPanel {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #E6E6E6;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.groupPanelTitle {
	margin: 0px 0px -12px 5px;
	position: relative;
	border: white 0px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	background-color: white;
	font-size: 12px;
}

.accordion .accordion-header-selected {
	background: #E0ECFF;
}

.invInqBody {
	position: relative;
	margin: auto;
	height: 98%;
	width: 99%;
	border: none;
}

.invInqHeader {
	left: 0;
	top: 0;
	width: 100%;
	height: 135px;
	background-image: url(../img/inqheader.gif);
	background-repeat: no-repeat;
}

.invInqHeaderTitle {
	position: relative;
	width: 100%;
	white-space: nowrap;
	top: 50px;
	text-align: center;
	color: #1B1C80;
	font-weight: bold;
	top: 50px;
	text-align: center;
	color: #1B1C80;
	font-weight: bold;
	font-size: 24px;
}

.invInqIcon {
	font-size: 3em;
}

.invInqHeaderBlock {
	width: 180px;
	height: 60px;
	float: left;
	clear: right
}

.invInqHeaderSelected {
	border-bottom: 3px solid #56B0FA;
}

.invInqHeaderIcon {
	padding-top: 10px;
	float: left;
	clear: right;
	cursor: pointer;
}

.invInqHeaderBlockTitle {
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	clear: right;
	font-size: 16px;
	font-family: microsoft yahei;
	color: #333333;
	cursor: pointer;
}

.invInqForm {
	position: relative;
	margin: auto;
	width: 780px;
}

.invInqFormLabel {
	color: #7F7F7F;
	font-size: 18px;
	font-family: microsoft yahei;
	text-align: middle;
}

.invInqFormInput {
	height: 36px;
	border: 1px solid #94BCFC;
	padding-left: 8px;
	padding-right: 8px;
	font-family: "microsoft yahei";
	font-size: 16px;
	outline: none;
	color: #666666;
	background-color: #FFF;
}

.inqButton {
	position: relative;
	height: 45px;
	width: 260px;
	background-color: #357AEC;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	font-family: Microsoft Yahei;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	outline: none;
}

/*----------------Page Layout-----------------*/

.appPage  {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	margin: 0;
	outline: 0;
	border: 0;
	overflow-x: hidden
}

.appPageInner  {
	width: 99.4%;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	margin: 0;
	outline: 0;
	border: 0;
}


/*----------------Home Page-----------------*/

.homebody {
	position: relative;
	margin: auto;
	top: 40px;
	height: 600px;
	width: 90%;
	border: 1px solid #D8D8D8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;	
}

.homegrouptab {
	position:absolute;
	top:0px;
	left:15px;
	height:30px;
	width:80px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 0px 0px;
	background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
	background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
	background: -o-linear-gradient(top,#ffffff 0, #F2F2F2 100%);
	background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%)
	*/
}

.homegrouptablbl {
    font-family: "microsoft yahei";
    font-size: 17px;
	position: absolute;
	margin-top: 5px;
	left: 12px;
}

.homegrouptable {
	position:absolute;
	top:40px; 
	left:15px;
	border: none;
	border-top:1px solid #BFBFBF;
	height:200px;
	width:300px;
	border-radius: 0px 4px 4px 4px;
}

.homegrouptablerow {
	position: relative;
	width: 280px;
	height: 28px;
	margin-left: 10px;
	padding-top: 4px;
	cursor: pointer;
}

.homegrouptablerow:hover {
	color: #3571CC;
}

.homegrouptablerowlbl {
    font-size: 13px;	
}

.homegrouptablerowicon {
	font-size: 6.5px;
	width:20px;
	height:18px;
	border: none;
	background: none;
	float:right
}
	
/*--------------EasyUI Style---------------*/

.panel-header.panel-header-noborder.window-header {
    border: none;
    /* height: 30px;*/
}

.panel-title {
    height: 16px;
    padding-left: 3px;
    padding-top: 1px;  
    color: #666666;
}

.panel-header,
.panel-body {
    border-color: #D8D8D8;
}

.panel-title {
    font-size: 12.5px;
}

.panel-tool a {
	opacity: 0.8;
}


.l-btn {
    border-radius: 2px 2px 2px 2px;
    padding-left: 1px;
    padding-right: 3px;
    padding-bottom: 2px;
    outline: none;
    color: #000;
    border: 1px solid #ADADAD;
    border-bottom-color: #8C8C8C;
    font-size: 1.28em;
    height: 23px;
}

.l-btn:hover {
	border: 1px solid #0095E0;
	box-shadow: 0 0 3px 0 #0095E0;
	background-color: #EFEFEF
}

.l-btn-text {
    font-size: 12px;
    margin-bottom: 3px;
}

.l-btn-plain {
    border-width: 0;
}

.l-btn-disabled,
.l-btn-disabled {
    border-color: #F2F2F2;
}
 

.combo-arrow:hover {
    background-color: #FFF;
}

.combo-arrow {
    background-color: #FFF;
    opacity: 0.8;
}

.combobox-item-selected {
    background-color: #509DD8;
}

.combobox-item-hover {
	color: #000;
	background-color: #EFEFEF;
}

.textbox {
	background-color: #FFF;
	border: 1px solid #C6C6C6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
	height: 24px;	
}
 
.textbox .textbox-text {
    font-family: 'microsoft yahei', 'helvetica neue', 'Simsun', sans-serif;
    font-size: 12px;
}

.textbox-focused {
    border-color: #6DA2ED;
    -moz-box-shadow: 0 0 3px 0 #6DA2ED;
    -webkit-box-shadow: 0 0 3px 0 #6DA2ED;
    box-shadow: 0 0 3px 0 #6DA2ED;
}

.filebox {
	border: 1px solid #CCCCCC;	
}

.tree-title {
    font-size: 13px;
    font-family: 'microsoft yahei', 'helvetica neue', 'Simsun', sans-serif;
    color: #666666;
    margin-left: 3px;    
}

.tree-folder {
 	display: none;
}

.tree-folder+.tree-title {
	font-size: 12.5px;
    font-weight: bold;
    color: #666666;
}

.tree-node {
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.tree-node-selected {
    background-color: #E5F4FF;
}

.tree-node-hover {
    background-color: #EDEDED;
}

div .panel-body {
    border-top: none;
}

.calendar-saturday {
    color: #000;
}

.calendar-sunday {
    color: #000;
}

.calendar-today {
	color: #0087CC;
}

.calendar-selected {
    background-color: #3A96FF;
    border: 1px solid #3A96FF;
    color: #FFF;
}

.window .window-body {
    border-width: 1px;
}

.faIconLg {
    padding-top: 1px;
    color: #727272;
}

.easyui-datebox {
	width: 130px; 
}

.easyui-textbox {
	width: 130px;
}

.easyui-numberbox {
	width: 130px;
}

.easyui-combobox {
	width: 130px;
}

.noIconTree {
	
}

.noIconTree .tree-file {
	display:none;
}

a.easyui-menubutton {
	border-radius: 2px 2px 2px 2px;
    padding-left: 1px;
    padding-right: 3px;
    outline: none;
    color: #000;
    border: 1px solid #ADADAD;
    border-bottom-color: #8C8C8C;
    background: linear-gradient(to bottom,#ffffff 0,#e6e6e6 100%);
    font-size: 1.3em;
    height: 21px;
}

a.easyui-menubutton span.l-btn-text {
	position: relative;
	top: -1px;
} 

a.easyui-menubutton span.l-btn-icon-left {
	top: -1px;
} 

a.easyui-menubutton span.m-btn-downarrow {
	top: 11px;
} 

a.easyui-menubutton:hover {
    padding-left: 1px;
    padding-right: 3px;
    outline: none;
    color: #000;
    border: 1px solid #ADADAD;
    border-bottom-color: #8C8C8C;
    background: linear-gradient(to bottom,#ffffff 0,#e6e6e6 100%);
    font-size: 1.3em;
    height: 23px;
    
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px; 
	
	box-shadow: 0 0 3px 0 #0095E0;   
}
 
span.m-btn-downarrow {
	bottom: 8px;
}

.system-multi-tab-icon {
    margin-right: 2px;
    color: #02767A;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
}
 
.panel-header {
	height: 19px;
	border-bottom: 1px solid #BFBFBF;
	
	background-color: #E5E5E5;
    background: #E5E5E5;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: -moz-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: -o-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: linear-gradient(to bottom,#F9F9F9 0,#E5E5E5 100%);
}

.datagrid-header-row, .datagrid-row {
	height: 28px;
}

.datagrid-row-selected {
	color: #000;
    background-color: #D4EAF9;
}

.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
    color: #000;
}

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background-color: #F4F4F4;
}
 
.datagrid-header td {
	background-color: #E5E5E5;
    background: #E5E5E5;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: -moz-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: -o-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: linear-gradient(to bottom,#F9F9F9 0,#E5E5E5 100%);
}

.datagrid-header-inner {
	background-color: #E5E5E5;
    background: #E5E5E5;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: -moz-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: -o-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: linear-gradient(to bottom,#F9F9F9 0,#E5E5E5 100%); 
}


.datagrid-toolbar,
.datagrid-pager {
	background-color: #E5E5E5;
    background: #E5E5E5;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(top,#F4F4F4 0,#E5E5E5 100%);
    background: -moz-linear-gradient(top,#F4F4F4 0,#E5E5E5 100%);
    background: -o-linear-gradient(top,#F4F4F4 0,#E5E5E5 100%);
    background: linear-gradient(to bottom,#F4F4F4 0,#E5E5E5 100%);
}

.datagrid-toolbar {
	background: none;
	background-color: #FFF;
}

.datagrid .panel-body {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #BFBFBF;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.datagrid-header {
	border-bottom: 1px solid #CCCCCC;
}

.dialog-button {
	background-color: #EFEFEF;
}

.tabs-title {
	font-size: 12.3px;
	color: #595959;
}

.tabs-header {
	background-color: #E5E5E5;
    background: #E5E5E5;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: -moz-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: -o-linear-gradient(top,#F9F9F9 0,#E5E5E5 100%);
    background: linear-gradient(to bottom,#F9F9F9 0,#E5E5E5 100%);
}

.tabs li {
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-left-radius: 5px;	
    border-top-right-radius: 5px;
    
	background-color: #EAEAEA;
    background: #EAEAEA;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(top,#FFF 0,#EAEAEA 100%);
    background: -moz-linear-gradient(top,#FFF 0,#EAEAEA 100%);
    background: -o-linear-gradient(top,#FFF 0,#EAEAEA 100%);
    background: linear-gradient(to bottom,#FFF 0,#EAEAEA 100%);
    
    border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
 
	height: 25px;
}

.tabs  {
	border-bottom: 1px solid #B2B2B2;
}

.tabs-header .tabs-pill li.tabs-selected a.tabs-inner span {
	color: #fff;
}

.tabs li.tabs-selected a.tabs-inner {
}

/*
.tabs li.tabs-selected a.tabs-inner {
	background-color: #0087CC;
	color: #FFF;
	border: none;
    background: -webkit-linear-gradient(top,#0087CC 0,#0087CC 100%);
    background: -moz-linear-gradient(top,#0087CC 0,#0087CC 100%);
    background: -o-linear-gradient(top,#0087CC 0,#0087CC 100%);
    background: linear-gradient(to bottom,#0087CC 0,#0087CC 100%);
    
    height: 21px;
    
   	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}


.tabs-selected .tabs-title {
	color: #FFF;
}
*/
 
.queryform-toolbar {
	padding-bottom: 6px;
	padding-top: 6px;
	margin-bottom:10px;
	margin-top:2px;
	
	background-color: #EFEFEF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}

.combo-panel {
	border-right: 1px solid #D8D8D8;
}


.appCriteriaForm {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left:10px;
	padding-right:15px;
	margin-top:5px;
	
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	
	background-color: #EFEFEF;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-right-radius: 3px;		
}

.sysNavPanel {
	width: 12%; 
	padding:4px; 
	background-color: #EDEDED;
}

.sysNavPanelInner {
	background-color: #FFF;
	padding-bottom: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;	
}

.blue-btn {
	color: #FFF;
	border: none;
	background-color: #4CB4FF;
	background: -webkit-linear-gradient(top,#4CB4FF 0,#1485CC 100%);
	background: -moz-linear-gradient(top,#4CB4FF 0,#1485CC 100%);
	background: -o-linear-gradient(top,#4CB4FF 0,#1485CC 100%);
	background: linear-gradient(to bottom,#4CB4FF 0,#1485CC 100%);	
}

.blue-btn:hover {
	color: #FFF;
	border: none;
	background-color: #4CB4FF;
	background: -webkit-linear-gradient(top,#4CB4FF 0,#1485CC 100%);
	background: -moz-linear-gradient(top,#4CB4FF 0,#1485CC 100%);
	background: -o-linear-gradient(top,#4CB4FF 0,#1485CC 100%);
	background: linear-gradient(to bottom,#4CB4FF 0,#1485CC 100%);	
}

.org-btn {
	color: #FFF;
	border: none;
	background-color: #4CB4FF;
	background: -webkit-linear-gradient(top,#EFAA48 0,#EC971E 100%);
	background: -moz-linear-gradient(top,#EFAA48 0,#EC971E 100%);
	background: -o-linear-gradient(top,#EFAA48 0,#EC971E 100%);
	background: linear-gradient(to bottom,#EFAA48 0,#EC971E 100%);
}

.org-btn:hover {
	color: #FFF;
	border: none;
	background-color: #4CB4FF;
	background: -webkit-linear-gradient(top,#EFAA48 0,#EC971E 100%);
	background: -moz-linear-gradient(top,#EFAA48 0,#EC971E 100%);
	background: -o-linear-gradient(top,#EFAA48 0,#EC971E 100%);
	background: linear-gradient(to bottom,#EFAA48 0,#EC971E 100%);
}

.fa-w-icon {
	color: #F4F4F4;
}

.fa-red-icon {
	color: #D36A3D;
}

.fa-green-icon {
	color: #51AA51;
}

.fa-blue-icon {
	color: #0087CC;
}
  


 