/*   2004/05/26     jjimenez
*/
/* body, p, h1, h2, h3, ol, fieldset, legend */
* {
	font-family:	"Trebuchet MS", verdana,helvetica,arial,sans-serif;
	/*font-family:	sans-serif,verdana,arial;  */
	/*font-family:	Arial, Helvetica, sans-serif; */
	/*font-family:	serif,sans-serif,verdana,arial; */
	/*font-family:	Arial, Courier New, Georgia, Verdana,Geneva,'DejaVu Sans',sans-serif;  */
	font-size:	14px;
	/*color:		#484b4c;*/
	/*color:		#000066;*/
	/*color:		#003366;*/
	color:		#22479a;
}

body, frame {
	margin:	0px;
	margin-top:	0px;
	margin-left:	2px;
}
.n {
	font-weight:	normal !important;
}
b, .b {
	font-weight:	bold;
}
.o {
	font-weight:	bold;
	color:		#CDCDCD;
}
.c {
	font-weight:	bold;
	color:		#cc6600;
	font-style:	italic;
	border: 1px dotted #cc6600;
}
u, .u {
	text-decoration:	underline;
}
i, .i {
	font-style:	italic;
}
.p {
	font-family:	"Lucida Console", Monaco, monospace;
}
.block {
	display:	block;
}
.tacha, .tacha0 {
        text-decoration:        line-through double red !Important;
}
.tacha1 {
}
.tacha2 {
        text-decoration:        line-through wavy green !Important;
}
.tachar {
	background: url(/img/misc/linethrough.gif) repeat-x center left;
}
.ucfirst {
	text-transform: lowercase;
	color: blue;
} 
.ucfirst:first-letter {
	text-transform: capitalize;
}
.outline {
	color: white;
	text-shadow:	-1px -1px 0 #000000,
			 1px -1px 0 #000000,
			-1px  1px 0 #000000,
			 1px  1px 0 #000000,  
			-1px  0   0 #000000,
			 1px  0   0 #000000,
			 0    1px 0 #000000,
			 0   -1px 0 #000000;
}
.nr {
	white-space:		nowrap;
}
.border {
        border: 1px dotted #cc6600;
        padding: 0px 0px 0px 0px;
}
.right {
	text-align:	right !important;
}
.center {
	text-align:	center !important;
}
.less {
	font-size:	10px;
}
.alarm {
	background-color:       #ff6666;
	font-weight:		bold;
}
.indice0, .l1 {
	font-size:	11px;
}
.indice {
	font-size:	9px;
}
.indice2 {
	font-size:	5px;
}
.bindice {
	font-size:	9px;
	font-weight:	bold;
}
.sindice {
	font-size:	9px;
	color:		#CDCDCD;
}
.indicepre {
	font-size:      9px;
	line-height:	1.6;
}
.Nadal	{
	font-family:	Script, Brush Script MT, Comic Sans;
	font-size:	24pt;
	font-style:	italic;
}
address {
	font-size:	11px;
	font-style:	normal;
}
body.left {
	/* background-color:	#cccccc; */
	/* background-color:	#CDCDCD; */
	/* background-color:	##e0eaf5; */
	background-color:	#FFFFFF;
}
body.green {
	background-color:	rgb(152,251,152);
}
textarea,textarea.default {
	border:			1px solid #cccccc;
	background-color:	#f8f8f8;
	font-family:		"Lucida Console", Monaco, monospace !Important;
	box-shadow:		2px 2px 2px #ccc;
}
textarea.wrapon {
	width:		auto;
	max-width:	120ch;
	min-width:	120ch;
	white-space:	pre-wrap;
	resize:		vertical;
}
textarea.wrapoff {
	width:		120ch;
	white-space:	pre;
	resize:		both;
}
textarea.wrapon2 {
	width:		auto;
	max-width:	80ch;
	min-width:	80ch;
	white-space:	pre-wrap;
	resize:		vertical;
}
textarea.wrapoff2 {
	width:		80ch;
	white-space:	pre;
	resize:		both;
}
textarea.small {
	font-size:		10px;
}
textarea.mark {
	border:			1px solid #cccccc;
	background-color:	#ffffcc;
	outline-color:		blue;
	font-size:		12px;
}
select,select.default {
	text-align:		left;
	vertical-align:		middle;
	box-shadow: 2px 2px 2px #ccc;
}
select.min {
	height:                 18px;
	padding:                0px 20px 0px 0px;
	margin-top:		0px;
	box-shadow:		0px 0px 0px #ccc;
}
select.small {
	text-align:		left;
	height:			16px;
	padding:		0px;
	border:			0px;
	box-shadow: 0px 0px 0px #ccc;
}
select.msg {
	border:			0px solid #cccccc;
	background-color:	#f8f8f8;
	font-size:	9px;
	text-indent:		0px;
	text-align:		left;
}
textarea.bar,input.bar,select.bar {
	border:			0px !Important;
	height:			16px;
	width:			150px;
	background-color:	#ffffff;
	box-shadow: 0px 0px 0px;
}
select.ro,input.ro,textarea.ro {
	background-color:       #ffcccc;
}
input,input.default {
	border:			1px solid #cccccc;
	background-color:	#f8f8f8;
	padding: 0px;
	margin:                 0px 0pt 0px;
	box-shadow: 2px 2px 2px #ccc;
}

input[type=reset],input[type=buttom] {
	cursor:			pointer;
}
input[type=submit] {
	cursor:			pointer;
	font-weight: bold;
}
input[type=submit].small,input[type=reset].small,input[type=buttom].small {
	cursor:			pointer;
	text-indent:		2px;
	text-align:		center;
}
input[type=submit]:hover,input[type=reset]:hover,input[type=buttom]:hover {
	cursor:			pointer;
	height:			28;
}
input[type=checkbox], input[type=radio] {
	cursor:			pointer; 
	text-indent:		1px;
	text-align:		center;
	padding:		1px 1px 1px 1px;
	overflow: hidden;
}
input[type=image] {
	border:		0;
	margin:		0;
	padding:	0;
	margin-left:	0px;
	margin-right:	0px;
	margin-top:	0px;
	margin-bottom:	0px;
	text-decoration: none;
	vertical-align: middle;
}
input[type="time"]::-webkit-inner-spin-button { 
	-webkit-appearance: none;
	cursor:pointer;
	display: block;
	width:20px;
	color: red;
	text-align:center;
	position:relative;
} 
input:invalid { border:	2px solid red; }
input:valid { border:	1px solid green; }

h1	{
	font-size: 25px; /* 16px; */
	text-decoration:	none;
	font-weight: bold;
  	vertical-align:  top;
	border-bottom: 1px solid #333399;
}
/*
h2, .h2like	{
	font-size:	20px;
	text-decoration:	none;
	font-weight:	bold;
  	vertical-align:	top;
	border-bottom: 1px solid #333399;
}
*/
h2, .h2like	{
	font-size:		20px;
	font-weight:		bold;
	color:			#FFFFFF;
	background-color:	#22479a;
}
h3, .h3like	{
	font-size: 18px; /* 14px;*/
	font-weight: bold;
	text-indent: 0em;
	text-decoration:	none;
  	vertical-align:  top;
	border-bottom: 0px solid #333399;
}
h4, .h4like	{
	font-size: 16px; /* 13px; */
	font-weight: bold;
	text-indent: 1.7em;
	text-decoration:	none;
  	vertical-align:  top;
	border-bottom: 1px solid #333399;
}

a.admin {
	text-decoration:	none !important;
	border-bottom:		double 4px;
}

a.left:link, a.left:visited, .likealeft {
	background-color:	transparent;
	display:		block;
	white-space:		nowrap;
	text-decoration:        none !important;
	font-size:		16px;
	font-weight:		bold;
}

a.left2:link, a.left2:visited {
	background-color:	transparent;
	font-weight:		bold;
	border-top:		1px solid #dcdcdc;
	border-bottom:		1px solid #dcdcdc;
	display:		block;
	white-space:		nowrap;
	text-decoration:        none !important;
}

a, a:link, a:visited, .likea {
	/*color:			#387db2;*/
	background-color:	transparent;
	font-weight:		bold;
	text-decoration:	underline	!important;
	font-size:              inherit;
	cursor:			pointer;
}

a:hover	{
	background-color:	#dcdcdc;
}

a.likepre:link, a.likepre:visited {
	font-family:		"Lucida Console", Monaco, monospace;
	/* color:			#ff0000; */
	color:			currentcolor;
	background-color:	transparent;
	text-decoration:	none;
	font-size:              inherit;
}
a.big:link, a.big:visited {
	font-size:1.3em !Important;
	font-weight: bold;
}
a.small, a.small:link, a.small:visited {
	font-size:	9px;
}
a.small:hover	{
	text-decoration:	underline;
}
a.bar:link, a.bar:visited {
        font-size:		18px;
        font-weight:		bold;
	padding:		0px;
	margin-top:		0;
	text-decoration:	none !Important;
}
table.bar	{
	padding:         0px;
	border-spacing:  0px;
	border:          1px;
	margin:          0px;
	border-style:	solid;
	border-color:	#e0eaf5;
	border-collapse: collapse;
	table-layout:	fixed;
	width:		100%;
}
table.index {
	padding:         0px;
	border:          0px;
	margin:          0px;
	border-spacing:  2px;
	border-collapse: separate;
	box-shadow: 2px 2px 2px #ccc;

}
caption {
	font-size:		150%;
}
caption.small {
	font-size:		7pt;
	font-weight:		bold;
	color:			#FFFFFF;
	background-color:	#86acd5;
	padding:         0;
	margin-left:     0;
	margin-right:    0;
	margin:          0;
}
caption.olive {
	font-size:		9pt;
	font-weight:		bold;
	background-color:	#CDCDCD;
	padding:         0;
	margin-left:     0;
	margin-right:    0;
	margin:          0;
}
.icaption {
	font-size:		9px;
	font-weight:		bold;
	color:			#FFFFFF;
	padding:         0;
	margin-left:     0;
	margin-right:    0;
	margin:          0;
}
caption.olive2 {
	font-weight:		bold;
	background-color:	#CDCDCD;
	padding:         0;
	margin-left:     0;
	margin-right:    0;
	margin:          0;
}
tr {
	border-width:	0px;
	padding:         0;
	margin-left:     1em;
	margin-right:    0;
	margin:          0;
	}
tr.title {
	/* background-color:          #cccccc; */
	background-color:          #d0dfe8;
}
/*
tr.ov:hover {
	background-color:	#ffcc99;
	font-weight:		bold;
}
*/
td {
	padding:	0;
	vertical-align:	top;
	margin-left:     0;
	margin-right:    0;
	margin:          0;
	margin-left:     2em;
}
td.min {
	padding:	0	!Important;
	margin-left:	0	!Important;
	margin-right:	0	!Important;
	margin:		0	!Important;
	margin-top:	0	!Important;
	margin-bottom:	0	!Important;
}
td.title {
	/* background-color:          #cccccc; */
	background-color:          #d0dfe8;
}
td.gordo {
	font-size:   35px;
	font-weight:		bold;
	color:			#FFFFFF;
	background-color:	#333366;
	text-align:		center;
	padding:         0;
	vertical-align:  top;
	border-spacing:	0;
	margin-left:     20;
	margin-right:    20;
	margin:          20;
}
td.cbold {
	font-weight:		bold;
	color:			#FFFFFF;
	background-color:	#333366;
	padding:         0;
	vertical-align:  top;
	border-spacing:	0;
	margin-left:     0;
	margin-right:    0;
	margin:          0;
}
td.cborder {
	padding:         0;
	vertical-align:  top;
	border-spacing:	0;
	margin-left:     0;
	margin-right:    0;
	margin:          0;
	border-color: #333366 #ffffff #ffffff #ffffff;
}
td.screw {
	/* background:	#9999ff;  */
	background:	#8dbdd8; 
	width:		16pt;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
	/* border-top-left-radius: 8px; */
	/* border-bottom-left-radius: 8px; */
}
td.index {
	/* background:	#cccccc; */
	/* background:	#d0dfe8; */
	background:	#dfe9f3;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #F0F0F6 #F0F0F6 #F0F0F6 #F0F0F6;
	border-collapse: separate;
	/* border-top-right-radius: 8px; */
	/* border-bottom-right-radius: 8px; */
}
td.sright {
	font-size:   10px;
	text-align:	right;
}
.suar {
	font-size:   25px;
	font-weight:		bold;
	color:			#FFFFFF;
	background-color:	#333366;
	text-align:		center;
	vertical-align:  middle;
	margin-left:     20;
	margin-right:    20;
	margin:          20;
}
th {
	padding:	0;
	vertical-align:	top;
	text-align:	left;
	font-weight:	bold;
	margin-left:	2px;
	margin-right:	2px;
	margin:		0;
}
td.small,th.small {
	font-size:	9px;
}
td.right,th.right {
	text-align:	right;
}
td.center,th.center {
	text-align:	center;
}
td.captioncol1,th.captioncol1 {
	background-color:	#86acd5;
	text-align:		left;
	color:			#FFFFFF;
}
td.captioncol2,th.captioncol2 {
	background-color:	#86ac00;
	text-align:		left;
	color:			#FFFFFF;
}
td.caption,th.caption {
	color:			#FFFFFF;
	background-color:	#86acd5;
}
td.olive,th.olive {
	background-color:	#CDCDCD;
}
td.indioli,th.indioli {
	font-size:	9px;
	background-color:	#CDCDCD;
}
td.caption2,th.caption2 {
	color:			#FFFFFF;
	background-color:	#333366;
	font-size:		11px;
}
.cols1 {
	background-color:	white;
}
.cols1s {
	background-color:	white;
	font-size:		11px;
}
.cols2 {
	background-color:	#F0F0F6;
}
.cols3 {
	background-color:       #CDCDCD;
}
.cols2s {
	background-color:	#F0F0F6;
	font-size:		11px;
}
.colgreen {
	background-color:	rgb(152,251,152) !important;
	cursor:			help;
}
.chargreen {
	color:			rgb(152,251,152);
	cursor:			help;
}
.charyellow {
	color:	#ffff66;
	cursor:			help;
}
.charred {
	color:	#d96969	!Important;
	cursor:			help;
}
.charred2 {
	color:	red	!Important;
	cursor:			help;
}
.colred {
	/* background-color:	#ff6666; */
	/*background-color:	#d96969 !important;*/
	background-color:	#F5A9A9 !important;
	cursor:			help;
}
.colgreens {
	background-color:	rgb(152,251,152);
	cursor:			help;
	font-size:	11px;
}
.colreds {
	background-color:	#d96969;
	cursor:			help;
	font-size:	11px;
}
.colyellow {
	background-color:	#ffff66 !important;
}
.colblue {
	background-color:	LightBlue  !important;
}
.olive {
	background-color:	#CDCDCD;
	/* background-color:	#666600; */
	/* background: linear-gradient(top, #666600 10%, #609030 59%);
	/* background: -moz-linear-gradient(top, #666600 10%, #609030 59%); /* Mozilla/Gecko */
	/* background: -webkit-linear-gradient(top, #666600 10%, #609030 59%); /* Safari, Google Chrome */
        /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666600, endColorstr=#609030); /* IE 5.5 - 7 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#666600, endColorstr=#609030)"; /* IE 8 */
}
input.small {
	font-size:	11px;
	height:		12px;
	margin:		0;
}
input.captions {
	font-size:		11px;
	font-weight:		bold;
	color:			#FFFFFF;
	background-color:	#86acd5;
	margin:          0;
	border:			0px;
}
input.proh {
	color:			#333366;
	border:			0px;
	background-color:	transparent;
	margin-left:		0px;
	margin-right:		0px;
	margin:			0;
}
img {
	border:		0;
	margin:		0;
	padding:	0;
	margin-left:	0px;
	margin-right:	0px;
	margin-top:	0px;
	margin-bottom:	0px;
	text-decoration: none;
	vertical-align: middle;
}
img.b6 {
	border:         0;
	margin:         0;
	padding:        0;
	margin-left:    6px;
	margin-right:   6px;
	margin-top:     6px;
	margin-bottom:  6px;
	text-decoration: none;
	vertical-align: middle;
}

img.middle {
	border:          0;
	margin:          0;
	padding:         0;
	text-decoration: none;
	vertical-align:  middle;
}
img.bar {
	border:          0;
	margin:          0;
	padding:         0;
	text-decoration: none;
	vertical-align:  middle;
}
img.b {
	border:	1px solid #484b4c;
}
img.shadow {
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 4px; /* This creates a border around the image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: 8px 8px 8px 8px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}
tt	{
	font-family:   "Lucida Console", Monaco, monospace;
	background-color:	#e7e7ce;
}
pre, .likepre {
	font-family:   "Lucida Console", Monaco, monospace;
	font-size:	14px;
	margin-left:   0;
	margin-bottom: 0;
}
pre.big {
	font-family:   "Lucida Console", Monaco, monospace;
	font-size:	14px;
	margin-left:   0;
	margin-bottom: 0;
}
pre.small {
	font-size:	10px;
	margin-left:   0;
	margin-bottom: 0;
}
pre.green {
	font-size:	11px;
	background-color:	rgb(152,251,152);
}
pre.red {
	font-size:	11px;
	background-color:	#ff6666;
}
pre.yellow {
	font-size:	11px;
	background-color:	#ffff66;
}
pre.incmail, .incmail {
        font-size:      14px;
}
pre.inc {
	font-size:	14px;
}
pre.inc2 {
	font-size:	11px;
}

fieldset {
	/* border: 1px dotted #333366; */
	margin-left:	1px;
	margin-right:	1px;
	margin-top:	1px;
	margin-bottom:	1px;
	padding:	1px;
	vertical-align:	top;
}

legend {
	/* border: 1px dotted #333366; */
	margin-left:	1px;
	margin-right:	1px;
	margin-top:	1px;
	margin-bottom:	1px;
	padding:	1px;
}

fieldset.chat {
	border: 1px solid black;
	margin-left:	0px;
	margin-right:	0px;
	margin-top:	0px;
	margin-bottom:	0px;
	padding:	0em;
	vertical-align:	top;
	/* text-align:	top; */
}
legend.chat {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding: 0em;
	font-weight: bold;
}

fieldset.ok {
        background-color:       rgb(152,251,152);
        font-family:    "Comic Sans MS", cursive, sans-serif;
}

fieldset.warning {
	background-color:	#ffff66;
	font-family:	"Comic Sans MS", cursive, sans-serif;
}

fieldset.error {
	background-color:	#ff6666;
}
fieldset.grey {
	background-color:	#e7e7ce;
        border: solid 0px;
        margin-right:   20px;
}
fieldset.small {
	font-size:	11px;
}

ol {
	color:       #333366;
	vertical-align: top;
	counter-reset: item;
}
ol > li {
	counter-increment: item;
}

ol ol > li {
	display: block;
}

ol ol > li:before {
	content: counters(item, ".") ". ";
	/* margin-left: -20px; */
}
ul {
	list-style:		url("/img/bullets/orgsqare.png");
	margin-right:	10px;
	color:       #333366;
	vertical-align: top;
}
li {
	vertical-align: top;
	/* text-align:	top; */
}
ul.title {
	list-style:		url("/img/bullets/orgsqare.png");
	margin-right:	10px;
	color:       #333366;
	margin-left:     0px;
	padding:	0;
}
li.tit {
	color:       #333366;
	font-weight:		bold;
	text-decoration:        underline;
}
li.title {
	list-style-type: none;
	list-style: none;
	color:       #333366;
	margin-left:     0px;
}
div.cbox {
	width:			20px;
	max-width:		20px;
	height:			80px;
	overflow:		visible;
	line-height:		7px;
	border-top:		solid;
	border-top-width:	1px;
	text-align:		left;
}

td.cbox {
	line-height:		6px;
	text-align:		left;
	font-size:		9px;
	border-left:		solid;
	border-left-width:	1px;
	border-top:		solid;
	border-top-width:	1px;
	text-align:		center;
}
td.cbox1 {
	line-height:		6px;
	text-align:		left;
	font-size:		9px;
	border-left:		solid;
	border-left-width:	1px;
	border-top:		solid;
	border-top-width:	1px;
	text-align:		center;
}
td.cbox2 {
	line-height:		6px;
	text-align:		left;
	font-size:		9px;
	border-right:		solid;
	border-right-width:	1px;
	border-top:		solid;
	border-top-width:	1px;
	text-align:		center;
}
td.cboxb {
	text-align:		left;
	font-size:		9px;
	border-left:		solid;
	border-left-width:	0px; 
	font-weight:		bold;
	color:			#FFFFFF;
	background-color:	#333366;
	text-align:		center;
}
button {
	padding: 0px;
}
.leftMenu {
    display: inline-block;
    text-align: left;
    float: left;
    width: 250px;
    /* height: 94vh; */
    border: 0px solid #778390;
    background-color: white;
}
.leftMenu ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.leftMenu li {
    text-align: left;
    border-bottom: 1px solid #22479a;
    padding-bottom: 1px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 14px;
}

.leftMenu li:hover {
    background-color: #5d9eca;
}

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}
#scroll-pane {
	float:		left;
	overflow:	auto;
	position:	relative;
	display:	inline;
}
/*
.ui-accordion-content {
        margin-top: -10px !Important;
        margin-left: 0px !Important;
        margin-right: 0px !Important;
}
*/

#tabs, #SacTabs2 ul li a {
        padding: 3px 3px        !Important;
}

#SacTabs {
        display: none;
}

.ui-menu { width: 150px; border: 0;}
.list-group  {
      margin-bottom:0px;
}
.list-group-item {
        padding:        2px;
        display:        block;
        border:         1px solid #DDD;
        border-left:    0px;
        border-right:   0px;
        margin-left:    -30px;
        margin-bottom:  0px;
        margin-top:     -1px;
        white-space:            nowrap;
}

.ui-selectmenu-button span.ui-selectmenu-text {
        /* text-align: left; */
        padding:	0px;
        display:	block;
        line-height:	1.8;
        overflow:	hidden;
        text-overflow:	ellipsis;
        white-space:	nowrap;
}

.ui-progressbar {
	position: relative;
}
.progress-label {
	position:	absolute;
	left:		20%;
	top:		-2px;
	font-weight:	normal;
	font-size:	80%;
	text-shadow:	1px 1px 0 #fff;
}
table.SacTable, table.SacTableS, table.SacTableF, table.SacTableSF  {
	width:			100%;
	position:		relative;
	background-color:	#fff;
	margin:			10px 0 15px;
	text-align:		left;
	border-spacing:		0;
	border:			#ccc 1px solid;
	border-width:		1px 0 0 1px;
	display:		none;
}
.SacTable th,.SacTable td {
	border:#ccc 1px solid;
	border-width:0 1px 1px 0
}
.SacTable th,.SacTable thead td {
	font:12px/18px Arial,Sans-serif;
	color:#555;
	background-color:#f6f8f9;
	border-collapse:collapse;
	padding:4px;
	text-shadow:0 1px 0 rgba(255,255,255,0.7)
}
.SacTable tbody td,.SacTable tfoot th,.SacTable tfoot td {
	padding:4px;
	vertical-align:top
}
.SacTable .header,.SacTable .tablesorter-header {
	background-color:#f6f8f9;
	background-position:center right;
	background-repeat:no-repeat;
	padding:4px 20px 4px 4px;
	white-space:normal;
	cursor:pointer
}
.SacTable td {
	color:#333
}

div.polaroid {
	width: 294px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #BFBFBF;
	background-color: white;
	box-shadow: 10px 10px 5px #aaaaaa;
}

div.rotate_right {
	float: left;
	-ms-transform: rotate(7deg); /* IE 9 */
	-webkit-transform: rotate(7deg); /* Safari */
	transform: rotate(7deg);
}

div.rotate_left {
	float: left;
	-ms-transform: rotate(-8deg); /* IE 9 */
	-webkit-transform: rotate(-8deg); /* Safari */
	transform: rotate(-8deg);
}
.marquee {
	width: 95%;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #003366;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}
#chat_wrapper, #lchat_oginform {
    margin:0 auto;
    padding-bottom:25px;
    background:#EBF4FB;
    width:704px;
    border:1px solid #ACD8F0; }

#chat_loginform { padding-top:18px; }

#chat_loginform p { margin: 5px; }

#chat_chatbox {
    text-align:left;
    margin:0 auto;
    margin-bottom:25px;
    padding:10px;
    background:#fff;
    height:270px;
    width:630px;
    border:1px solid #ACD8F0;
    overflow:auto; }

#chat_usermsg {
    width:395px;
    border:1px solid #ACD8F0; }

#chat_submit	{ width: 60px; }
#chat_menu	{ padding:12.5px 25px 12.5px 25px; }
.chat_welcome	{ float:left; }
.chat_logout	{ float:right; }
.chat_msgln	{ margin:0 0 2px 0; }
.ui-checkboxradio-checked       {
        background:     #CDCDCD !Important;
}

