/*
General CSS
*/

/* padding in editor only, overwritin in style */
img{
	border:2px;
}

table {
	border-color: #CCCCCC;
	border-collapse:collapse;
}

td{
	border-color: #CCCCCC;
}

body {
	margin:0px; 
}

body,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #7A7A7A;
	line-height:18px;
}


h1 {
	font-family:Arial;
	font-size:18px;
	color:#F09BC5;
	display:inline;
	height:24px;
	font-weight:normal;
}

h4 {
	font-family:verdana;
	font-size:11px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

a {
	color: #7A7A7A;
	text-decoration:none;
}

a:hover {
	color:#FC89AA;
	text-decoration:none;
}

ul{
	padding-left: 20px;
	margin: 5px;
	margin-bottom: 3px;
}

li {
	margin-bottom: 3px;
}

input, textarea { 
 	font-family: Arial;
  	font-size: 12px; 
  	color: #4C4C4C;
	border: 1px solid #C7C7C7;
}


/*____ Custom Styles for dropdown  _______ */

.style1{
	color:#7ABC36;
	font-weight:bold;
}

.style2{
	color:#91BCD1;
	font-weight:bold;
}

.style3{
	color:#F09BC5;
	font-weight:bold;
}

