/* =#wrapper page layout
 -------------------------------------------------------- */
#wrapper {
	margin-left: auto;
	margin-right: auto;
    margin: 0px auto;
	width: 95%;
	min-width: 600px;
	min-height: 500px;
    background-color: #FFF;
    border: 0px dotted #999999;
}

#wrapper-lov {
	margin: 0px auto;
	min-height: 100%;
}

#container {
	margin: 0 auto;
	width: 95%;
    background-color: #FFF;
    min-height: 570px;
}

/* used in login
-------------------------------------------*/
#outerdiv {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: show;
}

#innerdiv {
	position: relative;
	top: -200px;
	left: -55%;
}

.login-form {
    width: 90%;
}


/* custom attributes (header)
 -------------------------------------------------------- */
#logo {
    width: 185px;
    height: 60px;
    text-align: left;
}

#welcome {
    width: 100%;
    height: 60px;
    text-align: right;
}


/* =#vmenu -- VERTICAL MENU
 -------------------------------------------------------- */
#vmenu {
	width: 160px;
	padding: 0px;
    padding-top: 50px;
	margin: 0px;
}

#vmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#vmenu ul li {
	margin: 0px;
	padding: 0px;
}

#vmenu ul li a {
	font-size: 80%;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
	border-bottom: 1px dashed #003366;
	font-size: small;
}

#vmenu ul li a:hover,#vmenu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
}

/* TAB
------------------------------------------------------- */
#tab {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em;
	/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
    min-width: 10em;
	/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab ul#primary li {
	display: inline;
	list-style: none;
}

#tab ul#primary a,#tab ul#primary span,#tab ul#primary a.current,
#tab ul#primary input,#tab ul#primary input.current,
#tab ul#primary button,#tab ul#primary button.current {
    min-width: 10em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#tab ul#primary span,#tab ul#primary a.current,
#tab ul#primary input.current, #tab ul#primary button.current {
	border: 1px solid #666;
	border-bottom: none;
	background: #FFF;
	padding-bottom: 6px;
	margin-top: 0;
}

#tab ul#primary a.current:hover,
#tab ul#primary input.current:hover,
#tab ul#primary button.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #D6E7F7;
	padding-bottom: 6px;
	margin-top: 0;
}

#tab ul#primary a,
#tab ul#primary input,
#tab ul#primary button {
	background: #BDCFE7;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tab ul#primary a:hover,
#tab ul#primary input:hover,
#tab ul#primary button:hover {
	margin-top: 0;
	border-color: #666;
	background: #D6E7F7;
	padding-bottom: 5px;
}


#tab ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em;
	/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab ul#secondary li a,#tab ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;
}

#tab ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tab ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tab ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tab ul#secondary li:last-child a {
	border: none;
}

#tab-content {
	border: 1px solid #666;
	clear: both;
	background: #FFF;
	padding-top: 2em;
    padding-left: 5px;
	width: 98%;
}



/* custom attributes (list)
 -------------------------------------------------------- */
#list {
	width: 100%;
}

#list td {
	font-family: Tahoma;
	font-size: small;
}

/* =#tablesorter table
 -------------------------------------------------------- */
table#tablesorter {margin: 10px 0 0 0;}
table#options *{font-size:small;}

/*  Pagination
--------------------------------------------------------- */
#pagination-flickr {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#pagination-flickr span {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#pagination-flickr a {
	border: solid 1px #DDDDDD;
	margin-right: 2px;
}

#pagination-flickr .previous-off,#pagination-flickr .next-off {
	color: #555555;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 4px;
}

#pagination-flickr .next a,#pagination-flickr .previous a {
	font-weight: bold;
	border: solid 1px #FFFFFF;
}

#pagination-flickr .active {
	color: #E37F00;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 6px;
}

#pagination-flickr a:link,#pagination-flickr a:visited {
	color: #0063e3;
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none;
}

#pagination-flickr a:hover {
	border: solid 1px #666666;
}

.tf-search {
	padding-left: 50px;
}

#input {border:none; margin:0; padding:0; font:14px 'Courier New',Verdana; border:0}
.te {border:1px solid #bbb; padding:0 1px 1px; font:12px Verdana,Arial; margin:25px}
.te iframe {border:none}
.teheader {height:31px; border-bottom:1px solid #bbb; background:url(../img/header-bg.gif) repeat-x; padding-top:1px}
.teheader select {float:left; margin-top:5px}
.tefont {margin-left:12px}
.tesize {margin:0 3px}
.testyle {margin-right:12px}
.tedivider {float:left; width:1px; height:30px; background:#ccc}
.tecontrol {float:left; width:34px; height:30px; cursor:pointer; background-image:url(img/icons.png)}
.tecontrol:hover {background-color:#fff; background-position:30px 0}
.tefooter {height:32px; border-top:1px solid #bbb; background:#f5f5f5}
.toggle {float:left; background:url(../img/icons.png) -34px 2px no-repeat; padding:9px 13px 0 31px; height:23px; border-right:1px solid #ccc; cursor:pointer; color:#666}
.toggle:hover {background-color:#fff}
.resize {float:right; height:32px; width:32px; background:url(../img/resize.gif) 15px 15px no-repeat; cursor:s-resize}
#editor {cursor:text; margin:10px}

.clearx { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.buttonx {
    background: transparent url('../img/bg/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonx span {
    background: transparent url('../img/bg/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.buttonx:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonx:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



/* 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:#336699;
}
.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;
}

