/* @group Resetter */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{ margin: 0; padding: 0; }  

a img { border: 0; }

/* @end */

/* @group Basics */

html, body {
	height: 100%;
}

html { font: 62.5%/1.5 "Lucida Grande", Verdana, sans-serif; }

body {
	color: #333;
	background: #ede4d6 url(../../images/css/bg.png) center;
	font: 14px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5 {
	margin: 12px 0 6px 0;
	font-weight: normal; line-height: 18px;
	color: #003d4c;
}
h1 {
	margin: 0 0 18px 0;
	font-size: 24px; line-height: 36px;
}
h2 {
	font-size: 21px; line-height: 36px;
	color: #2C6877;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

ul, ol, dl {
	padding-left: 15px;
}
ul, ol, dl, p { margin-bottom: 18px; font-size: 14px; }
li, dt, dd, p { font-size: 14px; }
ul, ol, dl, p { margin-bottom: 18px; }

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

a:link,
a:visited {
	color: #e77817;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	background: #e77817;
}
a:active {
	color: #000;
	outline:none;
}

abbr { border-bottom: 1px dotted black; }

/* @end */

/* @group Reusable */

.hidden { display: none; }

.center { text-align: center; }

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.clear { clear: both; }

.lFloat {
	float: left;
	margin: 0 18px 18px 0;
}
.lFloat2 {
	float: left;
	margin: 0 36px 18px 0;
}

.rFloat {
	float: right;
	margin: 0 0 18px 18px;
}
.rFloat2 {
	float: right;
	margin: 0 0 18px 36px;
}

.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
}

.box {
	padding: 15px;
	background: #eee;
}

a.pdf {
	padding: 1px 0 0 21px;
	background: transparent url(../../images/css/acrobat.png) no-repeat;
}
a:hover.pdf,
a:focus.pdf {}

a.button {
	background: #222 url(../../images/css/gradient.30.png) repeat-x;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	text-shadow: 0 -1px 0px rgba(0,0,0,0.35);
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	border-bottom: 1px solid rgba(0,0,0,0.25);

	position: relative;
	cursor: pointer;
}
a.button:hover {
	background-color: #000;
}
.button.blue {
	background-color: #0099bd;
}
.button.red {
	background-color: #e33100;
}
.button.magenta {
	background-color: #a9014b;
}
.button.orange {
	background-color: #ff5c00;
}
.button.yellow {
	background-color: #ffb515;
}

ul.img {
	clear: both;
	list-style: none;
}
ul.img li {
	float: left;
	margin: 0 12px 12px 0; padding: 0;
}
ul.img li a {}
ul.img li a img {
	display: block;
	margin: 0; padding: 3px;
	border: 1px solid #ddd;
}
ul.img li a:hover img {
	padding: 4px;
	background: #8ce1f5;
	border: 0;
}

ul.album {
	overflow: hidden;
	margin: 10px 0 !important; padding: 0;
	list-style: none;
}
ul.album li {
	float: left;
	margin: 5px; padding: 0;
}
ul.album li a {
	display: block;
}
ul.album li a img {
	border: 4px solid #eee;
}
ul.album li a:hover img,
ul.album li a:focus img,
ul.album li a:active img {
 	border: 4px solid #6dcff6;
}


hr {
	margin: 12px 0;
	height: 0;
	color: #d6d4ce;
	background: #d6d4ce;
	border: 0;
	border-bottom: 1px dotted #d6d4ce;
}

/* @group Sekretarica */

/* @group Pojedinačno */

div.greska,
div.upozorenje,
div.uspeh,
div.poruka {
	margin: 20px 0;
	padding: 5px 15px 5px 32px;
	background: #ffd2dc url(../../images/css/poruke/greska_bg.gif) no-repeat 9px 9px;
	border: 1px solid #efc3ce; border-width: 1px 1px 3px 1px;
	
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .35);
}
div.greska p,
div.upozorenje p,
div.uspeh p,
div.poruka p {
	margin: 3px 12px;
	line-height: 24px;
	font-weight: bold;
}
div.greska p {
	color: #ab0000;
}
div.upozorenje {
	background: #ffea93 url(../../images/css/poruke/upozorenje_bg.gif) no-repeat 9px 9px;
	border-color: #eed983;
}
div.uspeh {
	color: #524606;
	background: #fffdd1 url(../../images/css/poruke/uspeh_bg.gif) no-repeat 9px 9px;
	border-color: #f0f0c5;
}
div.poruka {
	background: #eaeaf3 url(../../images/css/poruke/poruka_bg.gif) no-repeat 9px 9px;
	border-color: #d9d9e1;
}

/* @end */



/* @group Grupno */

#greske, #uspesi, #upozorenja, #poruke {
	margin: 20px 0;
	padding: 5px 15px 5px 32px;
	background: #ffd2dc url(../../images/css/poruke/greske_bg.gif) no-repeat 9px 9px;
	border: 1px solid #efc3ce; border-width: 4px 1px;
	
	-moz-box-shadow: 0 2px 5px rgba(0,0,0, .25);
}
#greske h2, #uspesi h2, #upozorenja h2, #poruke h2 {
	margin: 0 0 0 21px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444;
}
#greske ul, #uspesi ul, #upozorenja ul, #poruke ul {
	margin: 12px 20px;
}
#greske li, #uspesi li, #upozorenja li, #poruke li {
	color: #ab0000;
	font-size: 12px;
	line-height: 18px;
	list-style: circle;
}

#upozorenja {
	background: #ffea93 url(../../images/css/poruke/upozorenja_bg.gif) no-repeat 9px 9px;
	border-color: #eed983;
}
#upozorenja li { color: #333; }

#uspesi {
	background: #fffdd1 url(../../images/css/poruke/uspesi_bg.gif) no-repeat 9px 9px;
	border-color: #f0f0c5;
}
#uspesi li { color: #524606; }

#poruke {
	background: #eaeaf3 url(../../images/css/poruke/poruke_bg.gif) no-repeat 9px 9px;
	border-color: #d9d9e1;
}
#poruke li { color: #333; }

/* @end */





/* @end */


/* @end */

/* @group Layout */

#headbg_dummy {
	position: absolute; top: 0; left: 0;
	margin: 0 auto;
	width: 100%; height: 300px;
	z-index: 1;
	background: transparent url(../../images/css/top_bg.jpg) no-repeat center;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
}

/* @group Header */

#header {
	overflow: hidden;
	height: 80px;
}

#logo {
	float: left;
	overflow: hidden;
}
#logo h3,
#logo h3 a,
#logo h3 a img {
	display: block;
	float: left;
	margin: 0;
}
#logo h3 a {}
#logo h3 a:hover {
	background: transparent;
}

#toolbar ul.nav {
	position: absolute; top: 15px; right: 10px;
	list-style: none;
}
#toolbar ul.nav li {
	float: left;
	margin: 0 0 0 15px;
}
#toolbar ul.nav li a {
	color: #666;
	text-decoration: none;
}
#toolbar ul.nav li a:hover,
#toolbar ul.nav li a:focus,
#toolbar ul.nav li a:active {
	text-decoration: underline;
}
#toolbar ul.nav li#login_link a {
	display: block;
	width: 89px; height: 32px;
	padding: 0;
	text-indent: -999em;
	background: url(../../images/css/login.png) no-repeat left center;
}

#toolbar ul.nav li#lang_sr a {
	display: block;
	padding: 0 0 0 24px;
	line-height: 32px;
	background: url(../../images/css/sr.gif) no-repeat left center;
}

#toolbar ul.nav li#lang_en a {
	display: block;
	padding: 0 0 0 24px;
	line-height: 32px;
	background: url(../../images/css/en.gif) no-repeat left center;
}

#toolbar ul.nav li#logged_in,
#toolbar ul.nav li#logout_link {
	font-size: 16px;
	line-height: 32px;
}
#toolbar ul.nav li#logout_link {
	font-size: 13px;
}
#toolbar ul.nav li#logout_link a {
	color: #ae5c20;
}
#toolbar ul.nav li#logged_in a:hover,
#toolbar ul.nav li#logged_in a:focus,
#toolbar ul.nav li#logged_in a:active,
#toolbar ul.nav li#logout_link a:hover,
#toolbar ul.nav li#logout_link a:focus,
#toolbar ul.nav li#logout_link a:active {
	background: transparent;
}

/* @end */


/* @group Sidebar */

#sidebar {
	float: left;
	width: 220px;
	margin: 20px 0 0 0;
}

#sidebar .sidebar_box .top {
	height: 30px;
	background: #d1c8ba url(../../images/css/grad20.png) repeat-x;
	background-color: rgba(0,0,0, .1);
	border: 3px solid #f3f3f3; border-width: 2px 2px 0 2px;

	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, .2);
	box-shadow: 0 1px 5px rgba(0,0,0, .2);
}
#sidebar .sidebar_box .top h4 {
	margin: 0; padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-shadow: 0 1px 0 #cbcbcb;
}
#sidebar .sidebar_box .content {
	padding: 10px;
	background: #dfe3ea;
}

/* @group Nav */

.sidebar_box {
	border: 1px solid #e3dace;
}
.sidebar_box ul.nav {
	margin: 0; padding: 0;
	list-style: none;
	background: #484848;
	border: 2px solid #f3f3f3;
	
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, .2);
	box-shadow: 0 1px 5px rgba(0,0,0, .2);
}
.sidebar_box ul.nav li {
	border-bottom: 1px solid #333;
}
.sidebar_box ul.nav li a {
	display: block;
	padding: 4px 10px;
	font-size: 12px;
	color: #f3f3f3;
	text-decoration: none;
	text-shadow: 0 1px 3px #000;
	background-image: url(../../images/css/grad20.png);
}
.sidebar_box ul.nav li a:hover,
.sidebar_box ul.nav li a:focus,
.sidebar_box ul.nav li a:active {}
.sidebar_box ul.nav li a:hover {
	background-color: #5e5e5e;
}
.sidebar_box ul.nav li.current {
}

.sidebar_box ul.nav li.current a {
	font-weight: bold;
	background: #222 url(../../images/css/bullet.gif) no-repeat 0 center;
}

/* @end */


/* @end */

#content {
	float: left;
	width: 640px;
	margin: 0 0 30px 20px; padding: 30px;
	background-image: url(../../images/css/content_bg.gif);
}
#content > .top {
	margin: -30px -30px 0 -30px;
	height: 65px;
	background-image: url(../../images/css/content_top_bg.jpg);
}
#content > .bottom {
	margin: 60px -30px -60px -30px;
	height: 60px;
	background-image: url(../../images/css/content_bottom_bg.jpg);
}

#content h1 {
	margin-top: -20px; padding: 0 0 6px 0;
	font-size: 32px;
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	line-height: 42px;
	border-bottom: 4px double #ddd;
}
#content p,
#content li {
	text-align: justify;
}

#footer {
	float: right;
	width: 680px;
	margin: 10px 10px 20px 10px;
}
#footer #sponzori {
	margin: -50px 0 -10px 0; padding: 0;
	list-style: none;
	text-align: center;
}
#footer #sponzori li {
	display: inline;
	padding: 0 5px;
}
#footer #sponzori li a:hover {
	background: transparent;
}
#footer #sponzori li a img {
	vertical-align: middle;
}
#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #555;
}
#footer p.copyright {
	margin 0; padding: 0;
	background: url(../../images/css/copyright_bg.jpg) no-repeat center top;
}

/* @end */

/* @group Tables */

/* @group Basic */
/*
caption {
	margin: 9px 0;
	font-size: 14px;
}
table {
	margin: 6px 0 12px 0;
	clear: both;
	color: #333;
	border-collapse: collapse;
	
	-moz-box-shadow: 0 2px 10px rgba(0,0,0, 0.35);
}
th {
	padding: 3px 6px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #5e5e63;
	border: 1px solid #47464b; border-width: 1px 0 2px 0;
}
th a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
td {
	padding: 3px 6px;
	border: 1px solid #ddd; border-width: 1px 0;
}
tr > td,
tr > th {
	background-image: url(../../images/css/tabele/td_bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
tr.nepar td { background-color: #fff; }
tr.par td {	background-color: #eff0df; }
tr:hover td { background-color: #d8e4ee; }
*/
/* @end */

/* @group Admin */

td.id,
td.rb {
	text-align: center;
}

td.akcije {
	width: 78px;
}
td.akcije ul {
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
}
td.akcije ul li {
	margin: 0; padding: 0;
	float: left;
}
td.akcije ul li a {
	display: block;
	width: 16px; height: 16px;
	padding: 5px;
	overflow: hidden;
	text-indent: -99em;
}
td.akcije ul li.info a {
	background: url(../../images/css/admin/record_show.gif) no-repeat center center;
}
td.akcije ul li.edit a {
	background: url(../../images/css/admin/record_edit.gif) no-repeat center center;
}
td.akcije ul li.delete a {
	background: url(../../images/css/admin/record_delete.gif) no-repeat center center;
}


/* @end */

/* @end */

/* @group Forme */

/* @group Osnovno */

form.styled {
	width: 60%;
	overflow: hidden;
	margin: 12px 0; padding: 0;
	text-align: left;
}
form.styled fieldset {
	margin: 0 0 24px 0;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
form.styled fieldset.buttons {
	margin: -12px 0 0 0;
	border: 0;
}
form.styled fieldset legend {
	margin: 0 6px 12px 6px; padding: 3px 6px;
	color: #555;
	font-size: 18px;
}

/* @group Divs */

form.styled div {
	clear: both;
	overflow: hidden;
	margin: 0; padding: 6px 12px;
	vertical-align: text-top;
	border-bottom: 1px dotted #ddd;
}
div.form {
	margin: 0; padding: 6px 0;
}
form.styled div div,
form.styled div.wrapper {
	margin: 0; padding: 0;
	border: 0;
}
form.styled div.wrapper div {
	margin: 6px 0;	padding: 6px 12px;
	border-bottom: 1px dotted #ddd;
}
form.styled div.wrapper div.wrapper {
	margin: 0; padding: 0;
	border: 0;
}
form.styled div.wrapper div.wrapper div {
	margin: 6px 0;	padding: 6px 12px;
	border-bottom: 1px dotted #ddd;
}
form.styled div:last-child {
	border: 0;
}

/* @end */

/* @group Labels */

form.styled div label,
form.styled div p.label {
	display: block;
	float: left;
	width: 160px;
	margin: 0; padding: 4px 12px 3px 0; /* zbog paddinga inputa! */
	position: relative;
	font-size: 14px;
	line-height: 21px;
}
form.styled div.inline label {
	display: inline;
	width: auto;
	margin: 0 6px 0 0;
}
form.styled div.required label {
	color: #333;
	font-weight: bold;
}
form.styled div.required label em {
	position: absolute;
	right: 6px;
	font-style: normal;
}

/* @end */

form.styled div p.note {
	margin: 3px 0 3px 172px;
	font-size: 12px;
	color: #666;
}

/* @group Inputs & Buttons */

form.styled input[type=text],
form.styled input[type=password],
form.styled input[type=file],
form.styled textarea,
form.styled select,
input[type=text].asp,
input[type=password].asp,
input[type=file].asp,
textarea.asp,
select.asp {
	width: 240px;
	margin: 1px 0 0 0; padding: 3px;
	font-size: 14px; line-height: 18px;
	background: #fff url(../../images/css/forme/input_txt_bg.png) repeat-x;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
	vertical-align: middle;
}
form.styled textarea {
	width: 320px; height: auto;
	background-color: #fff;
}
form.styled select {
	width: auto;
	margin: 3px 0 1px; padding: 0;
}
form.styled option {
	padding: 0 3px;
	font-size: 12px;
}
form.styled div.inline input[type=text],
form.styled div.inline input[type=password],
form.styled div.inline input[type=file],
form.styled div.inline select {
	display: inline;
	margin: 0 3px 0 0;
}

/* hover */
form.styled input[type=text]:hover,
form.styled input[type=password]:hover,
form.styled input:hover[type=file],
form.styled textarea:hover,
form.styled select:hover { background-color: #fffdd1; }

/* focus */
form.styled input[type=text]:focus,
form.styled input[type=password]:focus,
form.styled input:focus[type=file],
form.styled textarea:focus,
form.styled select:focus { background-color: #c3e8ff; }

/* disabled */
form.styled input[disabled=disabled],
form.styled input:hover[disabled=disabled] {
	color: #000;
	background: #ccc url(../../images/css/forme/input_txt_disabled_bg.gif) repeat-x;
}

/* buttons */
form.styled button,
form.styled input[type=button],
form.styled input[type=submit],
form.styled input.submit,
form.styled input.save,
form.styled div.submit input,
form.styled a.button {
	background: #222 url(../../images/css/gradient.30.png) repeat-x;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	text-shadow: 0 -1px 0px rgba(0,0,0,0.35);
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.25);

	position: relative;
	cursor: pointer;
}
input[type=submit].asp,
input[type=button].asp {
	height: 32px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 32px;
	text-shadow: 0 1px 0 #f4d4b2;
	background: url(../../images/css/forme/submit.gif) repeat-x;
	border: none;
	cursor: pointer;
	
	-moz-border-radius: 3px;
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.15);
}
input[type=submit].asp:hover,
input[type=button].asp:hover {
	text-shadow: 0 1px 0 #ea9246;
	background-position: 0 -32px;
}
form.styled input.save {
	background-color: #639e11;
}
form.styled input.save:hover {
	background-color: #3c7900;
}
form.styled input.save:focus,
form.styled input.save:active {
	background-color: #004700;
}

form.styled a.button.cancel {
	margin-left: 10px;
	background-color: #d22300;
}
form.styled a.button.cancel:hover {
	background-color: #b10000;
}
form.styled a.button.cancel:focus,
form.styled a.button.cancel:active {
	background-color: #910000;
}

/* @end */

/* @group Greške */

form.styled div.error {
	background: url(../../images/css/forme/uf_error.png);
}
form.styled div.error label,
form.styled div.error p.label {
	color: #cc0000;
	
}
form.styled div.error input[type=text],
form.styled div.error input[type=passsword],
form.styled div.error input[type=file],
form.styled div.error textarea,
form.styled div.error select {
	border: 1px solid red;
}

/* @end */

form.styled input.form-error { border: 1px solid red; }
form.styled div.error-message {
	margin: 0 0 0 180px; padding: 9px 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/* @end */

/* @end */

/* @group Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 6px 12px;
	text-align: left;
	background-color: #111;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;

	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;

}
#tooltip h3 {
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#tooltip div {
	color: #ccc;
}

/* @end */



/* @group Po stranama */



/* @end */



.accordionContent
{
    background-color: #faf5f0;  
    border: 1px dashed #f1c69b;  
    border-top: none;
    padding: 3px;
    padding-top: 4px;
}

.accordionContentRed
{
    background-color: #faf5f0;  
    border: 1px solid red;  
    border-top: none;
    padding: 3px;
    padding-top: 4px;
}

.accordionHeader
{
    border: 1px solid #ddd;
    color: black;
    background-color: #f8f0e2;  
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 3px;
    margin-top: 3px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #d5d5d5;
    color: #2a2a2a;
    background-color: #d2cabc;  
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 3px;
    margin-top: 3px;
    cursor: pointer;
}

.accordionHeaderSelectedRed
{
    border: 1px solid red;
    border-bottom: none;
    color: #2a2a2a;
    background-color: #d2cabc;  
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 3px;
    margin-top: 3px;
    cursor: pointer;
}

.autori {
	font: 12px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.abstract {
	text-align: justify;
	font: 12px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.modalBackground {
            background-color:Silver;
            filter:alpha(opacity=70);
            opacity:0.7;
}

.customTabContentStyle {
    font: 12px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input[type=text].aspSmall,
input[type=password].aspSmall,
input[type=file].aspSmall,
textarea.aspSmall,
select.aspSmall {
	width: 240px;
	margin: 1px 0 0 0; padding: 3px;
	font-size: 12px; line-height: 16px;
	background: #fff url(../../images/css/forme/input_txt_bg.png) repeat-x;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
	vertical-align: middle;
}