/* CSS Document */
/*  EventPhone  */
body {
}

img {
    border: none;
}

a {
  text-decoration: none;
}

/*
a.banner:link {
	border: none;
	font-size:12px;
}
a.banner:visited {
	border: none;
	font-size:12px;
}
a.banner:active {
	border: none;
	font-size:12px;
}
a.banner:hover {
	border: none;
	font-size:12px;
}
*/

/*
.dark a:link, .dark a:visited {
	color:#FFFFFF;
	font-size:12px;
}
.dark a:active {
	color:#CDCDCD;
	font-size:12px;
}
.dark a:hover {
	color:#FAD61E;
	border-bottom: 1px solid #FF0000;
	font-size:12px;
}
*/

a:link, a:visited {
	color: #0000FF;
}
a:active {
	color: #CDCDCD;
}
a:hover {
	border-bottom: 1px solid #FF0000;
}

/*
a.edit:link {
	color:#666666;
	font-size:12px;
}
a.edit:visited {
	color:#666666;
	font-size:12px;
}
a.edit:active {
	color:#CDCDCD;
	font-size:12px;
}
a.edit:hover {
	color:#21B6E1;
	border-bottom: 1px solid #FF0000;
	font-size:12px;
}
*/

ul {
	font-family: "Trebuchet Ms", Verdana, sans-serif, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
}
body {
	font-family: sans-serif;
	font-size: 12px;
	color: #CACACA;
	background: #333333 url(/guru2/images/back.gif) no-repeat fixed left top;
	padding: 12px;
}
td {
	font-family: "Trebuchet Ms", Verdana, sans-serif, sans-serif;
	font-size: 12px;
	/*color: #CACACA*/
}
.boxed {
	border: 1px solid #454545;
	background: #454545;
}
.redboxed {
	border: none;
	background: #663333;
	padding: 1px;
}
.darkboxed {
	border: none;
	background: #444444;
	padding: 1px;
}
.smlprnt {
	font-family: "Trebuchet Ms", Verdana, sans-serif, sans-serif;
	font-size: 13px;
}
.smlrprnt {
	font-family: "Trebuchet Ms", Verdana, sans-serif, sans-serif;
	font-size: 9px;
}
.bigprnt {
	color:#FFFFFF;
	font-family: "Trebuchet Ms", Verdana, sans-serif, sans-serif;
	font-size: 15px;
}
.movprnt {
	font-family: "Trebuchet Ms", Verdana, sans-serif, sans-serif;
	font-size: 10px;
}

test {
	margin: 0px;
}

table.bordermain {
	border-color: #000000;
}

table.bordermenu1 {
	border-color: #000000;
}

table.bordermenu2 {
	border-color: #666666;
}
.bordermenu2 a:visited, .bordermenu2 a:link {
	color: #ffffff;
}
.bordermenu2 a:hover {
	color: #FAD61E;
}
table.content {
	border-color: #000000;
	background: #CDCDCD;
}


/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: "Trebuchet Ms", Verdana, sans-serif, sans-serif;
	font-size: 12px;
}
H1 { font-size: 18px; }
H2 { font-size: 15px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	
	/*width: 380px;*/
                color: #333333;
}


/* table style 1 */
table.t1 {
	width: 100%;
	empty-cells: show;
}

table.t1 th, table.t1 td {
	padding: 3px;
}

table.t1 th {
	background-color: #AAAAAA;
}

table.t1 th a:link, table.t1 th a:visited {
	color: #ffffff;
}

/* table style 2 */
table.t2 {
	empty-cells: show;
}

table.t2 th, table.t2 td {
	padding: 3px;
	vertical-align: top;
}

table.t2 th {
	background-color: #AAAAAA;
}

/* alternating table row colour */
.odd {
}
.even {
	background-color: #DDDDDD;
}

/* messages */
div.error_message {
	background-color: #dddddd;
	color: #ee0000;
	padding: 5px;
}

div.success_message {
	background-color: #dddddd;
	color: #00aa00;
	padding: 5px;
}

/* buttons */
.buttons {
	background-color: #888888;
}
.buttons a:visited, .buttons a:link {
	color: #ffffff;
}
.buttons a:hover {
	color: #FAD61E;
}
div.buttons {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* event coloring */
.future_event {
	color: #1100ff;
}

.upcoming_event {
	color: #00cc00;
}

.past_event {
	color: #441111;
}

/* paginator */
.paginationControl {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
}
