﻿/*base-------------------------*/
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, table, .table {
	font-family: Arial,'Helvetica Neue',Helvetica,'微軟正黑體';
}
body {
	font-size:15px;
}
.accesskey {
	position: absolute;
}
a {
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.hide {
	display: none;
}
.field-validation-error {
	color: red;
}
.fa {
	margin-right:5px
}

/*footer貼底-------------------------*/
html, body, body form {
	height: 100%;
	background-color: #1ab2bb;
}
.page {
	min-height: 100%;
	position: relative;
}
	.page .main {
		padding-bottom: 120px;
	}
	.footer {
		bottom: 0;
		position: absolute;
		width: 100%;
	}

/*header-------------------------*/
.header {
	position: relative;
	height: 180px;
	background: #fff url('/images/bg_header.jpg') left top no-repeat;
	box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
	border-bottom: 1px solid #b6b9bb;
}

	.header .wrap {
		height: 180px;
		background: url('/images/bg_header_pic.jpg') right top no-repeat;
		padding-top:55px;
	}

	.header h1 {
		width:620px;
		height: 120px;
		margin:20px 0 0 0px;
		padding: 0 54px;
		font-size: 0;
		background: url('/images/header_title.png') center no-repeat;
	}

	.usercontrol {
		text-align: right;
		padding: 0 10px;
		width: 400px;
		float: right;
		white-space: nowrap;
		overflow: hidden;
		background: url('/images/bg_usercontrol.png') right top repeat-y;
	}

/*main menu-------------------------*/
.navbar {
	margin: 0;
	padding: 0 20px;
	position: absolute;
	bottom: -1px;
	width: 100%;
	min-height:auto;
	border-radius: 0px;
	border-top: 1px solid #d6d6d6;
	background-color: white;
	background-image: linear-gradient(white 0%, #efefef 100%);
	z-index:0;
}

	.navbar ul {
		margin: 0;
		padding: 0;
		list-style:none
	}

		.navbar ul li {
			position: relative;
			float:left;
			zoom: 1;
		}

			.navbar ul li a {
				display: block;
				padding: 0 10px;
				line-height: 40px;
				height:38px;
				font-size: 16px;
				font-weight: bold;
				color: #333;
			}

				.navbar ul li a:hover {
					text-decoration: none;
					color: #ff4800;
					background-color: #ddd;
					background-image: linear-gradient(#efefef,#ddd);
				}

    .navbar ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
		box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
		list-style:none;
		background-color:#efefef;
    }

    .navbar li:hover ul {
        display: block;
    }

        .navbar ul ul li {
			float:none;
			border-bottom: 1px solid #d6d6d6;
		}

        .navbar ul ul li a {
            display: block;
            min-width:200px;
			line-height: 1.5;
			padding: 8px 10px;
			height: auto;
        }
        .navbar ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            margin: 0;
            padding: 0;
        }
            .navbar ul ul ul li {
                list-style: none;
            }
                .navbar ul ul ul li a {
                    display: block;
                    min-width: 12em;
                }

/*layout-------------------------*/
.container {
	width: 1060px;
	margin-bottom:20px;
}

.page .main {
	background-color: #e1e1e1;
	display: table;
	padding: 15px 15px 120px 15px;
	width: 100%;
	min-height: 200px;
	table-layout: fixed;
}

	.page .main .col-right {
		display: table-cell;
		padding-left: 15px;
		zoom: 1;
	}

.box {
	background-color: #fff;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/*login page-------------------------*/
.logindiv {
	min-height: 450px;
}

	.logindiv .loginbox {
		width: 320px;
		margin: 0 auto;
	}

/*Right Side-------------------------*/
.heading {
	margin: 7px 0;
	height: 40px;
	line-height: 45px;
}

	.heading > .title {
		margin: 0;
		padding: 0;
		float: left;
		font-size: 26px;
		font-weight: bold;
	}

		.heading > .title .text {
			margin-left: 10px;
			line-height: 45px;
		}

	.heading .btndiv {
		float: right;
	}

	.heading:after {
		content: '';
		clear: both;
	}

.page_title {
	line-height: 1.8;
	font-size:21px;
	color:#2059aa;
}

.index .news .list, .index .job .list {
	margin: 0;
	padding: 10px 20px;
	background-color: #fff;
	border: 4px solid #cc51ce;
	border-radius: 10px;
	clear:both;
	min-height:480px;
}

	.index .news .list li {
		padding: 9px 0 9px 30px;
		list-style: none;
		background: url('/images/ico_list01.png') 0 50% no-repeat;
	}

		.index .news .list li .date {
			float: right;
		}

		.index .news .list li:after {
			content: '';
			clear: both;
		}

	.index .job .list li {
		display: table;
		padding: 9px 0;
		list-style: none;
		width: 100%;
	}

		.index .job .list li .date {
			display: table-cell;
			width: 70px;
			color: #e75f05;
		}

		.index .job .list li .title {
			display: table-cell;
			width: auto;
		}

		.index .job .list li .other {
			display: table-cell;
			text-align: right;
			width: 250px;
		}

.news .detail {
	padding: 10px 20px;
	background: #fff;
	border: 3px solid #0088cc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	.news .detail .title {
		font-size: 18px;
		font-weight: bold;
	}

	.news .detail .content {
		word-wrap: break-word;
		word-break: break-all;
	}

/*input-------------------------*/
input[type="text"], input[type="password"], select, textarea {
	padding: 6px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin:1px 3px;
}
textarea {
	width:96%!important
}
/*button-------------------------*/
.btn-dark {
	color: #fff;
	background-color: #444;
	border-color: #333;
}

	.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
		color: #fff;
		background-color: #444;
		border-color: #333;
	}

	.btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
		background-image: none;
	}

	.btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark, .btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover, .btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus, .btn-dark.disabled:active, .btn-dark[disabled]:active, fieldset[disabled] .btn-dark:active, .btn-dark.disabled.active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark.active {
		background-color: #444;
		border-color: #333;
	}

/*table-------------------------*/
.panel .table thead > tr > th, .panel .table tbody > tr > th, .panel .table tfoot > tr > th, .panel .table thead > tr > td, .panel .table tbody > tr > td, .panel .table tfoot > tr > td {
	border-top: 0px;
}

.panel .table tbody tr th {
	text-align: right;
	background-color: #fff;
	vertical-align: middle;
}

/*.panel .table caption {
	padding: 7px;
	background-color: #fff;
	border: 0px;
	text-align: left;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin:0 -15px;
}*/

/*.table {
	font-family: "\u65b0\u7d30\u660e\u9ad4";
	font-size: 14px;
}*/

	.table caption {
		padding: 10px 0;
		background-color: #f5f5f5;
		border: 1px solid #ddd;
		border-radius: 10px 10px 0 0;
		font-size: 15px;
		font-weight: bold;
	}

	.table thead tr th {
		background-color: #f5f5f5;
	}

	.table tbody tr th, .table tbody tr td {
		background-color: #fff;
	}

	.table tbody tr th {
		text-align: right;
		background-color: #e3edf7;
	}

.tableform th, .tableform td {
	padding: 6px 8px;
}

.tableform th {
	background-color: #ececec;
}
.panel .tbl_mobile tbody tr td div {
	display:inline-block
}
.table table tbody > tr > td {/*修除radiobutton區塊多出來的td框線*/
	border-top:0
}
.txt_pmp_title {
	background-color:#93eaf3!important
}
.txt_pmp_title2 {
	background-color:#ffedb3!important
}
label {
	margin-right:15px;
}
.no_margin_right label {
	margin-right:0
}
.margin_bottom,.panel .tbl_mobile tbody tr td .margin_bottom {
	margin-bottom:8px;
	display:block
}
/*leftSide-------------------------*/
.page .main .col-left {
	display: table-cell;
	width: 300px;
	vertical-align: top;
	zoom: 1;
}

	.page .main .col-left .sidebtn, .page .main .col-left .sidebtn2 {
		display: block;
		margin-bottom: 6px;
		width: 292px;
		height: 72px;
		font-size: 26px;
		font-weight: bold;
		color: #fff;
		line-height: 72px;
		text-indent: 145px;
		transition: 0.3s all ease;
		-webkit-transition: 0.3s all ease;
	}

	.page .main .col-left .links {
		width: 292px;
		border: 1px solid #ccc;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 4px;
		overflow: hidden;
		background: #fff;
	}

		.page .main .col-left .links h1 {
			margin: 0;
			padding: 10px;
			background: #f2a3d2;
			text-align: center;
			font-size: 26px;
			font-weight: bold;
			color: #fff;
		}

		.page .main .col-left .links ul {
			margin: 10px 0;
			padding-right: 10px;
			color: #ea5415;
		}

			.page .main .col-left .links ul li {
				padding: 3px 0;
			}

.page .main .col-left .links1 {
		width: 292px;
		border: 1px solid #ccc;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 4px;
		overflow: hidden;
		background: #fff;
	}

		.page .main .col-left .links1 h1 {
			margin: 0;
			padding: 10px;
			background: #448045;
			text-align: left;
			font-size: 26px;
			font-weight: bold;
			color: #fff;
		}

		.page .main .col-left .links1 ul {
			margin: 10px 0;
			padding-right: 10px;
			color: #ea5415;
		}

			.page .main .col-left .links1 ul li {
				padding: 3px 0;
			}
/*leftSide button-------------------------*/
	.page .main .col-left .btn_bluelogin {
		border-radius: 4px;
		border: 1px solid #ba73df;
		background-color: #e1c3d8;
		background-image: linear-gradient(#eddbf1 0%, #c799d6 100%);
		-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2), inset 0px 0px 2px rgba(255, 255, 255, 1);
	}

	.page .main .col-left .btn_greenlogin {
		border-radius: 4px;
		border: 1px solid #6bb30a;
		background-color: #96db29;
		background-image: linear-gradient(#b5f441 0%, #78c312 100%);
		-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2), inset 0px 0px 2px rgba(255, 255, 255, 1);
	}

	.page .main .col-left .btn_graylogin {
		border-radius: 4px;
		border: 1px solid #999;
		background-color: #ccc;
		background-image: linear-gradient(#ccc 0%, #aaa 100%);
		-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2), inset 0px 0px 2px rgba(255, 255, 255, 1);
		display: block;
	}

	.page .main .col-left .sidebtn span {
		text-align: center;
		display: block;
		text-indent: 25%;
	}

	.page .main .col-left .btn_bluelogin span {
		background: url('/Images/icon_company.png') 15% no-repeat;
	}

	.page .main .col-left .btn_greenlogin span {
		background: url('/Images/icon_student.png') 15% no-repeat;
	}

	.page .main .col-left .btn_graylogin span {
		background: url('/Images/icon_document.png') 15% no-repeat;
	}

.page-top {
	margin-top: -20px;
}

.sideMenu_title {
	background: #cbcbcb url('/Images/fot_logo.png') no-repeat 20px;
	height: 68px;
}


/*footer-------------------------*/
.footer {
	height: 88px;
	background: url('/Images/bg_footer.png') left top repeat-x;
	text-align: center;
}

	.footer .wrap {
		margin: 0 auto;
		display: table;
		height: 88px;
	}

	.footer .col {
		display: table-cell;
		vertical-align: middle;
		*display: inline;
		zoom: 1;
		text-align: left;
	}

	.footer .copyright {
		padding-left: 50px;
	}


/*電腦版-------------------------*/
@media(min-width:768px) {
	#BodyContent_divSearch,#divSearch {
		display: block !important;
	}

	.panel dt, .panel dd {
		display: inline-block;
		padding: 8px;
	}

	.panel dt {
		font-size: 13px;
		text-align: right;
		background: #fff;
		width: 80px;
	}

	.panel dd {
		width: 41%;
	}

		.panel dd.one-row {
			width: 89%;
		}

		.panel dd.w38 {
			width: 38%;
		}

		.panel dd.w50 {
			width: 50%;
		}

		.panel dd.w30 {
			width: 30%;
		}

	.panel .p100 {
		width: 100px;
	}
}

/*行動版-------------------------*/
@media(max-width:767px) {
	/*header*/
	.header {
		height: 56px;
		position: fixed;
		width: 100%;
		z-index: 10;
	}

	.page .main {
		padding-bottom: 50px;
		padding-top: 70px;
	}

	.header .wrap {
		background: none;
		height: 56px;
		padding-top:0;
	}

	.header h1 {
		width:100%;
		height:100%;
		margin:0;
	}

	.logindiv {
		margin-top: 15px;
	}

	a {
		word-break: break-all;
	}

	/*nav*/
	.header .glyphicon,.icon-menu {
		width: 54px;
		height: 55px;
		font-size: 24px;
		color: white;
		padding: 10px;
		text-decoration: none;
		margin-top:-1px
	}

	.header .glyphicon{
		padding: 13px 15px;
		background-color: #4087d6;
	}

		.header .glyphicon:hover, .header .glyphicon:active, .header .glyphicon:focus,
		.icon-menu:hover, .icon-menu:active, .icon-menu:focus {
			text-decoration: none;
			color: white;
		}

		.btn_search {
			float: right;
		}

	/*left area*/
	.page .main .col-left {
		display: block;
		width: 100%;
	}

		.page .main .col-left .sidebtn {
			display: inline-block;
			width: 100%;
			height: 100px;
			line-height: 100px;
		}

		.page .main .col-left .btn_graylogin, .page .main .col-left .btn_graylogin:hover {
			height: 50px;
			line-height: 50px;
			width: 100%;
		}

		.page .main .col-left .btn_bluelogin {
			float: right;
		}

		.page .main .col-left .btn_greenlogin {
			float: left;
		}

		.page .main .col-left .sidebtn span {
			background-size: 18%;
		}

		.page .main .col-left .btn_graylogin span {
			text-indent: 5%;
			background-size: 7%;
			background-position: 32%;
		}

		/*related link*/
		.page .main .col-left .links {
			width: 100%;
			clear: both;
		}

	/*content*/
	.container {
		width: 100%;
		padding: 0;
	}

	.container.panel {
		padding:0 15px;
	}

	#BodyContent_divSearch,#divSearch {
		display:none
	}

	.table-bordered {
		border: 0;
		border-top: 1px solid #e1e1e1;
	}

	.page .main .col-right {
		display: block;
		padding-left: 0;
	}

	.index .job .list li .other { /*最新職缺company*/
		width: 30%;
	}

	input[type="text"], input[type="password"], select {
		margin: 4px 3px;
	}
	.row .col-xs-6 {
		width:70%
	}
	.row .col-xs-6 + .col-xs-6 {
		width:30%
	}
	/*table資料區*/
	.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, 
	.table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
		padding: 5px;
	}
	.tbl_mobile {
		background-color:#fff
	}
	.panel .tbl_mobile thead > tr > th, .panel .tbl_mobile tbody > tr > th, .panel .tbl_mobile tfoot > tr > th, 
	.panel .tbl_mobile thead > tr > td, .panel .tbl_mobile tbody > tr > td, .panel .tbl_mobile tfoot > tr > td,
	.tbl_mobile thead > tr > th, .tbl_mobile tbody > tr > th, .tbl_mobile tfoot > tr > th, 
	.tbl_mobile thead > tr > td, .tbl_mobile tbody > tr > td, .tbl_mobile tfoot > tr > td {
		border: 0px;
		display: block;
		text-align: left;
		width: 100%;
	}
	.panel .tbl_mobile tbody tr th, .panel dt,
	.tbl_mobile tbody tr th {
		font-size: 15px;
		text-align: left;
		padding: 0 5px;
		color: #666;
		width: 100%!important;
		background-color: transparent;
	}
	.panel .tbl_mobile tbody tr td, .panel dd,
	.tbl_mobile tbody tr td {
		background: #fff;
		padding: 0 5px 15px;
		font-size: 18px;
		color: black;
		width: 100%!important;
		border-bottom: 1px solid #e1e1e1!important;
		margin-bottom:5px;
	}
	.panel .btn-primary {/*確認按鈕*/
		width:45%;
	}
	.panel .btn-default {/*取消按鈕*/
		width:45%;
		background-color:#ccc;
	}
	.table table tbody > tr > td {/*修除radiobutton區塊多出來的td框線*/
		border-bottom:0!important;
		display:inline-block!important;
		padding-bottom:0!important;
		margin-bottom:0!important;
		width: auto!important;
		margin-right: 15px;
	}
	.tbl_mobile tbody tr td.txt_pmp_title,
	.tbl_mobile tbody tr td.txt_pmp_title2 {/*履歷表title*/
		padding: 3px;
		text-align: center;
		font-size: 15px;
		margin-bottom: 0;
	}
	label {
		font-weight:normal
	}
	.inline_block {
		display:inline-block
	}
	.block,.panel .tbl_mobile tbody tr td .block {
		display:block;
		margin-top: 18px;
	}
	.margin_bottom,.panel .tbl_mobile tbody tr td .margin_bottom {
		margin-bottom:18px;
	}

	/*資料列表-隱藏欄位*/
	/*請假申請*/
	.tbl_dayoff th:nth-child(2),.tbl_dayoff td:nth-child(2),
	.tbl_dayoff th:nth-child(3),.tbl_dayoff td:nth-child(3),
	.tbl_dayoff th:nth-child(4),.tbl_dayoff td:nth-child(4),
	.tbl_dayoff th:nth-child(9),.tbl_dayoff td:nth-child(9),
	.tbl_dayoff th:nth-child(10),.tbl_dayoff td:nth-child(10),
	.tbl_dayoff th:nth-child(11),.tbl_dayoff td:nth-child(11),
	.tbl_dayoff th:nth-child(12),.tbl_dayoff td:nth-child(12),
	.tbl_dayoff th:nth-child(13),.tbl_dayoff td:nth-child(13),
	/*宿舍更動申請*/
	.tbl_dorm th:nth-child(6),.tbl_dorm td:nth-child(6),
	.tbl_dorm th:nth-child(7),.tbl_dorm td:nth-child(7),
	.tbl_dorm th:nth-child(10),.tbl_dorm td:nth-child(10),
	.tbl_dorm th:nth-child(11),.tbl_dorm td:nth-child(11),
	.tbl_dorm th:nth-child(12),.tbl_dorm td:nth-child(12),
	.tbl_dorm th:nth-child(14),.tbl_dorm td:nth-child(14),
	.tbl_dorm th:nth-child(15),.tbl_dorm td:nth-child(15),
	/*就業服務專區*/
	.tbl_employment th:nth-child(4),.tbl_employment td:nth-child(4),
	/*媒合設定*/
	.tbl_jobList th:nth-child(8),.tbl_jobList td:nth-child(8),
	/*廠商-求才作業*/
	.tbl_jobListCom th:nth-child(4),.tbl_jobListCom td:nth-child(4),
	.tbl_jobListCom th:nth-child(6),.tbl_jobListCom td:nth-child(6),
	.tbl_jobListCom th:nth-child(9),.tbl_jobListCom td:nth-child(9)
	{display:none}

}

@media(max-width:500px) {
	/*資料列表-隱藏欄位*/
	/*請假申請*/
	.tbl_dayoff th:nth-child(7),.tbl_dayoff td:nth-child(7),
	/*宿舍更動申請*/
	.tbl_dorm th:nth-child(2),.tbl_dorm td:nth-child(2),
	/*媒合設定*/
	.tbl_jobList th:nth-child(3),.tbl_jobList td:nth-child(3),
	.tbl_jobList th:nth-child(4),.tbl_jobList td:nth-child(4),
	/*應徵紀錄*/
	.tbl_pnote th:nth-child(4),.tbl_pnote td:nth-child(4),
	.tbl_pnote th:nth-child(7),.tbl_pnote td:nth-child(7),
	/*廠商-求才作業*/
	.tbl_jobListCom th:nth-child(2),.tbl_jobListCom td:nth-child(2),
	.tbl_jobListCom th:nth-child(5),.tbl_jobListCom td:nth-child(5),
	/*廠商-人才庫查詢*/
	.tbl_tabase th:nth-child(4),.tbl_tabase td:nth-child(4)
	{display:none}
}

@media(max-width:450px) {
	.header h1 {
		background-size: 65%;
	}
}

@media(max-width:380px) {
	/*資料列表-隱藏欄位*/
	/*請假申請*/
	.tbl_dayoff th:nth-child(5),.tbl_dayoff td:nth-child(5),
	.tbl_dayoff th:nth-child(8),.tbl_dayoff td:nth-child(8),
	/*宿舍更動申請*/
	.tbl_dorm th:nth-child(8),.tbl_dorm td:nth-child(8),
	/*就業服務專區*/
	.tbl_employment th:nth-child(5),.tbl_employment td:nth-child(5),
	/*媒合設定*/
	.tbl_jobList th:nth-child(6),.tbl_jobList td:nth-child(6)
	{display:none}

	.header h1 {
		background: url('/Images/header_title2.png') center no-repeat;
	}

	.page .main .col-left .sidebtn span {
		background-size: 18%;
		background: none;
		text-indent: initial;
	}

	.page .main .col-left .sidebtn, .page .main .col-left .sidebtn:hover {
		height: 60px;
		line-height: 60px;
		font-size: 21px;
		transition: none;
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		-ms-transition: none;
	}

	.page .main .col-left .links h1 {
		font-size: 21px;
	}

	.logindiv .loginbox {
		position: static;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
	}

		.logindiv .loginbox input {
			width: 95% !important;
			display: block;
		}

	.logindiv td {
		display: block;
		text-align: left;
		padding: 0;
		width: 80% !important;
	}

		.logindiv td input {
			width: 80% !important;
			margin-bottom: 15px;
		}

	/*.img_pmp_photo {
		width:200px!important;
		height:200px!important;
	}*/
}

.btn-login
{
	  background-color:#f3b4df;
	  border-color:#a22a83;
	  background-image:linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.15));
	  color:#fff;
	  font-size:120%;
	  min-width:100px;
	  text-align:center;
	  border-radius:2px;
	  background-clip:padding-box;
	  box-shadow:none;
	  border:1px solid #cbced9;
	  text-decoration:none;
	  cursor:pointer;
	  zoom:1;
	  padding: 5px;
	  transition:.1s linear box-shadow;
	  position: relative;
    margin-bottom:5px; margin-right:28px;
    font-weight: bold;
}


.btn-login-Cancel
{
	  background-color:#d7e1e6;
	  border-color:#1c9fdf;
	  background-image:linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.15));
	  color:#fff;
	  font-size:120%;
	  min-width:100px;
	  text-align:center;
	  border-radius:2px;
	  background-clip:padding-box;
	  box-shadow:none;
	  border:1px solid #cbced9;
	  text-decoration:none;
	  cursor:pointer;
	  zoom:1;
	  padding: 5px;
	  transition:.1s linear box-shadow;
	  position: relative;
    margin-bottom:5px; margin-right:28px;
    font-weight: bold;
}



table.table-style-two {
	  width:100%;
		font-family: verdana, arial, sans-serif;
		font-size: 15px;
		color: #333333;
		border-width: 1px;
		border-color: #9E9E9E;
		border-collapse: collapse;
	}
 
	table.table-style-two th {
		border-width: 1px;
		padding: 8px;
		text-align:center; 
		vertical-align:middle;
		border-style: solid;
		border-color: #9E9E9E;
		background-color: rgba(190, 239, 134, 0.5);
	}
 
	table.table-style-two tr:hover td {
		background-color: rgba(252, 253, 128, 0.5);
	}
 
	table.table-style-two td {
		border-width: 1px;
		padding: 8px;
		border-style: solid;
		border-color: #9E9E9E;
		background-color: #ffffff;
	}
	
	table.table-style-two1 {
	  width:100%;
		font-family: verdana, arial, sans-serif;
		font-size: 15px;
		color: #333333;
		border-width: 1px;
		border-color: #9E9E9E;
		border-collapse: collapse;
	}
 
	table.table-style-two1 th {
		border-width: 1px;
		padding: 8px;
		text-align:center; 
		vertical-align:middle;
		border-style: solid;
		border-color: #9E9E9E;
		background-color: rgba(190, 239, 134, 0.5);
	}
 

	table.table-style-two1 td {
		border-width: 1px;
		padding: 8px;
		border-style: solid;
		border-color: #9E9E9E;
		background-color: #ffffff;
	}