html, body { 
	font-family: Arial, Verdana, Helvetica; 
	font-size: 9pt; 
	margin:0;
	padding:0;
	background:white;
	color:#333;
	overflow:auto;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #999, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #999, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #999, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #999, #ccc); 
}

a {
	text-decoration:none; 
	color:#0650E7;
}
  
a:hover {
	text-decoration:underline; 
	color:#0A229C;
}


a.nav_link{
	text-decoration:none; 
	display:block;
	color:#333;
}

a.nav_link:hover{
	text-decoration:none; 
	display:block;
	color:#333;
}

.printingcontrol {
	border:1px solid #bac6d2; 
	background:#999; 
	padding:2px 6px; 
	font-size:10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfffe), to(#ebf0f4));
	background-image: -moz-linear-gradient(top, #fdfffe, #ebf0f4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfffe', endColorstr='#ebf0f4'); /* for IE */
	color:#686f79;
	text-align:center; 
	display:block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
	cursor:pointer;

}

#outer {
  	position: absolute;
  	top: 30%;
  	left: 0px;
  	width: 100%;
  	height: 1px;
  	overflow: visible;
}

#inner {
  	width: 300px;
  	height: 250px;
  	margin-left: -150px;  /***  width / 2   ***/
  	position: absolute;
  	top: -100px;          /***  height / 2   ***/
  	left: 50%;
  	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
  	border:1px solid #e3e3e3;
}

#login_bar{
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	background: #282828;
	height:40px;
	padding: 0 15px;
	color: #fff;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    background-color:#dee1ea;
    border:1px solid #a2b4e8;
    padding:2px 10px;
    cursor:pointer;
    color:#3c5d8a;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #a2b4e8;
    color:#3c5d8a;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #a2b4e8;
    color:#3c5d8a;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


.messagebox{
	position:absolute;
	width:100px;
	margin-top:14px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-top:14px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-top:14px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}



/*TABLE STYLING*/

.gradient-style
{
	font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.gradient-style th
{
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('img/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	text-align:center;
	color: #039;
}
.gradient-style td
{
	padding: 8px;
	font-size: 11px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('img/gradback.png') repeat-x;
}
.gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
.gradient-style tbody tr:hover td
{
	background: #d0dafd url('img/gradhover.png') repeat-x;
	color: #339;
}

/*TABLE STYLING*/




/*-----CONTENT----*/

.formleft{
	float:left; 
	width:160px; 
	margin-bottom:14px	
}

.notice{
	padding : 12px 20px;
	background : #d4fecc;
	border : 1px solid #acd1a6;
	width : 90%;
	color : #333;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.noticeno{
	padding : 12px 20px;
	background : #ffd3d4;
	border : 1px solid #c79999;
	width : 90%;
	color : #333;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}


#avatarbox{
	float:left; 
	width:70px; 
	min-height:70px; 
	/*border:1px solid #CCC; */
	margin-right:10px;
	/*background:url(../img/no-avatar-upload.png) no-repeat;*/
}


.summarybox{
	border:1px solid #d7d7d7;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #eaeaea;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NzAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNUY1RjUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEQ0RDREMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2NzApIiAvPgo8L3N2Zz4=); /*generated from this website http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html */
	
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dcdcdc));
	background-image: -moz-linear-gradient(top, #f5f5f5, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dcdcdc'); /* for IE */	
	
}


.translatebox{
	border:1px solid #ccc; 
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:5px 10px; 
	background:#eee
}


#top_header{
	/*background : #1d5673;*/
	background : rgb(65,65,65);
	width : 100%;
	height : 80px;
}

#banner_bar{
	/*background : #5aa2ca;*/
	background : rgb(245,252,224);
	width : 100%;
	height : 357px;
}

#pre_footer{
	/*background : #5aa2ca;*/
	background : rgb(109,173,56);
	width : 100%;
	height : 10px
}

#post_header{
	/*background : #6dad38;*/
	background : rgb(255,201,14);
	width : 100%;
	height : 10px
}

#footer{
	/*background : #505050;*/
	background : RGB(65,65,65);
	width : 100%;
	min-height : 100px;
}

#support_topic{
	position: fixed;
}

.footer-content{
	width : 50%; 
	/*height : 100px;*/
	line-height : 20px;
	/*color: #dcdcdc;*/
	color: white;
	font-size : 14px
}

.signinoption{
	display:none; 
	margin-top:10px; 
	padding:0px; 
	width:367px;
	height:143px;
	position:absolute; 
	z-index:1; 
	margin-left:-300px; 
	background:#fff;
	border:1px solid #CCC;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.signup_title{
	font-size : 26px;
	/*color : #fff;*/
	color : rgb(80,80,80);
	font-weight : bold;
	margin-bottom : 15px;
}

.form_title{
	font-size : 20px;
	color : #999;
}



.page_holder {
	width : 1000px;
	margin : auto;
}

.logo_box {
	float : left;
	width : 300px;
}

.user_admin{
	float : right;
	height : 39px;
}

.username{
	float : left;
	border-radius : 4px;
	-webkit-border-radius : 4px;
	-moz-border-radius : 4px;
	border : 1px solid #10210e;
	/*background : #10210e;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#2f4d58), to(#13252f));
	background-image: -moz-linear-gradient(top, #2f4d58, #13252f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f4d58', endColorstr='#13252f'); /* for IE */
	height : 25px;
}

.retrievepass {
	margin:auto; 
	padding:auto; 
	margin-top:120px; 
	width:400px; 
	border:1px solid #8e8e8e;
	background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#e2e2e2));
	background-image: -moz-linear-gradient(top, #bfbfbf, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#e2e2e2'); /* for IE */
}

.box-title{
	height:35px;
	line-height:35px;
	padding:0 15px;
	font-size:16px;
	font-weight:bold;
	color:#404040;
}


.general_btn a{
	border:1px solid #bac6d2; 
	background:#999; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfffe), to(#ebf0f4));
	background-image: -moz-linear-gradient(top, #fdfffe, #ebf0f4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfffe', endColorstr='#ebf0f4'); /* for IE */
	color:#686f79; 
	padding:5px; 
	text-align:center; 
	display:block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
}

.general_btn a:hover{
	border:1px solid #bac6d2; 
	background:#999; 
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#d6d6d6));
	background-image: -moz-linear-gradient(top, #eeeeee, #d6d6d6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d6d6d6'); /* for IE */
	color:#333; 
	padding:5px; 
	text-align:center; 
	display:block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
}

.navig {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	display:block;
}


.navig li {
	display : inline;
	/*padding: .1em 1.8em 0 0;*/
	color: #666;
}


.navig li a{
	display : inline;
	color: #666;
	font-weight:bold;
	text-decoration:none;
	margin-right:-4px;
	padding: 10px 18px 10px 18px;
	text-align:center
}

.navig li:hover a{
	color: #666;
	font-weight:bold;
	background:#CCC;
	text-decoration : none;
}

.navig li a.current{
	color: #fff;
	background:#87cd4e;
	text-decoration : none;
}

body#dashboard a#dashboard,
body#history a#history,
body#users a#allusers,
body#jobs a#jobs,
body#ads a#ads,
body#creditrdm a#creditrdm,
body#payment a#payment,
body#reports a#reports,
body#sites a#sites{
	color: #fff;
	font-weight:bold;
	background:#87cd4e;
	background: -webkit-gradient(linear, left top, left bottom, from(#8bd252), to(#71b43b));
	background-image: -moz-linear-gradient(top, #8bd252, #71b43b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bd252', endColorstr='#71b43b'); /* for IE */
	text-decoration : none;
}

.translation_title{
	font-weight:bold; 
	font-size:14px; 
	color:#999
}

.review_box{
	background:#c4def0; 
	padding:8px; 
	width:575px;
	border:1px solid #c4def0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.rating_box{
	height:30px; 
	background:#c4def0; 
	margin:10px 4px; 
	width:175px;
	border:1px solid #c4def0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.term_box{
	border:2px solid #FC6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#ff9;
	padding:10px;
	line-height:18px;
}

/*-----CONTENT END------*/

.menulist
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
display:block;
}

.menulist li {
	display : inline;
	font-size: 14px;
	color : #fff;
	padding: .1em 1.8em 0 0;
}

.menulist li a {
	display : inline;
	font-size: 14px;
	color : #fff;
	padding: .1em 1.8em 0 0;
	text-decoration : none;
}


.menulist li a:hover
{

text-decoration : none;

}



/*TABLE DISPLAY AND LISTING*/

.list_table_top{
	width:96%; 
	height:31px;
	/*margin-left:18px;*/
	text-transform:uppercase;
	border:1px solid #C2C2C2; 
	border-bottom:none;
	border-collapse:collapse;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#DFDFDF));
	background-image: -moz-linear-gradient(top, #F0F0F0, #DFDFDF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DFDFDF'); /* for IE */
}

.list_table{
	width:96%; 
	/*margin-left:18px; */
	font-size: 8pt;
	border:1px solid #C2C2C2;
	border-bottom:none;
	border-top:none;
}


.list_table_bottom{
	width:96%; 
	/*margin-left:18px; */
	border:1px solid #C2C2C2; 
	border-top:none;
	border-collapse:collapse;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#DFDFDF));
	background-image: -moz-linear-gradient(top, #f4f4f4, #DFDFDF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#DFDFDF'); /* for IE */
	font-size:4px;
}

table.listing_header td{
	padding:6px;
	text-align:center;
	font-weight:bold;
	font-size: 8pt;
}

table.listing td{
	padding:6px;
	
}
/*END TABLE LISTING*/



.general_btn a{
	border:1px solid #bac6d2; 
	background:#999; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfffe), to(#ebf0f4));
	background-image: -moz-linear-gradient(top, #fdfffe, #ebf0f4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfffe', endColorstr='#ebf0f4'); /* for IE */
	color:#686f79; 
	padding:5px; 
	text-align:center; 
	display:block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
}

.general_btn a:hover{
	border:1px solid #bac6d2; 
	background:#999; 
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#d6d6d6));
	background-image: -moz-linear-gradient(top, #eeeeee, #d6d6d6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d6d6d6'); /* for IE */
	color:#333; 
	padding:5px; 
	text-align:center; 
	display:block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
}
 


/*FORM */


.button_normal{
	border:1px solid #d1dcdf; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:120px;
	font-family:helvetica, sans-serif; 
	padding: 10px 10px 10px 10px; 
	text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
	font-weight:bold; 
	text-align: center; 
	color: #424242; 
	background-color: #f2f5f6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(100%, #c8d7dc));
	background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: linear-gradient(top, #f2f5f6, #c8d7dc);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
}

.button_normal:hover{
	border:1px solid #b6c7cc; 
	background-color: #d4dee1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4dee1), color-stop(100%, #a9c0c8));
	background-image: -webkit-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -moz-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -ms-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -o-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: linear-gradient(top, #d4dee1, #a9c0c8);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d4dee1, endColorstr=#a9c0c8);
}



input[placeholder], [placeholder], *[placeholder]
    {
        color:#999 !important;
    }

.placeholder{
	color:#999	
}

label{
	width: 230px;
	color:#666;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	margin-top:4px;
	font-size: 13px;
	font-weight: bold;
}


select
{
color: #333;
height: 24px;
border: 1px solid #bac6d2;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
line-height: 18px;
font-size:12px;
}



input[type="text"] {
color: #333;
height: 24px;
border: 1px solid #bac6d2;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
line-height: 18px;
font-size:12px;
}




input{
	1px solid #595959;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
    color: #595959;
    font-size: 12px;
    margin-top: 0px;
    outline: medium none;
    padding: 0px 5px;
}


button.login{
	border: 1px solid;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    height: 38px;
    margin: 16px 0 0;
}


input[type="password"] {
color: #333;
height: 24px;
border: 1px solid #bac6d2;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
line-height: 18px;
font-size:12px;
}

input.placeholder[type="text"] {
    color: #AAAAAA !important;
}

textarea
{
color: #333;
border: 1px solid #bac6d2;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
line-height: 18px;
font-size:12px;
}

option
{
color: #333;
height: 24px;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
line-height: 18px;
font-size:12px;
}

/*  FORM */

label.error {
	
	margin-left: 240px;
	width:230px;
	font-size:12px;
	font-style:italic;
	color:#C00;
}




.ticklabel {
	margin-left: 10px;
	width:240px;
	border:1px solid #000;
}


.table_bigtitle{
	margin-bottom:25px; 
	margin-top:20px; 
	font-size:16px; 
	color:#3398aa; 
	font-weight:bold	
}

.statistic_box{
	border:1px solid #C2C2C2; 
	width:200px; 
	padding:8px;
	border-radius: 6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#DFDFDF));
	background-image: -moz-linear-gradient(top, #F0F0F0, #DFDFDF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DFDFDF');	
}



.tagging{
	
	border:1px solid #999;
	border-radius: 5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	padding:3px 5px;
	margin:0 5px;
	margin-left:0px;
	background:#e4e4e4;
}



.report_list{
	border-bottom:1px solid #e4e4e4; 
	width:202px; 
	padding:0px 8px;
	height:43px;
}

.highlight{
	background:#e4e4e4;	
}

.report_link{
	display:block;
	text-decoration:none;
	color : #069;
}

.grey_box{
	background:#e8e8e8;
	padding:2px 4px;
	border:1px solid #e8e8e8;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.directorylist{
	float:left; 
	margin:0px 0px 20px 40px; 
	padding:5px; 
	border:1px solid #e3e3e3; 
	width:120px; 
	text-align:center
}

#notifyfail{
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #d9d596;
	background:#fefccb;
	padding:8px;
	color:#6d6a2e;
}

#notifysuccess{
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #d9d596;
	background:#d4fecc;
	padding:8px;
	color:#386630;
}


.addjobbtn {
	border:1px solid #337fed;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxMTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzRDk0RjYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxRTYyRDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxMTUpIiAvPgo8L3N2Zz4=);
	
	/*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	*/
	
	background-color:#3d94f6;
	height:52px;
	line-height:70px;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:0px 16px;
	text-decoration:none;
}.addjobbtn:hover {
	/*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	*/
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzFFNjJEMCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzNEOTRGNiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzI0KSIgLz4KPC9zdmc+);
	background-color:#1e62d0;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
