/*********************************************
RESET MAIN STYLE
**********************************************/
* {
	outline:none;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#79757A;
	margin:0;
	padding:0;
	background:url(../images/bg_body.jpg) repeat-y center #0C0E74;
	height:100%;
}
h1 { font-size:22px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
img {
	border:0;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
.hideme {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearer {
	clear:both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.small-text {
	font-size:10px;
}
.padding-five {
	padding:5px;
}
.padding-ten {
	padding:10px;
}
.margin-ten {
	margin:10px auto;
}
.vmiddle {
	vertical-align:middle;
}
.vbottom {
	vertical-align:bottom;
}
.inline {
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
 *display: inline;
}
form {
	margin:0;
	padding:0;
}
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/****************************************************
GENERAL
*****************************************************/
.menu-border {
	background:url(../images/bar.png) no-repeat right;
}
h2.main-title {
	font-size:36px;
	color:#3B5998;
	font-weight:bold;
	background:none;
	padding-bottom:15px;
	width:auto;
	margin:0;
	margin-top:20px;
	text-shadow: 3px 3px 0px #ccc;
}
.row {
	display:block;
	width:auto;
	padding:2px;
	color:#900;
}
#wrap {
	display:block;
	width:980px;
	margin:auto;
}
#content {
	background:#FFF;
}
.clearField {
}
.clearFieldBlurred {
	color:#999;
}
.clearFieldActive {
	color: #000;
}
#top-bar {
	float:right;
	display:block;
	width:979px;
	height:21px;
	border-left:solid 1px #E1E1E1;
	background:url(../images/bg_top.jpg) repeat-x;
	margin-top:35px;
}
#login-link {
	padding:7px 33px;
	font-weight:bold;
	color:#333;
	text-shadow:1px 1px 0 #FFF;
}
#main-search {
	border-right:solid 1px #CECFD1;
	padding:2px 15px 1px;
}
#main-search #s {
	font-size:9px;
	background:url(../images/icon-search-mini.gif) no-repeat left #fff;
	padding-left:13px;
	border:solid 1px #999;
}
.contenido-api {
	margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
	line-height: .3 em; 
}
#welcome {
	margin-right: 10px;
	position: relative;
	text-align: right;
}
#newsticker-demo {
	width:555px;
	background:#E2E2E2;
	padding: 0px 12px 5px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	margin-right:40px;
	position: relative;
	float: right;
}
  
#newsticker-demo a { text-decoration:none; }  
#newsticker-demo img { border: 2px solid #FFFFFF; width: 100px; height: 75px; background:#FFFFFF; }  
  
#newsticker-demo .title {  
text-align:center;  
font-size:14px;  
font-weight:bold;  
padding:5px;  
}  
  
.newsticker-jcarousellite { width:555px; }  
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }  
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }  
.newsticker-jcarousellite .info { width:540px; padding: 17px 0px 10px 0px; }  
.newsticker-jcarousellite .info  a{ color:#000077; }  
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#888888; }  
  
.clear { clear: both; }
.bottom-line { border-bottom:dotted 1px #B0B0B0; }
#logo {
	display:block;
	position:absolute;
	margin-top:5px;
	margin-left:30px;
}
#navigation .left-nav {
    background: url("../images/bar-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 41px;
    width: 7px;
}
#navigation .right-nav {
    background: url("../images/bar-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 41px;
    width: 8px;
}
#navigation {
    display: block;
    float: left;
    height: 41px;
    position: relative;
    margin: auto auto auto 0px;
    width: 980px;
	top: 20px;
	left: 20px;
}
#navigation ul {
    background: url("../images/bar.png") repeat-x scroll right top transparent;
    height: 41px;
}
#navigation ul, #navigation ul li {
	float: left;
    font-size: 10px;
	font-weight:bold;
    line-height: 18px;
    list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li a {
    background: url("../images/bar.png") repeat-x scroll right top transparent;
    color: #000055;
    display: block;
    float: left;
    height: 41px;
    padding: 10px 28px;
    text-decoration: none;
}
.upload-button {
	height: 110px;
	margin-top: 200px;
	margin-left: 350px;
	position: absolute;
}
.square-green {
	background: #DDFFDD;
	border: solid 1px #00DD00;
	width: 400px;
	height: 150px;
	margin: 10px 0px 0px 25px;
}
.square-red {
	background: #FFDDDD;
	border: solid 1px #DD0000;
	width: 400px;
	height: 150px;
	margin: 10px 15px 0px 0px;
}
.header {
	padding: 20px 0px 0px 0px;
}
.inner {
	display:block;
	margin:0 20px;
	min-height:541px;
	padding: 135px 0px 0px 0px;
}
.contenido {
	padding: 20px 0px 0px 0px;
}
.light-gray {
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.welcome {
	margin-top:20px;
}
.btn-red {
	border:none;
	background:url(../images/bg_btn_red.jpg) bottom repeat-x #E20912;
	color:#FFF;
	padding:2px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.btn-blue {
	border:none;
	background:url(../images/bg_btn_blue.jpg) bottom repeat-x #3B5998;
	color:#FFF;
	padding:2px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.btn-blue:hover {
	cursor:pointer;
	background:#6D86B7;
	color:#FFF;
	text-decoration:none;
}
.btn-red:hover {
	cursor:pointer;
	background:#750707;
	color:#FFF;
	text-decoration:none;
}
.big-save {
	font-size:18px;
	padding:5px 10px;
}
.box-login input[type=text], .box-login input[type=password] {
	margin-right:10px;
	font-size:10px;
	margin-bottom:3px;
	vertical-align:middle;
}
.box-login {
	display:block;
	width:auto;
	background:url(../images/bg_box_sm.jpg) repeat-x top #fff;
	border:solid 1px #EAEAEB;
	margin-top:70px;
	width:550px;
	height:70px;
}
.box-login a {
	font-size:12px;
	font-weight:bold;
	color:#006;
	padding:26px 10px 26px 10px;
}
.home-login {
	width:450px;
	margin:auto;
	text-align:center;
}
.home-login .label {
	width:70px;
	text-align:right;
}
h1.error {
	background:red;
	color:#FFF;
	font-size:14px;
}
.continue {
	color:#231F20;
	font-size:12px;
	display:block;
	float:right;
	clear:both;
	background:url(../images/btn_continue.png) right no-repeat;
	margin:0;
	padding:2px 20px 2px 2px;
}
.MultiFile-remove {
	color:#DD0000;
	font-size:20px;
	padding: 15px;
}
.contacto {
	display:block;
	width:430px;
	margin:0px 247px;
}
.wide {
	display:block;
	width:auto;
	margin:85px 0;
	color:#333;
}
.pendiente {
	vertical-align:middle;
	background:url(../images/icons/alarm.png) left no-repeat;
	padding:3px;
	padding-left:25px;
	color:#900;
	font-weight:bold;
}
.completada {
	vertical-align:middle;
	background:url(../images/icons/rosette.png) left no-repeat;
	padding:3px;
	padding-left:25px;
	color:#030;
}
.zoom {
	display:block;
	width:auto;
	text-align:center;
	padding:3px;
}
.red {
	color:#F00;
	text-shadow:1px 1px 0 #ccc;
}
.green {
	color:#0C0;
	text-shadow:1px 1px 0 #ccc;
}
.yellow {
	color:#FFBF00;
	text-shadow:1px 1px 0 #666;
}
/****************************************************
FORM STYLING
*****************************************************/
.system-form {
	width:600px;
	margin:auto;
	background:#FFF;
	padding:10px;
	border:solid 1px #CCC;
}
legend {
	font-size:16px;
	font-weight:bold;
	color:#666;
	text-shadow:1px 1px 0 #fff;
}
#content label {
	display:block;
	padding:3px 0;
	color:#333;
	font-size:14px;
}
.ui-slider {
	clear:both;
	margin:15px;
	margin-bottom:25px;
}
fieldset {
	margin:25px auto;
}
textarea, input[type=text], select {
	color:#333;
}
.nicEdit-main {
	background:#FFF;
}
/****************************************************
TABS
*****************************************************/
.tabs, .tabs li {
	margin:0;
	padding:0;
	list-style:none;
	float:left
}
.tabs {
	width:100%;/*border-bottom:1px solid #ddd*/
}
.tabs li {
	margin-right:2px;
}
.tabs a {
	padding:0 10px;
	line-height:24px;
	display:block;
	height:24px;
	text-decoration:none;
	margin-bottom:-1px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	background:url(../images/bg_tab.jpg) repeat-x top #919395;
	color:#FFF;
	text-shadow:1px 1px 0 #666;
}
.tabs a:hover {
	background:#B2B1B3;
}
.tabs a.active, .tabs a.active:hover {
	background:url(../images/bg_tab_on.jpg) repeat-x bottom #000033;
	color:#FFF;
}
.tab {
	border:1px solid #ddd;
	clear:both;
	position:relative;
	padding:10px;
	background:url(../images/bg_box_md.jpg) repeat-x top #fff;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	/*color:#A6A8AA;*/
	color:#333;
	text-shadow:1px 1px 0 #fff;
	border-top:solid 5px #000033;
}
.tab h2 {
	margin-top:0;
	color:#000;
	font-size:16px;
}
/****************************************************
HOME STYLES
*****************************************************/
.home-sidebar {
	width:320px;
	margin:20px 0;
}
.home-right {
	width:600px;
	margin:20px 0;
}
#pg-news, #all-news, #retail-news {
	height:520px;
	width:300px;
	overflow:hidden;
}
#pg-news p, #all-news p, #retail-news p {
	text-align:left;
}
#estacionamiento, #pop, #toolkit, #twitt {
	height:230px;
	width:385px;
	margin-bottom:10px;
}
#marcas {
	width:150px;
	height:230px;
	margin-bottom:10px;
}
#marcas .container {
	background-color:#FFF;
	text-align:center;
	border:solid 1px #CCC;
	margin-top:30px;
}
#menudia {
	height:230px;
	width:150px;
	text-align:left;
}
#menudia {
	line-height:1.2em;
}
.hr {
	display:block;
	clear:both;
	width:auto;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #fff;
	margin:2px auto;
}
/****************************************************
VALIDATION
*****************************************************/
label.error {
	display: block;
	color:#000;
	clear:both;
	padding:3px;
	padding-left:18px;
	/*background:url(../images/icons/error.png) no-repeat left;*/
	background-color:#FCC;
	text-align:left;
}
/****************************************************
FOOTER
*****************************************************/
#footer {
	font-weight:bold;
	background:#A8A8A8;
	color:#FFF;
	text-align:center;
	border-top:solid 1px #B3B3B3;
	border-bottom:solid 1px #B3B3B3;
	width:auto;
	float:bottom;
	bottom: -1em;
}
/**************************************************
CALENDARIO
***************************************************/
.box-calendar {
	display:block;
	width:auto;
	background:url(../images/bg_box_sm.jpg) repeat-x top #fff;
	border:solid 1px #EAEAEB;
	width:300px;
	height:130px;
	margin-top:10px;
}
.mini-calendar {
	font-size:10px;
}
.mini-calendar td {
	text-align:center;
}
.mini-calendar a {
	color:#95979A;
	display:block;
	width:20px;
	height:15px;
}
.mini-calendar a:hover {
	background:#75777A;
	color:#FFF;
}
.mini-calendar a.clean {
	width:auto;
	height:auto;
}
.mini-calendar a.clean:hover {
	background:none;
	color:#000;
}
.mini-calendar .today {
	background:#333;
	color:#FFF;
	text-align:center;
}
.my-select {
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.big-calendar {
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
.big-calendar th {
	padding:3px;
	margin:3px;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
	background-color:#CCC;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-shadow:1px 1px 3px #666;
}
.big-calendar td {
	width:14%;
	vertical-align:top;
	height:100px;
	padding:3px;
	margin:3px;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
	background:#fff;
}
.big-calendar td.disabled {
	background:#F3F3F3;
}
.big-calendar .addevent {
	color:#CCC;
	font-weight:bold;
	font-size:10px;
	text-align:right;
	display:block;
	padding:4px 3px;
}
.big-calendar .addevent:hover {
	color:#333;
	text-decoration:none;
}
.big-calendar .day {
	display:block;
	padding:2px;
	width:15px;
	text-align:center;
	border:solid 1px #fff;
}
.big-calendar .day:hover {
	background:#FF9;
	border:solid 1px #FC3;
	text-decoration:none;
}
.big-calendar .today {
	background-color:#FF9;
}
.calendar-today {
	height:120px;
	margin:0 0 0 5px;
	overflow:auto;
	text-align:center;
	padding:3px;
}
#calendar-home {
	text-align:center;
	height:130px;
	padding:0 5px;
	font-size:11px;
}
#calendar-home a {
	color:#95979A;
	text-shadow:1px 1px 0 #FFF;
}
#calendar-home a:hover {
	color:#666;
}
#calendar-home p {
	border-bottom:solid 1px #F8F8F8;
	font-size:10px;
	border-bottom:solid 1px #EBEBEB;
	padding-bottom:2px;
}
#calendar-home p.current {
	background:#F7F7F7;
	border:solid 1px #CCC;
}
#calendar-home p.current a {
	color:#666;
}
.eventos {
	list-style:none;
	margin:0;
	padding:2px;
	font-size:10px;
	color:#666;
}
.eventos li {
	text-align:center;
}
.eventos .urgente {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#900;
}
/**************************************************
FIN DE CALENDARIO
***************************************************/
/**************************************************
ESTACIONAMIENTO
***************************************************/
a.coche1 {
	width:55px;
	height:25px;
	background-image:url(../images/icons/coche.png);
	background-repeat:no-repeat;
	background-position:-0px -0px;
	display:block;
}
a.coche1:hover {
	width:55px;
	height:25px;
	background-image:url(../images/icons/coche.png);
	background-repeat:no-repeat;
	background-position:-0px -28px;
}
a.on, span.on {
	width:55px;
	height:25px;
	background-image:url(../images/icons/coche.png);
	background-repeat:no-repeat;
	background-position:-0px -56px;
	display:block;
}
a.on:hover {
	width:55px;
	height:25px;
	background-image:url(../images/icons/coche.png);
	background-repeat:no-repeat;
	background-position:-0px -56px;
}
#cajones {
	height:175px;
	width:300px;
	text-align:center;
	margin:auto;
}
.veintycinco {
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
}
.veinte {
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
}
.quince {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
}
.diez {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
}
.cinco {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}
/**************************************************
FIN DE ESTACIONAMIENTO
***************************************************/
/**************************************************
SLIDER DE NOTICIAS
***************************************************/
.lg {
	background:#F9F9F9;
	border:solid 1px #CCC;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
}
.vertical, .vertical li, .news-slide, .news-slide li {
	margin:0;
	padding:0;
	list-style:none;
}
.news-slide li {
	width:301px;
	padding-right:50px;
}
.news-slide li h2 {
	font-size:18px;
	padding:0;
	margin:5px auto;
}
.news-slide li p {
	font-size:12px;
	padding:0;
	margin:5px auto;
}
.news-slide li p, .news-slide li h2 {
	text-align:center;
}
.bx_pager {
	text-align:right;
	margin-top:3px;
}
.bx_pager a {
	background-color:#666;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	padding: 2px;
	width:10px;
	text-align:center;
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
 *display: inline;
	text-shadow:1px 1px 0 #333;
}
.bx_pager a:hover, .bx_pager a.active {
	background-color:#000;
	text-decoration: none;
	text-shadow:1px 1px 0 #333;
}
/**************************************************
FIN DE SLIDER DE NOTICIAS
***************************************************/
#flashContent {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	margin:auto;
	z-index:99999;
}
/***********************************************************************
TWITTS
************************************************************************/
.btn-gray {
	zoom:1;
	background:#ddd url(http://s.twimg.com/a/1279322210/images/buttons/bg-btn.gif) repeat-x scroll 0 0;
	cursor:pointer;
	text-shadow:1px 1px 0 #fff!important;
	border-color:#ddd #ddd #ccc!important;
	border-style:solid;
	border-width:1px!important;
	text-decoration:none;
	padding:4px 8px 5px;
	line-height:14px;
	font-size:11px;
	font-family:"lucida grande", helvetica, tahoma, arial;
	display:inline-block;
	_display:inline;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.btn-gray:hover {
	color:#000;
	text-decoration:none;
	border:solid 1px #000;
}
.limite {
	font-size:14px;
	color:#999;
	font-weight:bold;
}
.twitt {
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #F4F4F4;
	padding:5px 0;
	font-size:11px;
	color:#333;
}
#twitts {
	height:130px;
	margin:2px 0;
	overflow-y:auto;
	overflow-x:hidden;
}
.twitt a {
	color:#F00;
}
.twitt a.author, .twitt b {
	font-size:12px;
	font-weight:bold;
}
.twitt .ago {
	font-size:11px;
	color:#999;
	padding-bottom:2px;
	display:block;
}
.twitt:hover {
	background-color:#f0f0f0;
}
#twitter {
	width:520px;
	margin:auto;
	font-size:16px;
	background-color:#fff;
	padding:10px 25px;
	border:solid 1px #ccc;
	box-shadow:5px 5px 20px #ccc;
	-webkit-box-shadow:5px 5px 20px #ccc;
	-moz-box-shadow: 5px 5px 20px #ccc;
}
#twitter .twitt {
	font-size:14px;
}
#twitter .limite {
	font-size:22px;
}
#twitter a.author, #twitter b {
	font-size:14px;
	font-weight:bold;
}
#twitter .more {
	display:block;
	padding:5px 0;
	width:520px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	margin:0 auto;
}
.box-sh {
	box-shadow:5px 5px 20px #ccc;
	-webkit-box-shadow:5px 5px 20px #ccc;
	-moz-box-shadow: 5px 5px 20px #ccc;
}
/************************************************************************
FIN DE TWITTS
*************************************************************************/
/*************************************************************************
ORDEN ALFABETICO
***************************************************************************/
/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
	
	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example
----------------------------------------------------------------- */

.listNav { margin:0 0 10px; }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }

#okMsg 
{
background-color: #c8ffbf;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #a2ef95;
border-right-color-value: #a2ef95;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #a2ef95;
border-left-color-value: #a2ef95;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 1.5em;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 1.5em;
padding-bottom: 0pt;
padding-left: 1.5em;
text-align: center;
}
.recuadro {
	background-color:#FFC;
	border:solid 1px #FF3;
	padding:5px;
	width:500px;
}
.recuadro2 {
	background-color:#F5F5F5;
	border:solid 1px #ccc;
	padding:5px;
	display:block;
	clear:both;
	margin:0 auto 20px;
}
.step_on, .step_off {
	padding:0 3px;
	font-weight:bold;
	background-color:#FF9;
	border:solid 1px #FC3;
}
.step_off {
	background-color:#fff;
	border:solid 1px #FBFBFB;
	color:#CCC;
}
.pasos {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	background-color:#ECEFFD;
	border:solid 1px #ccc;
	border-bottom:none;
	padding:5px 2px;
}
.pasos .detalle {
	font-size:12px;
	font-weight:normal;
}
#ajax_div {
	min-height:300px;
	height:300px;
	height:auto;
	display:none;
}
.cerrar {
	font-weight:normal;
	font-size:12px;
	color:#00F;
	padding-right:10px;
}
#example td {
	vertical-align:top;
}
textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#emoticons {
	position:absolute;
	padding:5px;
	background-color:#F7F7F7;
	border:solid 1px #ccc;
	display:none;
}
.fifth {
	width:16%;
	margin-right:2%;
	padding:3px 7px;
	/*height:200px;
	overflow:auto;*/
	border:solid 1px #CCC;
}
.fifth .inner {
	height:200px;
	overflow:auto;
	width:100%;
	padding:0;
	margin:0;
}