/* OSMEK STYLES --------------------------------
Written by: Matt McCloskey - Kemso Design - 2006
*/
/* --------------- structure ------------------- */
body {
	font-family: "Trebuchet MS", "Lucida Grande CY", Verdana;
	font-size: 12px;
	color: #666666;
	width: 800px;         
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:20px;
	padding: 0px;
}
#header {
	background-image: url(../images/largeBox_r2_c1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 8px 20px 0px 20px;
	position:relative;
}
#container {
	background:#efefef;
	width:100%;
	position:relative;
	background-image: url(../images/largeBox_r2_c1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
}
#container .column {
	position: relative;
	float: left;
	clear: none;
}

#center {
	width: 570px;
	left: 30px;
}
#left {
	width: 180px;             
	left: 20px;
	
}
#single {
	left: 20px;
	width: 760px;
}

#footer {
	clear: both;
	background-image: url(../images/largeBox_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	margin:0px;
	padding:0px;
}
.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
/* --------------- basic ------------------- */

a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#339933;
}
a.new {
	background: url(../images/a_new.gif) no-repeat left center;
	padding-left: 18px;
}
a.new:link, a.new:visited {
	
}
a.new:hover, a.new:active {
	
}
a.back {
	background: url(../images/a_back.gif) no-repeat left center;
	padding-left: 18px;
}
a.insert, a.forward {
	background: url(../images/a_insert.gif) no-repeat left center;
	padding-left: 18px;
}
a.delete {
	background: url(../images/a_delete.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.deleting {
	background: url(../images/turningLoader.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.delete_disabled {
	background: url(../images/delete_disabled.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.edit {
	background: url(../images/a_edit.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.edit_disabled {
	background: url(../images/edit_disabled.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.popup {
	background: url(../images/a_upload.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.upload {
	background: url(../images/a_upload.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.downloadfile {
	background: url(../images/a_downloadfile.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.help {
	background: url(../images/a_help.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.disclosure_off {
	background: url(../images/a_disclosure_off.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.disclosure_on {
	background: url(../images/a_disclosure_on.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
a.setup {
	background: url(../images/wrench.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
img {
	border:none;
}
.lighttext {
	color:#BDBDBD;
}
.lighttext h2 {
	color:#CCCCCC;
}
h1 {
	/* bold header */
}
h2 {
	/* sub header */
	color:#006699;
	font-size:14px;
	font-style:normal;
	margin:0px;
	padding:0px;
}
h3 {
	/* normal stand out text */
}
.h1{
	font-size:14px;
	color:#666666;
}
#hr {
	color: #CCCCCC;
	background-image: url(../images/hr.jpg);
	background-repeat: repeat-x;
	height:20px;
	display:block;
	background-position: left center;
}
ul.link_list {
	margin:0px;
	padding:0px;
}
.link_list li {
	list-style:none;
	padding:3px;
	border-bottom: 1px solid #efefef;
}
select {
	background:#FFFFFF;
	border: 1px solid #999999;
}
input,select,textarea {
	/*background-color: #EBF1FA;*/
	background-color: #ffffff;
}
input:focus, 
select:focus, 
textarea:focus {
	background-color: #ffffcc;
}
.standard_padding {
	padding: 10px;
}
.loading {
	background: url(../images/turningLoader.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
}
.saving {
	background: url(../images/turningLoader.gif) no-repeat left center;
	padding-left: 18px;
	min-width:13px;
	font-style:italic;
}
/* -------------------- COLUMN set up -------------------------------------- */

#nav_box .top {
	background-image: url(../images/menubox_header.jpg);
	height: 27px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	overflow:hidden;
}
#nav_box .top h1{
	font-size:14px;
	color:#999999;
	padding: 5px 5px 5px 7px;
	margin: 0px;
	overflow:hidden;
}
#nav_box:hover .top h1 {
	color:#006699;
}
#nav_box a {
	color:#999999;
}
#nav_box {
	color:#999999;
}
#nav_box:hover a {
	color:#418db3;
}
#nav_box:hover {
	color:#666666;
}
#nav_box .body {
	background-image: url(../images/menubox_bg.jpg);
	background-repeat: repeat-y;
	padding: 5px 10px 5px 10px;
}
#nav_box:hover .body a:hover {
	color:#339933;
	/*color:#ffffff;
	background-color:#418db3;*/
}
#nav_box .footer {
	background-image: url(../images/menubox_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	margin-bottom:10px;
}
.menupadding {
	padding: 5px 5px 5px 7px;
}
.alert {
	color:#FF3333;
	/*padding:3px;
	border: 1px dashed #FF3333;
	background-color:#FFCCCC;*/
}
#alert {
	color:#FF3333;
	/*padding:3px;
	border: 1px dashed #FF3333;
	background-color:#FFCCCC;*/
}
#alert ul {
	margin:15px;
	padding:0px;
	list-style-position: outside;
}
#tabs {
	float:left;
	width:100%;
	background:url("../images/tab_bg.jpg") repeat-x bottom;
	font-size:9px;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tabs li {
	float:left;
	margin:0;
	padding:0;
}
#tabs a {
	display:block;
	padding:3px 8px;
}
#tabs li.off {
	background:url("../images/tab_right_off.jpg")
	no-repeat right top;
}
#tabs .off a{
	background:url("../images/tab_left_off.jpg")
	no-repeat left top;
}
#tabs li.on {
	background:url("../images/tab_right_on.jpg")
	no-repeat right top;
}
#tabs li.on a{
	background:url("../images/tab_left_on.jpg")
	no-repeat left top;
}

#tabs a:hover {
	color:#339933;
}
.page_options {
	background-image: url(../images/page_options_bg.jpg);
	background-repeat: repeat;
	border-top: 1px none #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	clear:both;
	padding:5px;
}
#page_header {
	background:url("../images/content_top.jpg")
	no-repeat right top;
	height:27px;
	margin:0px;
	color:#006699;
	font-size:14px;
}
#page_header h1{
	font-size:14px;
	color:#006699;
	padding: 5px 5px 5px 7px;
	margin: 0px;
}
#page_content {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	border: 1px solid #d9d9d9;
	border-top: 1px none;
}
#accountname {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size:18px;
	font-weight: bold;
	color:#006699;
	margin:0px;
	padding:0px;
}
#userinfo {
	position: absolute;
	top: 35px;
	right: 75px;
	width: 100px;
	text-align: right;
}
#userinfo .username {
	font-size:14px;
	font-weight: bold;
	color: #996600;
}
#userphoto {
	position:absolute;
	top: 35px;
	right: 20px;
	width: 50px;
}

/*------------------------- LIST --------------------------------------------------------------------------*/
#list {
	position:relative;
}
#list ul {
	margin:0px;
	padding:0px;
}
#list li {
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
}
#list li.odd {
	background-color:#EFEFEF;
}
#list li.even {
	background-color:#ffffff;
}
#listbar {
	position:relative;
	padding:5px;
	margin:0px;
}
#listbar div {
	position:absolute;
	top:50%;
	margin-top:-7px;
	overflow:hidden;
}
#listbar div.image {
	top:0px;
	margin-top:0px;
}
#list .listbody {
	color:#999999;
	padding:10px;
	background-image: url(../images/listbody_top.jpg);
	background-repeat:repeat-x;
	background-color:#E3F1FF;
}
#list .listbody .info {
	padding-bottom:5px;
	color:#B7B7B7;
	border-bottom: 1px dashed #cccccc;
	margin-bottom:5px;
	word-wrap: break-word;
	overflow: hidden;
}
#list .listbody .tags {
	padding-top:5px;
	border-top: 1px dashed #cccccc;
	margin-top:5px;
	margin-bottom:5px;
}
.listbody h2 {
	color:#999999;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#list a {
	color:#666666;
}
#list a:hover {
	color:#339933;
}
#list .li_title {
	font-size:14px;
}
.drag_li {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/corner_drag.gif) no-repeat left top;
	width: 18px;
	height: 18px;
	cursor: move;
	z-index:1000;
	margin:0px;
	padding:0px;
}
.drag_li_sm {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/corner_drag_sm.gif) no-repeat left top;
	width: 13px;
	height: 13px;
	cursor: move;
	z-index:1000;
	margin:0px;
	padding:0px;
}
.active_on {
	width:12px;
	height:12px;
	margin-top:-5px;
	background-repeat:no-repeat;
	background-image: url(../images/active_on.gif);
	cursor:pointer;
	cursor:hand;
	margin:0px;
	padding:0px;
}
.active_off {
	width:12px;
	height:12px;
	margin-top:-5px;
	background-repeat:no-repeat;
	background-image: url(../images/active_off.gif);
	cursor:pointer;
	cursor:hand;
	margin:0px;
	padding:0px;
}
.li_check {
	background-color:#E3F1FF;
}
/* ------------------------ PHOTO VAULT ------------------------------------------*/
#photo_vault {
	padding:5px;
}
#photo_vault ul {
	margin:0px;
	padding:0px;
	overflow: visible;
}
#photo_vault li {
	list-style: none;
	float:left;
	margin: 3px;
	padding: 0px;
	position:relative;
	width:70px;
	height:70px;
}
#photo_vault div {
	margin: 5px;
}
#pv_chooser {
	position:relative;
	left:0px;
	max-width:180px;
	max-height:300px;
	overflow:auto;
}
#pv_chooser ul {
	margin:0px;
	padding:1px;
}
#pv_chooser li {
	list-style: none;
	float:left;
	margin:1px;
}
/* ------------------------ PHOTO GALLERY ------------------------------------------*/
#photo_gallery {
	padding:5px;
}
#photo_gallery ul {
	margin:0px;
	padding:0px;
}
#photo_gallery li {
	position:relative;
	list-style: none;
	float:left;
	padding: 0px;
	margin: 5px;
	height:80px;
	width:80px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
}
#photo_gallery .active_on {
	margin:0px;
	height:18px;
	width:18px;
	background-image: url(../images/active_on_corner.gif);
}
#photo_gallery .active_off {
	margin:0px;
	height:18px;
	width:18px;
	background-image: url(../images/active_off_corner.gif);
}
ul.album_list {
	margin:0px;
	padding:0px;
}
.album_list li {
	position:relative;
	list-style:none;
	padding:3px;
	border-bottom: 1px solid #efefef;
}
.album {
	background: url(../images/album_icon.gif) no-repeat left center;
	padding-left: 18px;
}
/*
#photo_gallery .drag_li {
	background: url(../images/corner_drag_gallery.gif) no-repeat left top;
}
*/
.drophover {
	background: url(../images/Line-Diag3.gif);
	background-repeat: repeat;
}
/*---------------------------------- SINGLE UPLOADER JPG -------------------------- */
#uploader_jpg {
	/*background: url(../images/Line-Diag3.gif);
	background-repeat: repeat;*/
	padding:0px;
}
#single_uploader_jpg_img_holder {
	padding:3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*---------------------- IPE ------------------------------------------------------- */
.ipe {
	/*background-image: url(../images/ipe_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;*/
	font-size:18px;
	color:#666666;
}
.ipe input {
	font-size:18px;
}
.ipe_mouseover {
	color:#FFFFFF;
	padding:2px;
	background-color:#006699;
}
.ipe_mouseout {
}
/* ------------------------- calPickr ------------------------------------------------- */
#calPickr {
	position:absolute;
	width:150px;
	height:auto;
	display:block;
	padding:3px;
	border: 1px solid #E3E3E3;
	font-size:10px;
	display:none;
	background-color:#ffffff;
	z-index:3000;
}
#calPickr .table {
	padding: 0px;
}
#calPickr .current {
}
#calPickr .nav {
	font-size:12px;
}
#calPickr .dayrow td a {
	display:block;
	width:100%;
	height:100%;
}
#calPickr .dayrow td a:hover {
	width:100%;
	height:100%;
	background-color:#006699;
	color:#ffffff;
}
#calPickr .daysoftheweek {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e9e9e9;
	text-align: center;
}
#calPickr .dayrow td {
	width:15px;
	height:15px;
	border: 1px solid #efefef;
	text-align: center;
}
#calPickr .dayrow td span {
	display:block;
	width:100%;
	height:100%;
}
#calPickr #today {
	color: #ffffff;
	background-color: #DA9188;
}
#calPickr #today .day {
	display: block;
	color: #ffffff;
	
}
#calPickr #fadeCell {
	color: #666666;
	background-color: #ffffff;
}
#calPickr #fadeCell .day {
	display: block;
	color: #999999;
}
#calPickr #normCell {
	background-color: #f3f3f3;
}
#calPickr #normCell .day {
	display: block;
	color: #999999;
}
/* ------------------------- calPickr ------------------------------------------------- */
.taglist ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
/* -------------------------- NEW BUTTON STUFF ---------------------------------------- */
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    /*float:left;*/
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#006699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* Auto completion */
div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
div.autocomplete ul {
	  list-style-type:none;
	  margin:0px;
	  padding:0px;
	}
div.autocomplete ul li.selected { 
	background-color: #006699;
	color:#FFFFFF;
}
div.autocomplete ul li {
	  list-style-type:none;
	  display:block;
	  margin:0;
	  padding:8px;
	  /*height:32px;*/
	  cursor:pointer;
	  color:#000000;
	  overflow:hidden;
	}