/* @group General */


/* @group Pagination */

nav.pagination {
	text-align: center;
	margin: 10px 0;
}

.pagination a,
.pagination span.current {
	display: inline-block;
	padding: 2px 6px 1px 6px;
	border: 1px solid #777;
	text-decoration: none;
	border-radius:3px;
}

.pagination a:hover {
	background-color: #ddd;
}

.pagination span.current {
	color: white;
	background-color: #777;
}

.pagination a.next_page,
.pagination a.prev_page {
	border: 1px solid #fff;
}

.pagination .disabled{
	color: #fff;
}

/* @end */

/* @group Buttons */

input[type=submit],
a.button {
background: #0f63bb url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
border-top: 1px solid  rgba(255,255,255,0.25);
border-right: 1px solid  rgba(0,0,0,0.25);
border-bottom: 1px solid  rgba(0,0,0,0.25);
border-left: 1px solid  rgba(255,255,255,0.25);
color: #fff ! important;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
position: relative;
cursor: pointer;
-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 1px rgba(0,0,0,0.25);
}

input[type=submit]:hover,
a.button:hover {
	background-color: #0b4787
}

/* @end */

/* @group Forms */

p.formfield {
	margin: 0 0 5px 0;
}

p.formelement {
	margin: 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #ddd;
}

p.formelement label {
	display: inline-block;
	width: 320px;
	vertical-align: top;
}

p.formelement span {
	display: inline-block;
	width:400px;
}

/* @end */

/* @group Help */

div.help {
	border: 1px solid #eaeaea;
	padding: 10px;
	background: #f0f0f0;
	color: #777;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.5em;
	-webkit-border-radius:4px;
}


/* @end */



/* @group FunctionLinks */

a.main {
	font-weight: bold;
}
a.main:hover {
	color:#0f63bb;
}

a.function_link,
a.function_toggle,
a.function_link_short {
    background-image: -webkit-linear-gradient(rgb(73,136,203), rgb(59,111,165));
    color:#fff !important;
    padding: 5px 10px 5px 10px;
    text-decoration:none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size: 15px;
    display:inline-block;
    width: 290px;
	text-align: left;

}


a.function_link_light,
a.function_link_light:visited {
	display: inline-block;
	padding: 3px 5px 5px 5px;
	background-color:#eee;
	color: #777 !important;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	width: 120px;
	text-align: center;
	font: 13px Helvetica, Arial, Geneva;
}

a.function_link_light img {
	padding: 0 5px 0 0;
	position: relative;
	top: 2px;
}

a.function_link:hover,
a.function_toggle:hover,
a.function_link_short:hover,
a.function_link_light:hover  {
	background-color: #1853a4;
	color: #fff !important;
}

a.function_link,
a.function_link_short {
	background:#4988cb;
	background-image: -webkit-linear-gradient(rgb(73,136,203), rgb(59,111,165));
	background-image: -moz-linear-gradient(top, rgb(73,136,203), rgb(59,111,165));
	line-height: 19px;
	height: 23px;
}

a.function_toggle {
	background: #4988cb url(/images/icons/link_arrow_down.png) no-repeat right;
}

a.function_link_short {
	width: 120px;
}

a.function_link span.number {
	float:right;
	min-width: 15px;
	text-align: center;
	background-image: -webkit-linear-gradient(rgb(73,136,203), rgb(81,151,226));
	background-image: -moz-linear-gradient(top, rgb(73,136,203), rgb(81,151,226));
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.3);
	border-radius: 4px;
	border:1px solid transparent;
	border-color: rgba(42,78,114,0.7) rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(42,78,114,0.7);
    padding: 3px 9px 2px 9px;
    font-size:12px;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}


/* @end */


* {
	font: 14px Helvetica, Arial, Geneva, sans-serif;}

a,
a:visited {
	color: black;
}


a img {
	border:none;
}

body {
	background: #fff;
	margin: 0 0 10px 0;
}

h1,
h1 span,
h1 a {
	font: 28px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	margin: 30px 0 40px 0;
	text-decoration: none;
	padding: 15px 0 0 0;
}

h1,
h1 a {
	font-weight:bold;
}

h1 span {
	color: #999;
}

h2 {
	font: 24px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	margin: 40px 0;
	text-decoration: none;	
}

h2 a {
	font: 24px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: underline;	
}

h3,
h3 a,
h3 a:visited {
	font-weight:bold;
	font: bold 20px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
}

h3 a:hover {
	text-decoration: underline;
	color: #0f63bb;
}

h4,
h4 a,
h4 a:visited {
	font-weight:bold;
	font: bold 16px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
}


input[type=text],
input[type=password],
input[type=email], 
textarea {
	padding: 5px;
	font-weight: bold;
	border: 1px solid #999;
	border-radius:3px;
	-moz-border-radius: 3px;
	background: #fafafa;
	box-shadow: inset 1px 1px 3px #bbb;
	-webkit-box-shadow: inset 1px 1px 4px #bbb;
	-moz-box-shadow: inset 1px 1px 4px #bbb;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	border: 1px solid #0f63bb;
}

input:disabled {
  ⋮ color: #ccc;
}

label {
	color: #777;	
}

.light,
.light a,
.light a:visited {
	color: #999;
	text-decoration:none;	
}

.light img {
	vertical-align: middle;
	margin-bottom: 3px;
}

.small,
.small * {
	font-size: 12px;
}

.no_underline a,
.no_underline a:visited {
	text-decoration: none;
}

.no_underline a:hover {
	text-decoration: underline;
}

.clr {
	clear:both;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}


.m10 {
	margin: 10px 0;
}

.m20 {
	margin: 20px 0;
}


.m60 {
	margin: 60px 0;
}

.action_box_right {
	text-align: right;
}

img.beta {
	vertical-align:top;
	margin: 0 10px 0 5px;
}



/* @end */
/* @group Layout */

/* @group Header */

#headerbar {
	width: 100%;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
	background:  -webkit-gradient(
    					linear,
    					left bottom,
    					left top,
    					color-stop(0.1, rgb(245,245,245)),
    					color-stop(0.7, rgb(255,255,255))
					);
	background-image: -moz-linear-gradient(
    					center bottom,
    					rgb(245,245,245) 15%,
    					rgb(255,255,255) 73%
					);
}

/* @group Navigation */

nav,
#navigation {
	width: 60%;
	min-width: 600px;
	max-width: 900px;
	margin: 0px auto;
	display:block;
}

nav ul {
	margin: 0 -10px 0 150px;
	padding: 10px 0 10px 0;
}

nav ul li {
	font: bold 14px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	display: inline-block;
	margin: 0px 5px;
}

nav ul li a,
nav ul li a:visited {
	text-decoration: none;
	font: bold 0.9em  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	padding: 7px 9px 5px 9px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color: #777;
}

nav ul li a:hover {
	color: #000;
	background: #eee;
}

nav #language {
	float: right;
	margin: -25px 0 0 0;
}
/* @end */



/* @end */





/* @group Footer */

footer {
	display: block;
	width: 60%;
	min-width: 600px;
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
	color: #ccc;
	font-size: 11px;
	letter-spacing: 5px;
	border-top: 1px solid #eee;
	padding-top: 5px;
}

footer a,
footer a:visited {
	text-decoration: none;
	color: #bbb;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 1px;
}

/* @end */




#page {
	position: relative;
	width: 60%;
	min-width: 600px;
	max-width: 900px;
	margin: 0px auto;
	background: #fff;
}

/* @group Sidebar */

#sidebar {
	position: absolute;
    width: 180px;
    right: -200px;
    top: 120px;
    color: #999;
}

#sidebar a {
	text-decoration: none;
	color: #999;
	font-size: 12px;
}


#sidebar a:hover {
	text-decoration: underline;
	color: #0f63bb;
}

#sidebar img {
	vertical-align: middle;
	margin-bottom: 5px;
}

#sidebar h4 {
    font: bold 14px 'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
    padding-top: 30px;
}

/* @end */

#searchform {
	margin:  0 0 20px 0;
	padding: 10px 20px 10px 20px;
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px
}

#answerform {
	border: 0px;
}

#answerform input[type=text],
#answerform textarea {
	width: 100%;
}

#answerform div.take_action {
	text-align: center;
}

#answerform div.take_action,
#answerform div.take_action a {
	font-size: 16px;
	font-weight: bold;
	line-height:1.5em;
}

#useraction {
	background: #eee;
	padding: 0px 10px;
	margin: 0px 0px -10px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border-top: 1px solid white;
}

#useraction .authentication_switch {
	float:left;
	width:28%;
	padding: 80px 0 0 40px;
	font-size:22px;
	color: #999;
}


#useraction .authentication_switch a,
#useraction .authentication_switch a:visited {
	color:black;
	font-size: 22px;
	text-decoration: none;
	border-bottom: 1px solid black;
}

div.column {
	width: 46%;
}

div.left {
	float: left;
	padding-right: 2%;
}

div.right {
	float: right;
	padding-left: 2%;
}

.buttons,
.buttons a {
	color: #999;
	text-decoration: none;
}

.buttons a:hover {
	color: #000;
	text-decoration: underline;
}


/* @end */

/* @group Flash */

#flash,
#useraction_flash {
	background: #777;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
}

#flash a,
#useraction_flash a {
	color: #fff;
}

.notice, .success {
	background: #777 url(/images/icons/yes_24.png) no-repeat 10px center;
	padding: 10px 10px 10px 45px;
}

.warning, .alert {
	background: #777 url(/images/icons/no_24.png) no-repeat 10px center;
	padding: 10px 10px 10px 45px;
}

/* @end */

/* @group Errors */

.fielderror_inline {
	display:inline-block;	
}

.iv_error {
	display:inline-block;
	background: url(/images/icons/no_24.png) no-repeat 7px center;
	padding: 7px 7px 7px 37px;
}

.iv_good {
	display:inline-block;
	background: url(/images/icons/yes_24.png) no-repeat 7px center;
	padding: 7px 7px 7px 37px;
}


/* @end */



/* @group Topics */

/* @group First Steps */

#first_steps {
	margin:  60px 0;
	padding: 10px 20px 20px 20px;
	background: #a2c2e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
}


#first_steps ul li {
	margin: 15px 0;
	font-size: 15px;
}

/* @end */

#topic img.logo {
	float: right;
}

#topic h1,
#topic h1 a,
#topic h1 span {
	font: 28px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	background-position: bottom;
}

#topic h1,
#topic h1 a {
	font-weight:bold;
}

#topic h1 span {
	color: #999;
}

#sortlinks {
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #ccc;
}

#sortlinks a {
	text-decoration: none;
	color: #999;
	font-size: 12px;
}

#sortlinks a:hover {
	text-decoration: underline;
	color: #0f63bb;
}

#posts .post,
.posts .post {
	border-bottom: 1px dashed #e0e0e0;
	color: #999;
	padding: 10px;
	position:relative;
}

#topic #posts h2,
#topic #posts h2 a {
	font: bold 18px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	color: black;
	margin: 5px 0px;
	text-decoration: none;
	position: relative;
}

#topic #posts h2 a:hover {
	text-decoration: underline;
	color: #0f63bb;
}

#topic #posts span.meta img {
	margin-left: -5px;
	vertical-align: middle;
}







/* @end */



/* @group Post */

.post {
	margin: 0 0px;
	padding: 10px 20px;
	position: relative;
}



.post h2,
.post h2 a {
	font: bold 18px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	margin: -3px 0 10px 0;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
	color: #0f63bb;
}

.post .sidebar,
.answer .sidebar {
	float: left;
	width: 50px;
	padding: 0px 20px 0 0;
	display: block;
}

.post .sidebar img,
.answer .sidebar img {
	border: 1px solid #bbb;
}

.post .question,
.answer .content {
	display: block;
	margin-left: 100px;
	color: #555;
}

.post .meta,
.answer .meta {
	color: #999;
	font-size: 12px;
}

.post .description,
.answer .text {
	margin: 10px 0;

}

.post_options {
    padding: 0px;
    margin: -10px 0 0 0;
}

.post_options a {
	color: #999;
	text-decoration: none;
}

.post_options a:hover {
	color: #0f63bb;;
	text-decoration: underline;
}

.answer {
	margin: 0 0px;
	padding: 10px 20px;
	border-top: 1px solid #bbb;
	position: relative;
}

.staff {
	background: #f3f1e6;
}

.author_image {
	position: relative;
}

.staff_image {
	position: absolute;
	bottom: -15px;
	right: -35px;
	border-width: 0px !important;
}

.answer .actions,
.post .actions,
.question .actions {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
/* @end */

/* @group Tags */

a.tag {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 0 4px 0;
	border: 1px solid #ddd;
	background: #eee;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color: #777;
	text-decoration: none;
}

a.tag:hover {
	text-decoration: none !important;
	background: #4988cb;
	color: #fff !important;
	border: 1px solid #1853a4;
}



/* @end */

/* @group Users */

span.number {
	display: inline-block;
	font: bold 20px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	color:white;
	background: #999; /* #1853a4;*/
	padding: 2px 8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

/* @end */

#sysadmin_link {
	position: absolute;
	top: 40px;
	left: 0;
}

#sysadmin_link a,
#sysadmin_link a:visited {
	background: #777;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px 5px 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px rgba(70,70,70,0.5);
}



        div.auto_complete {
          width: 350px;
          background: #fff;
          display: inline-block;
          position: absolute;
        }
        div.auto_complete ul {
          border:1px solid #ddd;
          margin:0;
          padding:0;
          width:100%;
          list-style-type:none;
        }
        div.auto_complete ul li a{
          text-decoration: none;
        }
        div.auto_complete ul li {
          margin:0;
          padding:3px;
        }
        div.auto_complete ul li.selected {
          background-color: #ffb;
        }
        div.auto_complete ul strong.highlight {
          color: #800; 
          margin:0;
          padding:0;
        }


