/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */
#content table.prayertime {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	border: 2px solid #429519;
	font: normal 120%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
	width: 90%;
	clear: both;
}
#content caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
#content table.prayertime td, #content table.prayertime th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
#content table.prayertime tr.odd td {
	background: #eee;
}
#content table.prayertime thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
#content table.prayertime tfoot th, #content table.prayertime tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
#content table.prayertime tfoot th {
	font-weight: bold;
}
#content table.prayertime tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#content table.prayertime tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#content table.prayertime tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
#content table.prayertime tbody th a:visited {
	color: #b98b00;
}
#content table.prayertime tbody th, #content table.prayertime tbody td {
	vertical-align: top;
	text-align: left;
}
#content table.prayertime tfoot td {
	border: 1px solid #996;
}
#content table.prayertime tbody tr:hover, #content table.prayertime tbody tr.odd:hover td {
	background: #ffffd9;
}

#content table.prayertime tbody tr.fri {
	font-weight: bold;
}

#content table.prayertime {
	margin: 0 auto;
	max-width: 750px;
	clear:all;
	margin-top: 10px;
}

#content table.prayertime td, #content table.prayertime th {
	text-align:center;
}
#content table.prayertime th {
	border-bottom: 3px solid #888;
}
#content .ptprevmonth {
	float: left;
	padding:5px;
	border: 1px solid #ccc;
}
#content .ptnextmonth {
	float: right;
	padding:5px;
	border: 1px solid #ccc;
}
h2.prayertime {
	text-align: center;
}
div.vevent {
    border: 1px dotted black;
    margin: 10px;
    padding: 10px;
    margin-top: 20px;
}
div.ftop {
    border: 2px solid #429519;
    padding: 30px 10px 0 140px;
    height: 70px;
    position:relative;
}
div.ftop a.register, div.ftop a.settings {
    display: block;
    position: absolute;
    left:15px;
    top:0;
    font-size: 1.5em;
    font-weight: 150%;
    color: #429519;
    width: 120px;
    height: 35px;
    background:url(../images/register_icon.png) 10px 0 no-repeat;
    padding: 65px 0 0 0;
}
div.ftop a.settings {
    width: 120px;
    background:url(../images/settings_icon.png) 10px 0 no-repeat;
}
}
#lsidebar input, #rsidebar input {
    border: 1px solid green;
}
#lsidebar .widget_myaccount li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}
#lsidebar .widget_myaccount li label {
    display: block;
    margin: 2px 10px;
}
#lsidebar .widget_myaccount li.detail {
    font-size: 0.9em;
}
#lsidebar .widget_myaccount li .button.submit {
    display: block;    
    height: 5em;
    width: 6em;
    float: right;
    margin: .5em 0 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
}
table.timetable {
    margin: 0 auto;
    border:2px solid #ccc;
    padding:2px;
    font-family:sans;
}
table.timetable td {
    padding:6px 1em 6px 4px;
    border:1px solid #ddd;
    background:#555;
    color: white;
    font-weight:bold;
}
table.timetable td+td {
    background:white;
    padding:6px 1em;
    color: black;
    font-weight:normal;
}
table.timetable caption {
    margin: 0 auto;
    text-align: center;
    caption-side:top;
    padding:0;
}
h3.seminartitle {
    text-align:center;
    margin:0 auto;
}
table.filelist{
    margin: 0 auto;
    border:2px solid #ccc;
    padding:2px;
    font-family:sans;
    width:80%;
}
table.filelist td,table.filelist th {
    padding:6px 1em 6px 6px;
    border:1px solid #ddd;
}
table.filelist th {
    font-weight: bold;
}
table.filelist img {
    vertical-align:middle;
    margin-right: 1em;
}
