body {
	background-color: #0779C5;

}
p, div, table, input, select, textarea, ul, il, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}

.bgLeft {
	background-color: #0662A0;
	background-image: url(images/border_left.gif);
	background-repeat: repeat-y;
	background-position: right top;

}

.bgRight {
	background-color: #0662A0;
	background-image: url(images/border_right.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
.menuBg {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.main {
	background-color: #286CAF;
	background-image: url(images/menu_sub.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FFCC00;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FFCC00;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFCC00;
}

.panelHead {
	background-image: url(images/panel_low.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}

.panelHeadTD {
	background-image: url(images/panel_bg_high.gif);
}

.panelHeadText {
	background-color: transparent;
	font-weight: bold; 
	font-size: 12px; 
	margin-top: 14px
}

.panelHeadRight {
	background-image: url(images/panel_low.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.panelInside {
	background-color: #0779C5;
	background-image: url(images/panel_inside_gr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #94B6D7;
	padding: 20px 10px 10px;
	overflow:hidden;
}
.listRowTable {
	border: 1px solid #0779C5;
	margin-bottom: 3px;
	cursor: hand;


}
input, select, textarea {
	background-color: #5AA8DA;
	border: 1px solid #94B6D7;
	color: #000000;
	margin: 0px;
	padding: 0px;

}
.listRowTableSelected {

	border: 1px solid #FFCC00;
	margin-bottom: 3px;
	cursor: hand;
}
form {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff!Important;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FFCC00!Important;
	text-decoration: none!Important;
}
.listHead {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:  #94B6D7;
	border-right-color:  #94B6D7;
	border-bottom-color:  #94B6D7;
	border-left-color:  #94B6D7;
	font-weight: bold;
	margin-bottom: 10px;

}
.minihelp {
	color: #94B6D7;
	font-size: 10px;

}
.leftPanelHead {
	background-image: url(images/leftpanel_top_exclaim.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 48px;
	font-weight: bold;
}

.button_orange_s {
	border: 0px; 
	background-color : #0779C5;
	background-image : url(images/icons/button_orange_s.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.button_orange_m {
	border: 0px; 
	background-color : #0779C5;
	background-image : url(images/icons/button_orange_m.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.button_orange_l {
	border: 0px; 
	background-color : #0779C5;
	background-image : url(images/icons/button_orange_l.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.button_blue_s {
	border: 0px; 
	background-color : #0779C5;
	background-image : url(images/icons/button_blue_s.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.button_blue_m {
	border: 0px; 
	background-color : #0779C5;
	background-image : url(images/icons/button_blue_m.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.button_blue_l {
	border: 0px; 
	background-color : #0779C5;
	background-image : url(images/icons/button_blue_l.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}.radioButton {
	background-color: #0779C5;
	border: 0px none;
}
.emailerStatus {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffff00;
	background-color: #0779C5;
	margin: 0px;
	padding: 0px;
	border: 1px solid #0779C5;
	width: 100%;

}






.headSection {
	border:1px solid #333333;
	display:inline;
	height:40px;
	font-size:12px;
	font-weight:bold;
	background:#cccccc;
	padding:5px;
	margin-right:10px;
}

.activeHeadSection {
	color:#666666!Important;
}

.uploadButton {
    background-color: #999;
    border-radius: 8px;
    padding: 5px;
    color: white;
    border: 1px solid #333;
}














