/* 
    Document   : default
    Created on : Jul 27, 2009, 3:30:01 PM
    Author     : Anthony
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background-color: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

div {
	position: absolute;
	width: 800px;
}

div.wrapper {
	position: relative;
	width: 800px;
	margin: 0px auto;
}

div.wrapper_login_view {
	left: 0px;
	top: 125px;
}

div.wrapper_video_view {
	left: 0px;
	top: 130px;
}

div.wrapper_after_main_header {
	left: 0px;
	top: 130px;
}

div.wrapper_birthday_submission_view{
	left: 250px;
	top: 527px;
}

div.wrapper_newsfeed_view{
	left: -165px;
	top: 515px;
}

div.wrapper_date_view {
	left:450px;
	top:145px;
	z-index:3;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

table.news2 {
	/*border-collapse: collapse;
	border: 2px solid #000;*/
	font: normal 80%/140% arial, helvetica, sans-serif;
	color: #555;
	background: #fff;
}


td.news, th.news {
	border: 1px dotted #bbb;
	padding: .3em;
}

td.video1{
	background: #F8F12A;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	border-left: 1px solid #000;
	vertical-align: top;
	padding: 5px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.5em;

}

td.video2{
	background: #DF3985;
	border-bottom: 4px solid #000000;
	border-left: 1px solid #000;
	vertical-align: top;
	padding: 5px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.5em;
}

td.video3{
	background: #E6E0C0;
	border-bottom: 4px solid #000000;
	border-left: 1px solid #000;
	vertical-align: top;
	padding: 5px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

td.video4{
	background: #b6e5ff;
	border-bottom: 4px solid #000000;
	border-left: 1px solid #000;
	vertical-align: top;
	padding: 5px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

td.video5{
	background: #ffffff;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000000;
	vertical-align: top;
	padding: 5px;
}

td.video6{
	background: #ffffff;
	border-bottom: 4px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000000;
	vertical-align: top;
	padding: 5px;
}

td.video7{
	background: #ffffff;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	border-left: 1px solid #000;
	vertical-align: top;
	padding: 5px;
}


thead th.news2, tfoot th.news2 {
	/*border: 2px solid #000;*/
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #336699;
	background: transparent;
	padding: .3em;}


a {
	color: #000000;
	text-decoration: none;
}



.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
	color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666;
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

table.ex1 {
	table-layout:auto;
	background-color: #999999;
	color: #FFFFFF;
	position:relative;
	left:0px;
	top:0px;
	z-index:-2
}

table.ex2 {
	table-layout:auto;
	background-color: #4F4F4F;
	color: #FFFFFF;
	position:relative;
	left:0px;
	top:0px;
	z-index:-2
}

table.ex3 {
	table-layout:auto;
	background-color: #FFFFFF;
	position:relative;
	left:0px;
	top:-50px;
	z-index:-1
}

table.ex4 {
	table-layout:auto;
	position:relative;
	left:80%;
	top:0px;
}

table.status_check {
	table-layout:auto;
	position:absolute;
	left:500px;
	top:220px;
}

table.birthday {
	table-layout:auto;
	right:0px;
	top:0px;
}

div.bethellogo {
	left:0px;
	top:1px;
	z-index:5;
}

div.bethel {
	left:64px;
	top:1px;
	z-index:5
}

div.yalogo {
	left:0px;
	top:51px;
	z-index:5
}

div.news {
	left:100px;
	top:72px;
	z-index:5;
}

div.attendance {
	left:165px;
	top:72px;
	z-index:5;
}

div.cell {
	left:280px;
	top:72px;
	z-index:5
}

div.cet {
	left:338px;
	top:72px;
	z-index:5;
}

div.administration{
	left:390px;
	top:72px;
	z-index:5;
}

div.cellgroup {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	left:100px;
	top:46px;
	z-index:3;
}

div.username {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	left:76%;
	top:1px;
	z-index:3;
}

div.week {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	left:76%;
	top:22px;
	z-index:3;
}
div.cellleader {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	left:76%;
	top:47px;
	z-index:3;
}
div.selectcell {
	left:76%;
	top:68px;
	z-index:5;
}

div.logout {
	font-size: 12px;
	color: #000000;
	left:90%;
	top:87px;
	z-index:5;
}

div.date{
	position:absolute;
	left:700px;
	top:0px;
}

div.admin_attendance_all_view{
	left:450px;
	top:50px;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px auto;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('http://127.0.0.1/youthalive/system/images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('http://127.0.0.1/youthalive/system/images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('http://127.0.0.1/youthalive/system/images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('http://127.0.0.1/youthalive/system/images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


#style2 {
	color: #DFDFDF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#style3 {
	color: #DFDFDF;
	font-size: 12px;
}

#style8 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#style9 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer215020178 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:40px;
	height:30px;
	text-align:left;
}

#MMMenuContainer0920021344_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0920021344_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:2px;
	top:30px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0920021344_0 {
/* This class defines things about menu MMMenu0920021344_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:0px solid #555555;
	width:61px;
	height:48px;
}

.MMMIFVStyleMMMenu0920021344_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0920021344_0 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:61px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:55px;
	height:18px;
}

.MMMIVStyleMMMenu0920021344_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0920021344_0 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:61px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:55px;
	height:18px;
}

#MMMenu0920021344_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0920021344_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0920021344_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0920021344_0 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenuContainer0920021344_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0920021344_0 a {
/* Controls the general apperance for menu MMMenuContainer0920021344_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#4f4f4f;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0920021344_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0920021344_0 */
	color:#ffffff;
	background-color:#5353ff;
}


td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer1372753294 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:133px;
	height:30px;
	text-align:left;
}

#MMMenuContainer0805161631_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0805161631_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:2px;
	top:30px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0805161631_0 {
/* This class defines things about menu MMMenu0805161631_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:0px solid #555555;
	width:91px;
	height:96px;
}

.MMMIFVStyleMMMenu0805161631_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0805161631_0 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:91px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:85px;
	height:18px;
}

.MMMIVStyleMMMenu0805161631_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0805161631_0 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:91px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:85px;
	height:18px;
}

#MMMenu0805161631_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0805161631_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0805161631_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0805161631_0 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu0805161631_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0805161631_0 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenu0805161631_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu0805161631_0 so we can set its position */
	left:0px;
	top:72px;
}

#MMMenuContainer0805161631_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0805161631_0 a {
/* Controls the general apperance for menu MMMenuContainer0805161631_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#4f4f4f;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0805161631_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0805161631_0 */
	color:#ffffff;
	background-color:#5353ff;
}
