@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
h1, h2, h3, h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 50px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h4 span {
	font-weight: normal;
	font-size: 13px;
}

h4 {
	font-size: 14px;
	border: 1px none #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ECEFF0;
	color: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h6 {
	color: #FFFFFF;
	background-color: #1589C5;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 16px;
}



p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blank {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table {
	border-collapse:collapse;
}

a:link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	color: #2179B9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link_white:link, a.link_white:visited {
	color: #FFFFFF;
	font-size: 11px;
}
a.link_blue_button:link, a.link_blue_button:visited {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #2179C5;
	color: #FFFFFF;
	float: left;
}
a.link_blue_button:hover {
	background-color: #154A7B;
}





.content_div {
	float: left;
	width: 100%;
}
.content_div_pad {
	padding: 10px;
	float: left;
	width: 940px;
	background-color: #FFFFFF;
}
.content_div_pad_iframe {
	padding: 2%;
	float: right;
	width: 95%;
	background-color: #FFFFFF;
}
.content_div_pad_half {
	padding: 10px;
	width: 450px;
	background-color: #FFFFFF;
}
.prog_bar_box {
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	height: 25px;
}
.prog_bar {
	float: left;
	height: 25px;
}
.prog_bar_rate {
	color: #000000;
	font-weight: bold;
	width: 938px;
	text-align: center;
	padding-top: 4px;
	text-shadow: 1px 1px 1px #cccccc;
	filter: dropshadow(color=#cccccc, offx=1, offy=1);
	left: 20%;
	position: absolute;
	float: left;
}
.prog_bar_rate_small {
	width: 450px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	text-shadow: 1px 1px 1px #cccccc;
	filter: dropshadow(color=#cccccc, offx=1, offy=1);
	left: 20%;
	position: absolute;
	float: left;
}





input, textarea, select {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}



input.main_textbox {
	font-family: calibri, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	padding: 5px;
	background-color: #F7F7F7;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
input.main_textbox:focus {
	border-top-color: #FEBF01;
	border-right-color: #FEBF01;
	border-bottom-color: #FEBF01;
	border-left-color: #FEBF01;
}

.button_l {
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-shadow: 1px 1px 1px #666666;
filter: dropshadow(color=#666666, offx=1, offy=1);
}
.button_m {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #666666;
filter: dropshadow(color=#666666, offx=1, offy=1);
}
.button_blue {
	background-color: #005d27;
	color: #FFFFFF;
}

.button_orange {
	background-color: #febf01;
	color: #FFFFFF;
}
.button_orange:active {
	background-color: #E9AF01;
}

.c_white {
	color: #FFFFFF;
}
.c_lightblue {
	color: #CDE8F5;
}
.c_grey {
	color: #666666;
}
.progress_color_box {
	float: left;
	height: 18px;
	width: 60px;
}


.clear {
	clear: both;
}

.full_width {
	width: 96%;
}


.text_16 {
	font-size: 13px;
}
.text12 {
	font-size: 11px;
}



.hyperlink {
	cursor: pointer;
}
.absolute {
	position: absolute;
}




.float_left {
	float: left;
}
.float_right {
	float: right;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


.top_5 {
	padding-top: 5px;
}
.top_10 {
	padding-top: 10px;
}
.top_15 {
	padding-top: 15px;
}
.top_20 {
	padding-top: 20px;
}
.top_15 {
	padding-top: 15px;
}

.top_30 {
	padding-top: 30px;
}
.top_50 {
	padding-top: 50px;
}

.top_margin_10 {
	margin-top: 10px;
}

.bottom_5 {
	padding-bottom: 5px;
}
.bottom_10 {
	padding-bottom: 10px;
}
.bottom_15 {
	padding-bottom: 15px;
}
.bottom_20 {
	padding-bottom: 20px;
}
.bottom_30 {
	padding-bottom: 30px;
}
.bottom_70 {
	padding-bottom: 70px;
}

.bottom_120 {
	padding-bottom: 120px;
}

.bottom_margin_10 {
	margin-bottom: 10px;
}
.bottom_margin_5 {
	margin-bottom: 5px;
}


.left_5 {
	padding-left: 5px;
}
.left_10 {
	padding-left: 10px;
}
.left_15 {
	padding-left: 15px;
}
.left_20 {
	padding-left: 20px;
}
.left_30 {
	padding-left: 30px;
}
.left_140 {
	padding-left: 140px;
}

.left_margin_5 {
	margin-left: 5px;
}
.left_margin_10 {
	margin-left: 10px;
}
.left_margin_20 {
	margin-left: 20px;
}
.left_margin_30 {
	margin-left: 30px;
}
.left_margin_40 {
	margin-left: 40px;
}
.right_margin_5 {
	margin-right: 5px;
}
.right_margin_10 {
	margin-right: 10px;
}
.right_margin_15 {
	margin-right: 15px;
}.right_margin_20 {
	margin-right: 20px;
}


.right_5 {
	padding-right: 5px;
}
.right_10 {
	padding-right: 10px;
}
.right_15 {
	padding-right: 15px;
}
.right_20 {
	padding-right: 20px;
}
.right_30 {
	padding-right: 30px;
}
.border_grey {
	border: 1px solid #CCCCCC;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.border_radius_5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.box_shadow_main {
	-webkit-box-shadow: 0px 30px 30px 0px #ececec;
	-moz-box-shadow: 0px 30px 30px 0px #ececec;
	box-shadow: 0px 30px 30px 0px #ececec; 
}
.box_shadow {
	-webkit-box-shadow: 1px 1px 0px 0px #ececec;
	-moz-box-shadow: 1px 1px 0px 0px #ececec;
	box-shadow: 1px 1px 0px 0px #ececec; 
}
.box_shadow_inset {
	-webkit-box-shadow: inset 0px 0px 10px 0px #e4e4e4;
	-moz-box-shadow: inset 0px 0px 10px 0px #e4e4e4;
	box-shadow: inset 0px 0px 10px 0px #e4e4e4; 
}




#container {
	float: left;
	width: 100%;
}
#header_wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#search_wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#subscription_box {
	position: absolute;
	width: 480px;
	top: -60px;
	background-image: url(../images/bg_subcribe.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

.half_div {
	float: left;
	width: 50%;
}
#subscription_wrapper {
	width: 440px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/cell.png);
	background-repeat: no-repeat;
	background-position: 360px -4px;
	z-index: 0;
	float: left;
}
#subscription_wrapper  input.main_textbox {
	width: 310px;
}
.content_wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#dist_list {
	padding: 20px;
	float: left;
	width: 300px;
	background-image: url(../images/bg_dists.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dist_list ul {
	margin: 0px;
	padding: 0px;
}
#dist_list ul li {
	list-style-type: none;
}
#dist_list ul li a {
text-decoration: none;
    width: 44%;
    float: left;
    color: #005d27;
    font-size: 12px;
    padding-top: 2%;
    padding-right: 3%;
    padding-bottom: 2%;
    padding-left: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;


}

#dist_list ul li a:hover {
	color: #FFFFFF;
	background-color:#005d27;
}
#home_intro {
	float: right;
	width: 600px;
}
#home_intro_img {
	float: left;
	width: 140px;
}
#home_intro_content {
	float: right;
	width: 460px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footnav {
	float: left;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
}
#footnav ul li {
	display: inline;
}
#footnav ul li a {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
#footnav ul li a:hover {
	color: #1589C5;
}

#footer_wrapper {
	width: 100%;
	bottom: 0px;
	float: left;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}
table.table_list {
	border: 1px none #CCCCCC;

}
table.table_list  tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
table.table_list  tr  td {
}
table.table_list     tr     td   a:link, table.table_list  tr  td  a:visited {
	text-decoration: none;
	color: #2179A9;
	display: block;
	float: left;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
table.table_list    tr    td:hover  a  {
	color: #FFFFFF;
	background-color: #1589C5;
}
table.table_general {
}
table.table_general th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #4FADDD;
	border-right-color: #4FADDD;
	border-bottom-color: #4FADDD;
	border-left-color: #4FADDD;
	background-color: #EDF7FC;
	padding: 5px;
}
table.table_general tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.table_general tr:hover {
	background-color: #FFE4AE;
}
table.table_general     td   a:link, table.table_general  td  a:visited   {
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 4px;
	color: #333333;
}
table.table_general td a:hover {
	text-decoration: underline;
}

table.table_details {
}
table.table_details th {
	font-weight: bold;
	color: #666666;
	text-align: left;
	font-size: 11px;
}
table.table_details tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
}
table.table_details tr:hover {
	border-bottom-color: #CCCCCC;
}

table.table_details tr:last-child {
	border-bottom-style: none;
}



#breadcrumb {
	float: left;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	display: inline;
	list-style-type: none;
	float: left;
}
#breadcrumb ul li a {
	text-decoration: none;
	float: left;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
.status_up_details {
	float: left;
	width: 18%;
}
.status_up_content {
	float: right;
	width: 80%;
}
.status_up_content_iframe {
	float: right;
	width: 90%;
}
.status_up_content img {
	height: 50px;
	width: 65px;
	padding-right: 5px;
}
.w_90pc {
	width: 90%;
}
.w_10pc {
	width: 10%;
}
.proj_type_main {
	background-color: #F9F9F9;
	margin-left: 10px;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #663300;
	font-weight: bold;
	border: 1px inset #666666;
}
.home-intro-box {
    width: 22%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    float: left;
    text-align: center;
    border: solid 1px #cccccc;
    border-radius: 4px;
}
fieldset legend {
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    padding: 5px 20px 5px 20px;
    border-radius: 4px;
    padding-top: 10px;
}

fieldset {
	border-radius: 5px;
	border: solid 1px #cccccc;
	padding-top: 10px;
}

@charset "utf-8";
body {
}

.c_black {
	background-color: #000000;
}
.c_blue {
	background-color: #0066FF;
}
.c_red {
	background-color: #CC0000;
}
.c_green {
	background-color: #33CC00;
}
.c_yellow {
	background-color: #FFEB00;
}

.red {
	color: #990000;
}


.bg_blue {
	background: linear-gradient(90deg, rgba(0,108,162,1) 0%, rgba(0,88,39,1) 100%);
}

.bg_alert {
	background-color: #FFF5D9;
}
.bg_light_blue {
	background-color: #f7f9fa;
}
.bg_medium_blue {
	background-color: #F7F9FA;
}
.bg_green {
	background-color: #59CC0D;
}
.bg_grey {
	background-color: #EBEBEB;
}
.del_txt {
	text-decoration: line-through;
	color: #999999;
}




input.button,.button {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.button_small {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.button_small:link, a.button_small:visited {
	color: #FFFFFF;
}

a.button:link, a.button:visited {
	color: #FFFFFF;
}

.button_blue {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005d27;
}
.button_grey {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
.button_green {
	background-color: #339900;
	color: #FFFFFF;
	font-weight: bold;
}

#pagination, .pagination {
	width: 100%;
	float: left;
}
#pagination    ul, .pagination ul   {
	margin: 0px;
	padding: 0px;
}
#pagination   ul   li   {
	display: inline;
	list-style-type: none;
	
}
#pagination   ul  li a, #pagination   ul  li span {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 2px;
	color: #0E577E;
	cursor: pointer;
}
#pagination      ul      li a:hover, #pagination      ul      li span:hover{
	background-color: #E1E1E1;
}
#pagination ul li a.current_pagination,#pagination ul li span.current_pagination,#pagination ul li.current_pagination{
	color: #FFFFFF;
	background-color: #1589C5;
	float: left;
}
#pagination ul li.current_pagination span{
	color: #FFFFFF;
}

.pagination   ul  li            {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 2px;
	color: #0E577E;
	cursor: pointer;
	list-style-type: none;
}
.pagination       ul       li:hover           {
	background-color: #E1E1E1;
}
.pagination        ul        li.current_pagination                   {
	color: #FFFFFF;
	background-color: #1589C5;
	float: left;
}


#breadcrumb {
	float: left;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	float: left;
}
#breadcrumb ul li a {
	text-decoration: none;
	float: left;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
div.error   ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.error ul li {
	color: #D20000;
	list-style-type: none;
	font-size: 11px;
	float: left;
	width: 100%;
	text-align: left;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.alert_box {
	float: left;
	width: 100%;
	background-color: #FEF8CD;
	border: 1px solid #FFCC00;
}

#alert, .alert {
	float: left;
}
#alert  ul, .alert ul {
	margin: 0px;
	padding: 0px;
}
#alert  ul  li, .alert ul li {
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	list-style-type: none;
}
.tabs {
	float: left;
	width: 100%;
	background-image: url(../images/dot_grey.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}
.tabs ul {
	margin: 0px;
	padding: 0px;
}
.tabs ul li {
	display: inline;
	list-style-type: none;
}
.tabs ul li a {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7F7F7;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
}
.tabs ul li a.current_tabs {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
#link_lists {
	float: left;
	width: 100%;
}
#link_lists   ul {
	margin: 0px;
	padding: 0px;
}
#link_lists   ul   li {
	list-style-type: none;
}
#link_lists   ul   li   a {
	text-decoration: none;
	float: left;
	background-color: #EAF3FB;
	width: 30%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #1273A7;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#link_lists    ul    li    a:hover {
	background-color: #1589C5;
	color: #FFFFFF;
}
.gallery_img_box {
	float: left;
	height: 150px;
	width: 180px;
	overflow: hidden;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.gallery_img {
	float: left;
	height: 150px;
	width: 180px;
	overflow: hidden;
	border: 1px solid #999999;
}
.w_25pc {
	float: left;
	width: 25%;
}
.w_75pc {
	float: right;
	width: 74%;
}


.w_80pc {
	width: 80%;
}
.w_50pc {
	width: 50%;
	float: left;
}
.w_45pc {
	width: 45%;
}
.w_49pc {
	width: 49%;
}
.h_300 {
	overflow: scroll;
	overflow-x:hidden;
	max-height: 300px;
}

.h_350 {
	overflow: scroll;
	overflow-x:hidden;
	height: 300px;
}
.h_500 {
	overflow: scroll;
	overflow-x:hidden;
	max-height: 500px;
	min-height:0 px;
}

.overfow_scroll {
	overflow: scroll;
}



.loading_fb {
	background-image: url(../images/loading_fb.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 16px;
}
.loading2 {
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.loading3 {
	background-image: url(../images/loading3.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}






.icon_center_align {
	height: 18px;
	width: 18px;
	margin-right: auto;
	margin-left: auto;
}
.icon_16 {
	height: 18px;
	width: 18px;
}
.icon_24 {
	height: 24px;
	width: 24px;
}
.icon_12 {
	height: 14px;
	width: 14px;
}
.icon_status_green {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -220px 0px;
}
.icon_status_red {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

.icon_delete {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.icon_edit {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
}
.icon_breadcrumb_arrow {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -40px -2px;
}
.icon_warning {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
}
.icon_error {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -80px 0px;
}
.icon_tick {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
.icon_doc {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -120px 0px;
}
.icon_pic {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}
.icon_disable {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -160px 0px;
}
.icon_view {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}
.icon_add {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -240px 0px;
}

.icon_info {
	background-image: url(../images/icon_info.png);
	background-repeat: no-repeat;
}

.icon_doc {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -120px 0px;
}
.icon_pic {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}
.icon_warning {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
}
.icon_error {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -80px 0px;
}
.icon_tick {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
.icon_download {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.icon_password {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
.icon_published {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -20px -20px;
}
.icon_unpublished {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -40px -20px;
}
.icon_fullscreen {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -60px -20px;
}

.icon_mobile {
	background-image: url(../images/icon_mobile_phone.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.icon_status_orange {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -100px -20px;
}
.icon_download2 {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -80px -20px;
}
.button_red {
    background-color: #c00;
    color: #fff;
    font-weight: bold;
}
.button-blue {
	background-color: #0c0;
    color: #fff;
    font-weight: bold;
}
.bill-container {
    width: 650px;
    margin-right: auto;
}
