/* ======================================================== */
/*	Created by Devit Schizoper 								*/
/*	Created HomePages http://LoadFoo.starzonewebhost.com	*/
/*	Created Day 01.12.2006 									*/
/* ======================================================== */


body {
	margin: 0px;
	background: url(img/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
    font-size: .6em;
    overflow-y: scroll;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}



h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(img/bullet.gif);
}

a {
	color: #93B300;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 890px;
}


/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(img/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	background: url(img/bg_t.gif) no-repeat;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(img/bg_menu.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 620px;
	float:left;
	display: block;
    margin-left: 0px;
	display: inline;
}


/**** Sidebar ***/


#right {
	width: 265px; 
	float: right;
	display:block;
	margin-top: 10px;
}

#right .box {
	width: 24em;/*280px*/
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: right;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color: #93B300;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #1a1a1a;
	background: url(img/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
        margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	width: 70%;
}

#footer p {
	margin: 0px;
	padding: 0;
}


.right_menu {
 width: 220px;
 border: 1px solid #cccccc;
}

.right_puff {
 margin-top: 10px;
 width: 220px;
 border: 1px solid #cccccc;
}
 

td.body { font-size: 10px; } 
td.body a { white-space: nowrap; } 

/* Todo stuff */
#viewList  { margin-bottom: 15px;  }
#viewList #viewListTable { width: 100%; }
#viewList #viewListTable td { font-size: 10px; }
#viewListTable tr.finished td { text-decoration: line-through; color: #cccccc; }
#viewListTable td.description { display: none; }

fieldset {
    background: transparent url(img/cmxform-fieldset.gif) repeat-x scroll left bottom;
    border-color: transparent url(../images/cmxform-fieldset.gif) repeat-x scroll left bottom;
    border-style: solid none none;
    margin: 0px; padding: 0px;
}

fieldset legend { font-weight: bold; padding-left: 5px;}
fieldset p {  padding-left: 10px;}

ol { margin: 0px; padding: 0px; }
ol li { margin: 0px; padding: 2px 10px 0px; list-style-image: none; list-style-type: none; list-style-position: outside; }
ol li label { width: 120px; display: block;  }
ol li input { width: 100%;  }
ol li textarea { width: 100%;  }


#addTask { width: 49%; float: left; }
#shareList { width: 49%; float: right; }


.bubbleInfo {
    position: relative;
    width: 400px;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    border-collapse: collapse;
}

/* Bubble pop-up */
.bubbleContent {
 padding: 10px;
 background-color: #ffffff;
 white-space: pre;
}

.bubbleInfo {
    position: relative;
}
.trigger {
    /* position: absolute;*/
}
.popup {
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
}

.popup td.corner {
    height: 15px;
    width: 17px;
}

.popup td { padding: 0px; }

.popup td#topleft { background-image: url(img/bubble-1.png); }
.popup td.top { background-image: url(img/bubble-2.png); }
.popup td#topright { background-image: url(img/bubble-3.png); }
.popup td.left { background-image: url(img/bubble-4.png); }
.popup td.right { background-image: url(img/bubble-5.png); }
.popup td#bottomleft { background-image: url(img/bubble-6.png); }
.popup td.bottom { background-image: url(img/bubble-7.png); text-align: left;}
.popup td.bottom img { display: block;  }
.popup td#bottomright { background-image: url(img/bubble-8.png); }
