body.mceContentBody { 
	background: #FFFFFF; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Verdana, sans-serif;
	color: #000000;
    font-size:9pt;
}

/* CLASS STYLES */

/* A */

/* B */

.bluebox {
	border: 14px solid #017AC3;
	background-color: #FFFFFF;
	border-radius: 30px;
	color: #017AC3 !important;
	Font-weight: bold;
	text-align: center;
	padding: 30px;
       font-size: 50px;
}

/* C */

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

/* D */

/* E */

/* F */

#formcheckcode {
    clear: both;
}

/* G */

/* H */

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #007ac2;
	line-height: 24px;
        padding-top: 10px;
}
h2 {
	font-size: 16px;
	color: #222222
}
h3 {
	font-size: 15px;
	color: #007ac2
}
h4 {
	font-size: 14px;
	color: #222222
}
h5 {
	font-size: 14px;
	color: #007ac2
}
h6 {
	font-size: 12px;
	color: #007ac2
}

/* I */

img {
	border: 0px;
}

.image_left_pad_10_right {
	float: left;
	padding-right: 10px;
}
.image_right_pad_10_left {
	float: left;
	padding-left: 10px;
}

input[type="text"] {
	color: #000000;
	vertical-align: middle;
	border: 1px #993300 solid;
	height: 20px;
	background-color: #EDE2c6;
}

input[type="text"]:hover {
	background-color: #FFFFFF;
}

input[type="button"], input[type="submit"]  {
	color: #FFFFFF;
	font-style: normal;
	font-size: 13px;
	padding: 4px;
	border-radius: 4px;
	background-color: #AF233F;
	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: #FFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFF;
	/* h-shadow v-shadow blur spread color */
	-moz-box-shadow:    4px 4px 2px 0px #ccc;
	-webkit-box-shadow: 4px 4px 2px 0px #ccc;
	box-shadow:         4px 4px 2px 0px #ccc;
}

input[type="button"]:hover, input[type="submit"]:hover  {
	background-color: #FF0000;
}

/* J */

/* K */

/* L */

/* M */

.message {
	font-family: Verdana, Tahoma, Arial, Switzerland, sans-serif, "Gill Sans MT", GillSans;
	font-size: 16px;
	font-weight: bold;
	color: #060;
	text-align: center;
	padding: 15px;
	border: 2px solid #900;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* N */

.none {}

/* O */

/* P */

p {
	font-size: 15px;
    line-height: 18px;
	list-style-type: circle;
	color: #222222;
}

/* Q */

/* R */

.roundedbox {
      border: 1px #993300 solid;
      border-radius: 5px;
      background-color: #EDE2c6;
      padding:10px;
      margin-bottom: 10px;
}

/* S */

.shaddowbox {
	 /* box-shadow: h-shadow v-shadow blur spread color inset; */
    -moz-box-shadow:    3px 3px 3px 0px #ccc;
    -webkit-box-shadow: 3px 3px 3px 0px #ccc;
    box-shadow:         3px 3px 3px 0px #ccc;
}

/* T */

.textbox   {
	color: #000000;
	vertical-align: middle;
	border: 1px #993300 solid;
	height: 20px;
	background-color: #EDE2c6;
}
.textblock  {
	color: #000000;
	text-align: left;
	vertical-align: middle;
	border: 1px #993300 solid;
	background-color: #EDE2c6
}

textarea:hover {
	background-color: #FFFFFF;
}

#table1 {
    font-size:13px;
    width:100%;
    border-collapse:collapse;
}
#tableL {
    font-size:13px;
   border-collapse:collapse;
    float: left;
    margin-left: 10px;
}

#table1 td, #table1 th, #tableL td, #tableL th {
       border:1px solid #FFFFFF;
       padding:3px 7px 2px 7px;
	   vertical-align:top;
}
#table1 th, #tableL th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color:#007ac3;
	color: #ffffff;
	font-weight: bold;
}
#table1 th A, #tableL th A {
	color:#ffffff;
}
#table1 tr:nth-child(odd), #tableL tr:nth-child(odd) {
	background-color: #ADD8E6;
}
#table1 tr:nth-child(even), #tableL tr:nth-child(even){
	background-color: #CCCCCC;
}
#table1 tr:hover, #tableL tr:hover {
	background-color: #007ac3;
        color: #FFFFFF;
}


/* U */

ul {
	font-size: 13px;
	list-style-image:   url(images/bullet_round.gif);
	color: #222222;
	line-height: 15px;
	list-style-position: outside;
}

/* V */

/* W */

/* X */

/* Y */

/* Z */

/* =================== for mobiles devices ================================================== */
/* rules that only apply for canvases narrower than 600px ie mobiles*/

@media only screen and (max-width: 600px) { 

body {
	margin: 10px;
	font-size: 20px;
	}

/* A - MOBILE STYLE */
/* B - MOBILE STYLE */
/* C - MOBILE STYLE */
/* D - MOBILE STYLE */
/* E - MOBILE STYLE */
/* F - MOBILE STYLE */
/* G - MOBILE STYLE */
/* H - MOBILE STYLE */
/* I - MOBILE STYLE */
/* J - MOBILE STYLE */
/* K - MOBILE STYLE */
/* L - MOBILE STYLE */
/* M - MOBILE STYLE */
/* N - MOBILE STYLE */
/* O - MOBILE STYLE */
/* P - MOBILE STYLE */
/* Q - MOBILE STYLE */
/* R - MOBILE STYLE */
/* S - MOBILE STYLE */
/* T - MOBILE STYLE */
/* U - MOBILE STYLE */
/* V - MOBILE STYLE */
/* W - MOBILE STYLE */
/* X - MOBILE STYLE */
/* Y - MOBILE STYLE */
/* Z - MOBILE STYLE */

}



























