/** D-site Theme Main StyleSheet **/

body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

body, td, th {
	font-family: Verdana;
	font-size: 11px;	
}

a img {
	border: 0px;
	vertical-align: top;
}
a {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

#mainContainer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#top {
	width: 100%;
	height: 50px;
	position: relative;
	clear: both;

	background-color: #3a3;
	border-bottom: solid 1px #222;  
	padding: 5px;
}
#navbar {
	width: 100%;
	position: relative;	
	clear: both;
	float: left;
	height: 20px;
	color: white;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	background-color: #555;
	border-top: solid 1px #333; 
	border-bottom: solid 2px #999;  
}
#navbar a {
	color: white;
	font-weight: bold;
	text-decoration: none;	
}
#navbar a:hover {
	text-decoration: underline;
}
#content {
	position: relative;
	width: 100%;
	clear: both;
	float: left;
	background-color: #CCCCCC;
	vertical-align: top;
	border-top: solid 2px #666; 	
	padding-top: 15px;
	padding-bottom: 15px;
}





/** Headings **/
#content h1 {
	width: 100%;
	color: #009900;
	font-family: Verdana, sans-serif;
	font-size: 14px;	
	border-top: solid 1px #009900;
	margin-bottom: 2px;
	padding: 4px;
}

#content h2 {
	color: #373;
/*	background-color: #3a3;*/
	font-family: Arial, sans-serif;
	font-size: 16px;	
	border-bottom: solid 1px #373;
	border-left: solid 1px #373;
	margin: auto;
	margin-bottom: 10px;
	padding: 4px 0 4px 0;
	text-indent: 10px;
}

/** Icons **/
.icon_little {
	width: 20px;
	height: 20px;
}

#appbar {	
	background-color: #666;
	vertical-align: top;
	border: solid 1px #333;
	border-bottom: none;	
}
#appbar a {	
	width: 150px;
	display: block;
	padding: 2px;
	color: white;
	font-weight: bold;	
	text-decoration: none;
	background-color: #999;
	border-bottom: solid 1px #333;
}
#appbar a:hover {
	background-color: #f90;	
}
#appbar .header1 {
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 2px;
	width: 150px;
	background-color: #393;
	border-bottom: solid 1px #333;
}
#appbar .header2 {
	font-weight: bold;
	color: #ccc;
	padding: 2px;
	padding-bottom: 4px;
	width: 150px;
	background-color: #666;
	border-bottom: solid 1px #ccc;
}
#appbar .item {
	padding: 2px;
	width: 150px;
	background-color: #999;
}

/** Rules **/
.rule01 {
	border-bottom: solid 1px #666;
	margin-bottom: 2px;
}

/** Block 01 **/

.block01 {
	border-left: solid 1px #999;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	border-top: solid 1px #999;
	border-collapse: collapse;
}
.block01 .header, .block01 th {
	color: white;
	background-color: #3a3;
	border-bottom: solid 1px #ccc;
	padding: 3px;
	
}
.block01 td, .block01 .cell {
	color: #fff;
	background-color: #aaa;
	padding: 3px;	
}
.shadow01 {
	width: auto;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
}

/** Block 02 **/


 .block02, .block02 .cell, .block02 .header {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
 }
 .block02 .cell {
	border-bottom: solid 1px #999;
	border-right: solid 1px #666;
 }

 .block02 .header {
 	color: white;
 	background-color: #3a3;
 	border-bottom: solid 1px #666;
 }
 .block02 a {
 	color: white;
 	font-weight: bold;
	text-decoration: none;
 }
 .block02 a:hover {
	text-decoration: underline;
 }

/** Tables **/

.list01 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
 	border: solid 1px #666;
	border-bottom: none;
 }
 .list, .list01 td, .list01 th {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
 }
 .list01 td {
	border-bottom: solid 1px #999;
	border-right: solid 1px #666;
	padding: 4px;
 }

 .list01 th {
 	color: white;
 	background-color: #3a3;
 	border-bottom: solid 1px #666;
	padding: 4px;
 }
 th a {
 	color: white;
 	font-weight: bold;
	text-decoration: none;
 }
 th a:hover {
	text-decoration: underline;
 }


 /** Cells **/
 .overrow, .rowover {
 	background-color: #D8DCBA;
 }
 
 .evenrow, .roweven {
 	background-color: #ddd;
 }
 
 .oddrow, .rowodd {
 	background-color: #ededed;
 }

 .highlightrow {
 	background-color: #FFFFCC;
 }

 .cellnumeric {
	width: 10%;
	text-align: right;
 }
 
 .cellid {
	width: 5%;
	text-align: center;
 }
 
 .celltext {
	width: 15%;
	text-align: left;
 }
 
 .cellphoto {
	text-align: center;
 }
 
 .cellui {
	width: 10%;
	text-align: center;
 }
 
 .celltextblock {
 	width: 25%;
	text-align: justify;
 }
 
 .expanded {
	width: 35%;
 }
 
 .closed {
	width: 25%;
 }
 
 .celllink {	 
	width: 10%;
	text-align: center;
 }
 
 .celldate {
	width: 18%;
	text-align: center;
 }
 
 .celloptions {
	width: 10%;
	text-align: left;
 }
 
 .cellsearch {
	padding: 2px;
	text-align: right;	 
 }
 
 
 	.message {
		width: 270px;
		margin-top: 100px;
		margin: auto;
		padding: 6px;
		border: solid 1px #999;
		background-color: #ccc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
	}

	.success {
		color: #fff;
	}

	.failed {
		color: red;
	}


/** Msg **/
.single_msg {
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: center;
	
}

.single_msg .text {
	padding: 4px;
	border: solid 1px black;
	background-color: #FFCC66;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#message {
	width: 100%;
	text-align: center;
	margin: 10px 0 15px 0;
}

#message .ok {
	width: 500px;
	margin: auto;
	border: solid 1px green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: green;
	background-color: #FFFFEE;
	padding: 4px;
}

#message .warning {
	width: 500px;
	margin: auto;
	border: solid 1px #f60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFFFEE;
	padding: 4px;
	
}

#message .alert {
	width: 500px;
	margin: auto;
	border: solid 1px #f60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFFFEE;
	padding: 4px;
	
}

#message .error {
	width: 500px;
	margin: auto;
	border: solid 1px red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color: #FFFFEE;
	padding: 4px;
	
}

#message .info {
	width: 500px;
	margin: auto;
	border: solid 1px #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 4px;	
}

/** Login **/

#loginBox {
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
}

#loginBox th {
	font-size: 11px;
	color: white;
	background-color: #3a3;
	padding: 4px 0 4px 0;
}

#loginBox td {
	background-color: #999;
	padding: 4px 0 4px 6px;
}


/** Tables **/



.table03 {
	border: solid 1px #ededed;
}

.table03 th, .table03 .header {
	font-weight: bold;
	background-color: #ededed;
}

/** Rows **/

.row01 {
	
}

.row02 {

}

.row03 {
	background-color: #999;
}

.overrow01 {
	background-color: transparent;
}


.overrow02 {
	background-color: #ccc;
}


/** Links **/

.link01 {
	/* Default Link */
	color: blue;
	text-decoration: none;
	font-weight: bold; 
	font-size: 11px;
}
.link01:hover {
	text-decoration: underline;
}

.link02 {

}

.link03 { 
	/* Header Links */
	color: black; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px;
}

.link03:hover {
	text-decoration: underline;
}

/** Toolbars **/
 
 /* Default Toolbar */
 .toolbar {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
 	border: solid 1px #666;
 }

 .toolbar, .toolbar td, .toolbar th {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	border: none;
 	color: white;
 	background-color: #3a3;
 }
 
 .toolbar td {
 	height: 30px;
 }
 
 .toolbar a {
 	color: white;
 	font-weight: bold;
	text-decoration: none;
 }
 
 .toolbar a:hover {
 	color: white;
	text-decoration: underline;
 }

/* Toolbar with Border */ 
 .toolbar02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
 	border: solid 1px #666;
	background-color: #3a3;
 }

 .toolbar02, .toolbar02 td, .toolbar02 th {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
 }
 
 .toolbar02 td {
 	height: 30px;
 }
 
 .toolbar02 a {
 	color: white;
 	font-weight: bold;
	text-decoration: none;
 }
 
 .toolbar02 a:hover {
 	color: white;
	text-decoration: underline;
 }

/** Sortables **/

.sortable {
    list-style-type : none;
    margin : 0px;
	padding: 0px;
}
.sortable li {
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 2px;
}

/** Pager **/

.pager {
	position: relative;
	width: 95%;
	height: 20px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

/** **/

.infobar {
	background-color: #FFFFCC;
}

.infobar label {
	font-weight: bold;
}

#gallery {
	width: 800px;
	margin: auto;
}
.menu {
	margin: auto;	
}
.menu table {
	margin: auto;
	
}
#gallery h1 {
	border: none;
	border-bottom: solid 1px #337733;
}

#gallery .menu td {
	background: transparent url(../images/theme/gallery/album_icon_bg.gif) no-repeat top center;
	width: 110px;
	height: 110px;
	padding: 4px 0px 0 16px;
	text-align: left;
}

#gallery .menu p {
	text-align: left;
	margin: 10px 0 2px 0 ;
	
}
#gallery .menu em {
	font-style: normal;	
	color: #333;	
}

#gallery .menu .thumb {
	overflow: hidden;
	width: 84px;
	height: 84px;
	border: solid 1px #999;
}


#album {
	width: 780px;
	margin: auto;
	text-align: center
}
#album .thumb {
	width: 220px;
	height: 230px;
	margin: 3px;
	float: left;
	text-align: center;
}
#album .thumb em, #album .thumb b {
	display: block;
	text-align: center;
}
#album .thumb p {
	margin: 2px;
}
#album .thumb .clip {
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin: auto;
	vertical-align: middle;
}
#list .toolbar {	
	background: none;	
}
#list .toolbar .c01 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
#list .toolbar .c02 {
	width: 40px;
	font-size: 0.9em;
	text-align: center;
}
#list .toolbar .c03 {
	font-size: 0.9em;
	text-align: right;
	font-weight: bold;
}
#list .toolbar .c05 {
	font-size: 0.9em;
	text-align: right;
}
#list .toolbar form {
	padding: 0px;
	margin: 0px;
}

.photo_box {
	border-collapse: collapse;
	border: none;
}
.photo_box td {
}

.photo_box .tl {
	width: 5px;
	height: 5px;
	background: url(../images/drake/boxes/photo/tl.gif) no-repeat top left;
}
.photo_box .t {
	height: 5px;
	width: auto;
	background: url(../images/drake/boxes/photo/t.gif) repeat-x;
}
.photo_box .tr {
	width: 5px;
	height: 5px;
	background: url(../images/drake/boxes/photo/tr.gif) no-repeat top right;
}
.photo_box .l {
	width: 5px;
	background: #fff url(../images/drake/boxes/photo/l.gif) repeat-y;
}
.photo_box .m {
	background: #fff;	
}
.photo_box .r {
	background: #fff url(../images/drake/boxes/photo/r.gif) repeat-y right;
}
.photo_box .bl {
	width: 5px;
	height: 5px;
	background: url(../images/drake/boxes/photo/bl.gif) no-repeat bottom left;
}
.photo_box .b {
	height: 5px;
	background: #fff url(../images/drake/boxes/photo/b.gif) repeat-x;
}
.photo_box .br {
	width: 5px;
	height: 5px;
	background: url(../images/drake/boxes/photo/br.gif) no-repeat bottom right;
}

#tbcontainer {
	padding: 0;
	margin: 0;
	background: #ccc;
}

#tbcontent {
	padding: 0;
	margin: 0;
}

#optionsInd {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #3a3;
}

caption {	
	height: 32px;
}