body, td, th
{
	font-family: Trebuchet MS, Arial, sans-serif;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:  #EBEBEB;
	color: #333333;
	font-size: 12px;
}
td
{
	font-size: 12px;
}
p
{
	margin: 3px;
	padding: 0px;
	border: none;
}
h1, h2, h3, h4
{
	font-family: Trebuchet MS, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	border: none;
}
h1
{
	font-size: 17px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 8px;
	padding-top: 3px;
	margin-left: -10px;
	color: #000000;
	background-image: url(images/wels_portal_h1STAR.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
h2
{
	font-size: 15px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 3px;
	color: #000000;
}
h3
{
	font-size: 13px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 3px;
}
big
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
ul
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: url(images/wels_portal_bullet.png);
}
table
{
	empty-cells: show;
}

input[type="text"], select, textarea
{
    margin: 1px;
    border: 1px solid #aaaaaa;
    font-size: 12px;
}    
a
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #569ece; 
	text-decoration: none;
}
a[disabled="disabled"]
{
	color: #666666;
	text-decoration: none;
}
a[disabled="disabled"]:hover
{
	color: #666666;
	cursor: default;
	text-decoration: none;
}
a.aspNetDisabled
{
	color: #666666;
	text-decoration: none;
}
a.aspNetDisabled:hover
{
	color: #666666;
	cursor: default;
	text-decoration: none;
}
.clear
{
	clear: both;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}


/*-----------------------------------BACKGROUNDS---------------------------------------*/
.bg_C1_dark
{
	background-color: #7AC142;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bg_C1_medium
{
	background-color: #DAEBCB;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_C1_light
{
	background-color: #FEEADD;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_C1_light_padding
{
	background-color: #FEEADD;
	margin: 3px;
	padding: 3px;
	color: #000000;
}
/************************************/
.bg_C2_dark
{
	background-color: #004759;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bg_C2_medium
{
	background-color: #340299;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bg_C2_light
{
	background-color: #C8DDEB;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_C2_light_padding
{
	background-color: #C8DDEB;
	margin: 3px;
	padding: 3px;
	color: #000000;
}
/************************************/
.bg_C3_dark
{
	background-color: #FEC004;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bg_C3_medium
{
	background-color: #FFEFCE;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bg_C3_light
{
	background-color: #C8D8E5;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_C3_light_padding
{
	background-color: #C8D8E5;
	margin: 3px;
	padding: 3px;
	color: #000000;
}

.highlight
{
    background-color: #BDBDBD !important;
}

/*-----------------------------------BORDERS---------------------------------------*/
.bdr_C1_dark
{
	border: 1px solid #7AC142;
}
.bdr_C1_dark_no_top
{
	border-right: 1px solid #7AC142;
	border-bottom: 1px solid #7AC142;
	border-left: 1px solid #7AC142;
}
.bdr_C1_dark_no_top_padding
{
	border-right: 1px solid #7AC142;
	border-bottom: 1px solid #7AC142;
	border-left: 1px solid #7AC142;
	padding: 3px;
	margin: 3px;
}
.bdr_C1_dark_left_right
{
	border-right: 1px solid #7AC142;
	border-left: 1px solid #7AC142;
}
.bdr_C1_dark_left_bottom
{
	border-left: 1px solid #7AC142;
	border-bottom: 1px solid #7AC142;
}
.bdr_C1_dark_right_bottom
{
	border-right: 1px solid #7AC142;
	border-bottom: 1px solid #7AC142;
}
.bdr_C1_dark_top
{
	border-top: 1px solid #7AC142;
}
.bdr_C1_dark_bottom
{
	border-bottom: 1px solid #7AC142;
}
.bdr_C1_dark_left
{
	border-left: 1px solid #7AC142;
}
.bdr_C1_medium
{
	border: 1px solid #DAEBCB;
}
.bdr_C1_medium_no_top
{
	border-right: 1px solid #DAEBCB;
	border-bottom: 1px solid #DAEBCB;
	border-left: 1px solid #DAEBCB;
}
.bdr_C1_medium_no_top_padding
{
	border-right: 1px solid #DAEBCB;
	border-bottom: 1px solid #DAEBCB;
	border-left: 1px solid #DAEBCB;
	padding: 4px;
	margin: 4px;
}
.bdr_C1_medium_no_bottom
{
	border-right: 1px solid #DAEBCB;
	border-top: 1px solid #DAEBCB;
	border-left: 1px solid #DAEBCB;
}
.bdr_C1_medium_bottom
{
	border-bottom: 1px solid #DAEBCB;
}
.bdr_C1_medium_top
{
	border-top: 1px solid #DAEBCB;
}
.bdr_C1_medium_right_bottom
{
	border-right: 1px solid #DAEBCB;
	border-bottom: 1px solid #DAEBCB;
}
.bdr_C1_light
{
	border: 1px solid #FEEADD;
}
.bdr_C1_light_top
{
	border-top: 1px solid #FEEADD;
}
.bdr_C1_light_left
{
	border-left: 1px solid #FEEADD;
}
.bdr_C1_light_right
{
	border-right: 1px solid #FEEADD;
}
.bdr_C1_light_bottom
{
	border-bottom: 1px solid #FEEADD;
}
.bdr_C1_light_no_top
{
	border-right: 1px solid #FEEADD;
	border-bottom: 1px solid #FEEADD;
	border-left: 1px solid #FEEADD;
}
.bdr_C1_light_no_top_padding
{
	border-right: 1px solid #FEEADD;
	border-bottom: 1px solid #FEEADD;
	border-left: 1px solid #FEEADD;
	padding: 4px;
	margin: 4px;
}
.bdr_C1_light_no_bottom
{
	border-right: 1px solid #FEEADD;
	border-top: 1px solid #FEEADD;
	border-left: 1px solid #FEEADD;
}
.bdr_C1_light_no_right
{
	border-top: 1px solid #FEEADD;
	border-bottom: 1px solid #FEEADD;
	border-left: 1px solid #FEEADD;
}
.bdr_C1_light_left_bottom
{
	border-left: 1px solid #FEEADD;
	border-bottom: 1px solid #FEEADD;
}
/************************************/
.bdr_C2_dark
{
	border: 1px solid #004759;
}
.bdr_C2_dark_no_top
{
	border-right: 1px solid #004759;
	border-bottom: 1px solid #004759;
	border-left: 1px solid #004759;
}
.bdr_C2_dark_no_top_padding
{
	border-right: 1px solid #004759;
	border-bottom: 1px solid #004759;
	border-left: 1px solid #004759;
	padding: 4px;
	margin: 4px;
}
.bdr_C2_dark_top
{
	border-top: 1px solid #004759;
}
.bdr_C2_dark_bottom
{
	border-bottom: 1px solid #004759;
}
.bdr_C2_medium
{
	border: 1px solid #340299;
}
.bdr_C2_medium_top
{
	border-top: 1px solid #340299;
}
.bdr_C2_medium_bottom
{
	border-bottom: 1px solid #340299;
}
.bdr_C2_medium_left
{
	border-left: 1px solid #340299;
}
.bdr_C2_medium_left_right
{
	border-left: 1px solid #340299;
	border-right: 1px solid #340299;
}
.bdr_C2_medium_bottom_right
{
	border-bottom: 1px solid #340299;
	border-right: 1px solid #340299;
}
.bdr_C2_medium_top_bottom
{
	border-top: 1px solid #340299;
	border-bottom: 1px solid #340299;
}
.bdr_C2_medium_no_top
{
	border-right: 1px solid #340299;
	border-bottom: 1px solid #340299;
	border-left: 1px solid #340299;
}
.bdr_C2_medium_no_top_padding
{
	border-right: 1px solid #340299;
	border-bottom: 1px solid #340299;
	border-left: 1px solid #340299;
	padding: 4px;
	margin: 4px;
}
.bdr_C2_light
{
	border: 1px solid #C8DDEB;
}
.bdr_C2_light_no_top
{
	border-right: 1px solid #C8DDEB;
	border-bottom: 1px solid #C8DDEB;
	border-left: 1px solid #C8DDEB;
}
/************************************/
.bdr_C3_dark
{
	border: 1px solid #FEC004;
}
.bdr_C3_dark_left
{
	border-left: 1px solid #FEC004;
}
/************************************/
.bdr_black
{
	border: 1px solid #000000;
}
.bdr_images
{
	border: 1px solid #7AC142;
}

/*-----------------------------------SUBTITLES---------------------------------------*/
.subtitle_C1_dark
{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7AC142;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-left: 1px solid #FEEADD;
	border-top: 1px solid #FEEADD;
	border-right: 1px solid #FEEADD;
	text-transform: uppercase;
}
.subtitle_C1_dark_noBG
{
	font-size: 16px;
	font-weight: bold;
	color: #7AC142;
	padding: 0 0 10px 0;
}
.subtitle_C1_medium
{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #DAEBCB;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-left: 1px solid #FEEADD;
	border-top: 1px solid #FEEADD;
	border-right: 1px solid #FEEADD;
	text-transform: uppercase;
}
/************************************/
.subtitle_C2_dark
{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #004759;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-left: 1px solid #C8DDEB;
	border-top: 1px solid #C8DDEB;
	border-right: 1px solid #C8DDEB;
	text-transform: uppercase;
}
.subtitle_C2_dark_noBG
{
	font-size: 16px;
	color: #004759;
	padding: 0 0 10px 0;
}
.subtitle_C2_medium
{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #340299;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-left: 1px solid #C8DDEB;
	border-top: 1px solid #C8DDEB;
	border-right: 1px solid #C8DDEB;
	text-transform: uppercase;
}
/************************************/
.subtitle_C3_dark
{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FEC004;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-left: 1px solid #FEC004;
	border-top: 1px solid #FEC004;
	border-right: 1px solid #FEC004;
	text-transform: uppercase;
}
.subtitle_C3_medium
{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FFEFCE;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-left: 1px solid #FFEFCE;
	border-top: 1px solid #FFEFCE;
	border-right: 1px solid #FFEFCE;
	text-transform: uppercase;
}

/*-----------------------------------TEXTS---------------------------------------*/
.txt_C1_dark
{
	color: #7AC142;
}
.txt_C1_dark_big
{
	font-size: 14px;
	color: #7AC142;
}
.txt_C1_dark_small
{
	font-size: 11px;
	color: #7AC142;
}
/************************************/
.txt_C2_dark
{
	color: #333333;
}
.txt_C1_medium
{
	color: #DAEBCB;
}
.txt_C2_dark_big
{
	font-size: 14px;
	color: #333333;
}
.txt_C2_dark_small
{
	font-size: 11px;
	color: #333333;
}
.txt_C2_medium
{
	color: #340299;
}
/************************************/
.txt_small
{
	font-size: 11px;
}
.txt_small_indent
{
	font-size: 11px;
	margin: 4px 4px 4px 6px;
	padding: 4px 4px 4px 6px;
}
.txt_small_justified
{
	font-size: 11px;
	text-align: justify;
	margin: 3px;
	padding: 3px;
}
.txt_small_italic
{
	font-size: 10px;
	font-style: italic;
}
.txt_small_padding
{
	font-size: 11px;
	font-weight: normal;
	margin: 3px;
	padding: 3px;
}
.txt_super_small
{
	font-size: 9px;
}
.txt_small_upper_bold
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.txt
{
	font-weight: normal;
	margin: 3px;
	padding: 3px;
}
.txt_indent
{
	font-size: 11px;
	font-weight: normal;
	margin: 3px 3px 3px 6px;
	padding: 3px 3px 3px 6px;
}
.txt_indent_justified
{
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	margin: 3px 3px 3px 6px;
	padding: 3px 3px 3px 6px;
}
.txt_justified
{
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	margin: 3px;
	padding: 3px;
}
.txt_big
{
	font-size: 12px;
	font-weight: normal;
}
/************************************/
.txt_gray
{
	font-size: 11px;
	color: #444444;
}
.txt_gray_bold
{
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}
.txt_gray_small
{
	font-size: 10px;
	color: #444444;
}
.txt_gray_big
{
	font-size: 12px;
	color: #444444;
}
/************************************/
.txt_white
{
	font-size: 11px;
	color: #FFFFFF;
}
.txt_white_big
{
	font-size: 12px;
	color: #FFFFFF;
}
.txt_white_small
{
	font-size: 10px;
	color: #FFFFFF;
}
/************************************/
.txt_upper
{
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
}
.txt_upper_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.txt_site_path
{
	font-size: 10px;
	color: #666666;
}
/*-----------------------------------LINKS---------------------------------------*/
a.lk_menu
{
	font-size: 15px;
	font-weight: bold;
	color: #7AC142;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	margin: 6px 5px;
	padding: 6px 5px;
}
a.lk_menu:hover
{
	font-size: 15px;
	font-weight: bold;
	color: #DAEBCB;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	margin: 6px 5px;
	padding: 6px 5px;
}

a.lk_menu_top
{
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
a.lk_menu_top:hover
{
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
a.lk_menu_C1_dark
{
	font-size: 10px;
	font-weight: bold;
	color: #FE6300;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 5px 4px;
}
a.lk_menu_C1_dark:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 5px 4px;
}
a.lk_menu_C2_dark
{
	font-size: 10px;
	font-weight: bold;
	color: #004759;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 5px 4px;
}
a.lk_menu_C2_dark:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 5px 4px;
}
/************************************/
a.lk_C1_dark
{
	font-size: 13px;
	font-weight: normal;
	color: #7AC142;
	text-decoration: none;
}
a.lk_C1_dark:hover
{
	font-size: 13px;
	font-weight: normal;
	color: #7AC142;
	text-decoration: underline;
}
a.lk_C1_dark_ul
{
	font-size: 13px;
	font-weight: normal;
	color: #7AC142;
	text-decoration: underline;
}
a.lk_C1_dark_ul:hover
{
	font-size: 13px;
	font-weight: normal;
	color: #7AC142;
	text-decoration: none;
}
a.lk_C1_dark_ul_big
{
	font-size: 14px;
	font-weight: normal;
	color: #7AC142;
	text-decoration: underline;
}
a.lk_C1_dark_ul_big:hover
{
	font-size: 14px;
	font-weight: normal;
	color: #7AC142;
	text-decoration: none;
}
a.lk_C1_medium_ul
{
	font-size: 13px;
	font-weight: normal;
	color: #DAEBCB;
	text-decoration: underline;
}
a.lk_C1_medium_ul:hover
{
	font-size: 13px;
	font-weight: normal;
	color: #DAEBCB;
	text-decoration: none;
}
/************************************/
a.lk_C2_dark
{
	font-size: 13px;
	font-weight: normal;
	color: #004759;
	text-decoration: none;
}
a.lk_C2_dark:hover
{
	font-size: 13px;
	font-weight: normal;
	color: #004759;
	text-decoration: underline;
}
a.lk_C2_dark_ul
{
	font-size: 13px;
	font-weight: normal;
	color: #004759;
	text-decoration: underline;
}
a.lk_C2_dark_ul:hover
{
	font-size: 13px;
	font-weight: normal;
	color: #004759;
	text-decoration: none;
}
a.lk_C2_dark_ul_big
{
	font-size: 14px;
	font-weight: normal;
	color: #004759;
	text-decoration: underline;
}
a.lk_C2_dark_ul_big:hover
{
	font-size: 14px;
	font-weight: normal;
	color: #004759;
	text-decoration: none;
}
a.lk_C2_medium
{
	font-size: 13px;
	font-weight: normal;
	color: #340299;
	text-decoration: none;
}
a.lk_C2_medium:hover
{
	font-size: 13px;
	font-weight: normal;
	color: #340299;
	text-decoration: underline;
}
a.lk_C2_medium_ul
{
	font-size: 13px;
	font-weight: normal;
	color: #340299;
	text-decoration: underline;
}
a.lk_C2_medium_ul:hover
{
	font-size: 13px;
	font-weight: normal;
	color: #340299;
	text-decoration: none;
}
/************************************/
a.lk_white
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.lk_white:hover
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.lk_white_ul
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.lk_white_ul:hover
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.lk_white_ul_small
{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.lk_white_ul_small:hover
{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
/************************************/
a.lk_site_path
{
	font-size: 10px;
	color: #666666;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-decoration: underline;
}
a.lk_site_path:hover
{
	font-size: 10px;
	color: #666666;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
/************************************/
a.lk_black_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.lk_black_bold:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.lk_black_ul_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.lk_black_ul_bold:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.lk_black_bold_big
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.lk_black_bold_big:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.lk_black_ul_bold_big
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.lk_black_ul_bold_big:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.lk_black_small
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.lk_black_small:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.lk_black_small_indent
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 1px;
}
a.lk_black_small_indent:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	padding: 1px;
}
a.lk_black
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.lk_black:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.lk_black_ul
{
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
a.lk_black_ul:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a.lk_black_ul_small
{
	font-size: 10px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
a.lk_black_ul_small:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a.lk_black_ul_italic_small
{
	font-size: 10px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
	font-style: italic;
}
a.lk_black_ul_italic_small:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	font-style: italic;
}
a.lk_black_ul_big
{
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
a.lk_black_ul_big:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a.lk_black_big
{
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a.lk_black_big:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
/************************************/
a.lk_gray
{
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
a.lk_gray:hover
{
	font-size: 11px;
	color: #444444;
	text-decoration: underline;
}
a.lk_gray_big
{
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}
a.lk_gray_big:hover
{
	font-size: 12px;
	color: #444444;
	text-decoration: underline;
}
a.lk_gray_ul
{
	font-size: 11px;
	color: #444444;
	text-decoration: underline;
}
a.lk_gray_ul:hover
{
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
a.lk_gray_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
a.lk_gray_bold:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}
a.lk_gray_ul_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}
a.lk_gray_ul_bold:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
/*--------------------------------BUTTONS-----------------------------------*/
.btn_C1_dark
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #eaeaea;
	text-align: center;
	vertical-align: middle;
	margin: 2px 5px 2px 0px;
	padding: 0px 4px 0px 4px;
	height: 23px;
	border: 1px solid #569ece;
	border-radius: 3px;
	cursor: pointer;
}
.btn_C1_dark:disabled
{
    background-color: #BBBBBB;
    border-color: #BBBBBB;
    color: #EFEFEF;
    cursor: default;
}
.btn_C1_dark:hover
{
    color:#569ece;   
}
.btn_C1_medium
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DAEBCB;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px 0px 1px;
	padding: 0px 4px 0px 4px;
	height: 23px;
	border: 1px solid #7AC142;
	border-radius: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
/************************************/
.btn_C2_dark
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004759;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px 0px 1px;
	padding: 0px 4px 0px 4px;
	height: 23px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
.btn_C2_medium
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #340299;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px 0px 1px;
	padding: 0px 4px 0px 4px;
	height: 23px;
	border: 1px solid #004759;
	border-radius: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
/************************************/
.btn_C3_dark
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FEC004;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px 0px 1px;
	padding: 0px 4px 0px 4px;
	height: 23px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}

/*-------------------------ELEMENTS' TRANFORMATIONS---------------------------*/
.AlC
{
    text-align:center !important;
}

.hide_element, .DN
{
	display: none;
}

table.nicetable
{
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
	border-collapse: collapse;
	background-color: #ffffff;
}

table.nicetable td
{
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #888888;
	background-color: #ffffff;
}

.webWindow
{
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
	background-color: white;
}

.webWindowBody
{
	padding: 2px;
}

.webWindowTitleBar
{
	width: auto;
	font: 14px Trebuchet MS, Arial, sans-serif;
	padding-left: 1px;
	background-color: #340299;
	color: white;
	cursor: move;
}

.webWindowTitleText
{
	float: left;
}

.webWindowClose
{
	background-color: #340299;
	font-weight: bold;
	cursor: pointer;
}

.tblHeaderGrayZebraGray
{
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	margin-top: 8px;
}
.tblHeaderGrayZebraGray > tbody > tr > th
{
	background-color: #EEEEEE;
	padding: 2px 3px 2px 3px;
	border: 1px solid #DDDDDD;
	color: #666666;
	height: 18px;
	text-align: left;
}
.tblHeaderGrayZebraGray > tbody > tr > td
{
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
}
.tblHeaderGrayZebraGray > tbody > tr:nth-child(even)
{
	background-color: #FFFFFF;
}
.tblHeaderGrayZebraGray > tbody > tr:nth-child(odd)
{
	background-color: #f8f8f8;
	border-top: 1px solid #F1F1F1;
}

.tblHeaderC1DarkLinesVH
{
	border-top-width: 0px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-collapse: collapse;
	margin-top: 8px;
}
.tblHeaderC1DarkLinesVH > tbody > tr > th, .tblHeaderC1Dark
{
	padding: 2px 3px 2px 3px !important;
	background-color: #340299;
	border-left: 1px solid #340299 !important;
	border-right: 1px solid #340299 !important;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	text-align: left;
}
.tblHeaderC1DarkLinesVH > tbody > tr:nth-child(even)
{
	background-color: #FFFFFF;
}
.tblHeaderC1DarkLinesVH > tbody > tr:nth-child(odd)
{
	background-color: #FFFFFF;
}
.tblHeaderC1DarkLinesVH > tbody > tr > td
{
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
	border: 1px solid #F1F1F1;
}

.tblC2DarkZebraGray
{
    border-top-width: 0px;
    border-collapse: collapse;
    margin-top: 8px;
}
.tblC2DarkZebraGray > tbody > tr > th
{
    padding: 2px 2px 2px 2px;
    background-color: #dfedf6;
    border-bottom: 1px solid #569ece;
    height: 19px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 10pt;
}
.tblC2DarkZebraGraySecondHeader
{
    padding: 2px 3px 2px 3px; 
    background-position: center;
    background-repeat: repeat-x;
    background-color:#d6e2f2 !important;
    background-image:none!important;
    border-left: 1px solid #d6e2f2 !important;
    border-right: 1px solid #d6e2f2 !important;
    color: #000000 !important;
    text-align: left;
    text-decoration:none;
    font-weight:normal;
}
.tblC2DarkZebraGray > tbody > tr:nth-child(even)
{
    background-color: #FFFFFF;
}
.tblC2DarkZebraGray > tbody > tr:nth-child(odd)
{
    background-color: #f8f8f8;
    border-top: 1px solid #F1F1F1;
}
.tblC2DarkZebraGray > tbody > tr > td
{
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
}

/*------------------------------ ModalPopupExtender ------------------------------------*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.6;
}

.modalPopup
{
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	padding: 5px;
}

/*--------------------------------- Document Library ---------------------------------*/
td.tdRounded
{
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: #DDDDDD 1px solid;
	background-color: #f8f8f8;
}
th.tdRounded
{
	background-image: url(Images/gvHeaderColor1Dark.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #340299;
	color: #e5ecff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: #340299 1px solid;
	color: White;
}

.FloatingDocumentLibrary
{
	position: absolute;
	width: 900px;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 1em 1em 1em;
	border: #DDDDDD 1px solid;
	background-color: #e7e7e7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
div.Rounded
{
	padding-top: 1em;
	padding-bottom: 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: #DDDDDD 1px solid;
	background-color: #f8f8f8;
}
a.TableHeaderWC
{
	color: White;
}
a.TableHeaderWC:hover
{
	color: White;
	text-decoration: none;
}


/* JQuery.validate styles*/
label.error 
{
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    color: #BB0000;
    padding-left: 2px;
}

input.error, select.error
{
    border: 1px solid #BB0000;  
}