/* Anchor control must be in order at end of file. */
/* Control Links Start */
a {
	font-weight: bold;
	color: #0BCEFF;
}

a:link {
	color: #C0150E;
	text-decoration:none;
}
a:visited {
	color:#C0150E;
	text-decoration:none;
}
a:hover {
	color:#FF0B5B;
	text-decoration:none;
}
/* Control Links End */



/* Redifine some tags start */
H1, P, UL, LI, OL, BLOCKQUOTE {
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	margin: 0px;
	display: block;
	width: 100%;
	font-family: Arial, Verdana, Sans-Serif;
	/*font-size: small;*/
}
a img {
	border-width:0px;
}
input, textarea, select {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 90%;
}
/* Redifine some tags end */


/* Footer of page start */
body #footer-right {
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	font-size: 80%;
	text-align: center;
	background-color: #E6F3FB;
}
body #footer-right-box {
	padding: 2px 10px 2px 10px;
	border: 1px solid #DADADA;
	font-size: 80%;
	text-align: center;
	background-color: #E6F3FB;
}
body #footer-left {
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	font-size: 80%;
	text-align: center;
	background-color: #E6F3FB;
}
body .update-time {
	font-size: 80%;
}

/* Footer of page end */


/* Header of page start */
#header {
	border-top: 1px solid #DADADA;
	/*border-bottom: 1px solid #E0E0E0;*/
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
}
/* Header of page end */



/* container round everything start*/
body #container-outer {
	padding: 10px 10px 5px 10px;
	width: 100%;
}
/* container round everything end */



/* container round inside container outer which allows page to fill screen start */
#container-inner {
	width: 100%;
}
/* container round inside container outer which allows page to fill screen start */

#content-inner {
	padding-left: 10px;
	/*font-size: small;*/
	text-align: justify;
}


/* Title of the page start */
.page_title{
	font-size: 140%;
	text-align: center;
	color: #305685;
	font-weight: normal;
}
/* Title of the page end */

/* error messages */
div#errors ul {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	border: 1px dotted #C0150E;
	padding: 3px;
	white-space: nowrap;
}

/* Used to highlight items that are required in forms */
.required {
	color: #C0150E;
}

/* Quick Links Start */
table.quick_links {
	border: 1px solid #F0F0F0;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}
table.quick_links td {
	border: 1px solid #cccccc;
	height: 100%;
}
table.quick_links td td{
	border: 0px;
} 
table.quick_links td.quick_link_item_selected {
	display: block;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 2px;
	height: 100%;
	background: #F9DDDD;
	color: #305685;
}
table.quick_links a.quick_link_item {
	display: block;
	height: 100%;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 2px;
}
table.quick_links a.quick_link_item_title {
	display: block;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 2px;
}
table.quick_links a.quick_link_item:hover, table.quick_links a.quick_link_item_title:hover {
	background: #E6F3FB;
	color: #FF0B5B;
}
/* Quick Links End */

.input_width {
	width: 300px;
}

/* gallery styles Start */
.random_image {
	vertical-align: top;
	padding: 2px;
}
/* gallery styles End */

/*Other Start*/
.help-icon {
	cursor: help;
}
/*Other End*/

/* Template selection list start */
.template_form {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 125%;
}
/* Template selection list end */

/* Events start */
.event_highlight {
	background-color: #F9DDDD;
}
/* Events end */
