/*
	"Standarized" CSS style sheet for PowaCMS
	
*/



/* form formatting */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	height: 17px;
	line-height: 17px;
	border: 1px solid #a5acb2;
	margin: 0;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
input[type="radio"], input[type="checkbox"] {
	border: none;
	height: 14px;
}
/*input[type="checkbox"] {
	border: 1px solid #666666;
	background-color: transparent;
	height: 14px;
}*/
input[type="text"], input[type="password"] {
	background-color: #FFFFFF;
}
input[type="submit"], input[type="reset"] {
	background-color: #FFFFFF;
	padding: 0 6px 0 6px;
	text-align: center;
}
input[type="file"] {
	border: none;
}
input[disabled] {
	border: 1px solid #CCCCCC;
	background-color: #fafafa;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	border: 1px solid #a5acb2;
	background-color: #FFFFFF;
	height: 17px;
	margin: 0;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	border: 1px solid #a5acb2;
	float: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

/* widths */
.width_150 {
	width: 150px;
}
.width_200 {
	width: 200px;
}
.width_280 {
	width: 280px;
}
.width_350 {
	width: 350px;
}
.TextHeader5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00a0c2;
	text-decoration: none;
}
.TextHeader5 A,
.TextHeader5 A:link { color: #00a0c2; text-decoration: none;}
.TextHeader5 A:hover { color: #777777; text-decoration: none;}

.TextCommon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #202633;
	text-decoration: none;
}
.TextCommon A, .TextCommon A:link { color: #44526F; text-decoration: none;}
.TextCommon A:hover { color: #5050FF; text-decoration: none;}

.TextCommonBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #02a0c5;
	text-decoration: none;
}
.TextCommonBold A,
.TextCommonBold A:link { color: #00a0c2;}
.TextCommonBold A:hover { color: #777777; text-decoration: none;}

.TextCommonMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #202633;
	text-decoration: none;
}
.TextCommonMain A, .TextCommonMain A:link { color: #44526F; text-decoration: none;}
.TextCommonMain A:hover { color: #5050FF; text-decoration: none;}

.TextCommonWhiteBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
}
.TextCommonWhiteBold A,
.TextCommonWhiteBold A:link { color: #FFFFFF;}
.TextCommonWhiteBold A:hover { color: #FFFFFF; text-decoration: none;}

.StdButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;

}

.StdField200 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #AAAAAA;
	width: 200px;


}

.StdField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #AAAAAA;
}

.TextBigBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #202633;
	text-decoration: none;
}
.TextBigBold A,
.TextBigBold A:link { color: #000000; text-decoration: none;}
.TextBigBold A:hover { color: #777777; text-decoration: none;}

.TextCommonRed {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.TextCommonRed A,
.TextCommonRed A:link { color: #FF0000;}
.TextCommonRed A:hover { color: #FF0000; text-decoration: none;}

.TextCommonRedBold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.TextCommonRedBold A,
.TextCommonRedBold A:link { color: #FF0000; text-decoration: none;}
.TextCommonRedBold A:hover { color: #FF0000; text-decoration: none;}

.TextCommonSmallRed {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.TextCommonSmallRed A,
.TextCommonSmallRed A:link { color: #FF0000;}
.TextCommonSmallRed A:hover { color: #FF0000; text-decoration: none;}

.TextCommonSmallBold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #202633;
	text-decoration: none;
}
.TextCommonSmallBold A,
.TextCommonSmallBold A:link { color: #000000; text-decoration: none;}
.TextCommonSmallBold A:hover { color: #777777; text-decoration: none;}

.TextCommonSmallRedBold {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.TextCommonSmallRedBold A,
.TextCommonSmallRedBold A:link { color: #FF0000;}
.TextCommonSmallRedBold A:hover { color: #FF7777; text-decoration: none;}

.TextCommonSmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #202633;
	text-decoration: none;
}
.TextCommonSmall A,
.TextCommonSmall A:link { color: #000000; text-decoration: none;}
.TextCommonSmall A:hover { color: #777777; text-decoration: none;}

.TextHeader4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00a0c2;
	text-decoration: none;
}
.TextHeader4 A,
.TextHeader4 A:link { color: #00a0c2; text-decoration: none;}
.TextHeader4 A:hover { color: #777777; text-decoration: none;}
.Redframe {
	border: 1px dashed #FF0000;
}

.menu_group {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444444;
}
.menu_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-transform: none;
}
.menu_item A:link {
	color: #444444;
	text-decoration: none;
}
.menu_item A:hover {
	color: #444444;
	text-decoration: underline;
}
.form_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	height: 19px;
	border: 1px solid #666666;
}
.form_searchfield {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	height: 16px;
	width: 120px;
	border: 1px solid #CCCCCC;
}
.form_textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	border: 1px solid #666666;
}
.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	height: 19px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.text_common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
}
.text_common A,
.text_common A:visited,
.text_common A:link {
	color: #444444;
	text-decoration: underline;
}
.text_common A:hover {
	color: #444444;
	text-decoration: none;
}

.text_common_bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.text_common_bold A,
.text_common_bold A:visited,
.text_common_bold A:link {
	color: #444444;
	text-decoration: none;
}
.text_common_bold A:hover {
	color: #444444;
	text-decoration: underline;
}
.form_field200 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	height: 19px;
	border: 1px solid #666666;
	width: 200px;
}
.text_common_red {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.text_common_red A,
.text_common_red A:visited,
.text_common_red A:link {
	color: #FF0000;
	text-decoration: none;
}
.text_common_red A:hover {
	color: #FF5555;
	text-decoration: underline;
}
.text_common_red_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.text_common_red_small A,
.text_common_red_small A:visited,
.text_common_red_small A:link {
	color: #FF0000;
	text-decoration: none;
}
.text_common_red_small A:hover {
	color: #FF5555;
	text-decoration: underline;
}
.table_cccccc_border {
	border: 1px solid #CCCCCC;
}
.table_tr_uppercc {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.table_bottom_cc {
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	border-top: none;
	border-left: none;
}
#table_bottom_cc {
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	border-top: none;
	border-left: none;
}
table_bottom_cc {
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	border-top: none;
	border-left: none;
}
.table_topbottom_cc {
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	border-top: 1px solid #CCCCCC;
	border-left: none;
}

.text_header4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
}
.text_header5 {	font-size: 1.0em; margin: 0 0 5px 0; font-weight: bold; }
.text_header6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ef7b02;
}
.text_header7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.text_leader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	font-style: normal;
}
.text_newstext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
}
.text_newssign {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A9A9A9;
}
.table_cccccc_border_opentop {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


/* table manipulation */
.border_all {
	border: 1px solid #CCCCCC;
}
.border_top {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.border_bottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.border_left {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_leftbottom {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border_leftright {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_leftrightbottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border_leftrighttop {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_lefttop {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_lefttopbottom {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.border_topbottom {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.border_right {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.border_rightbottom {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.border_righttop {
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.border_righttopbottom {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
