/*
** reset all html elements
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
** Basic definitions
*/

/* force right scrollbar for Mozilla/Safari */
html { 
    height: 100%;
    margin-bottom: 1px;
    background:url(../images/layout/bg.gif) #647a8f repeat-x;
}
body {
	padding:0px;
	margin:0px;
	background:#fff;
	font:70% Arial, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS",Geneva, Verdana, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background:url(../images/layout/bgc.gif);
}

/* Cross-browser typographical normalization from Yahoo YUI */
table { font-size:inherit; }
/* 99% for safari; 100% is too large */
select, input, textarea {  font:99% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS",Geneva, Verdana, Arial, Helvetica, sans-serif; }
/* Bump up !IE to get to 13px equivalent */
pre, code { font:115% monospace; }

/* Basic link definition */
a { 
	background-color:inherit;
	color:#01adeb;
	text-decoration:underline;
}
a:hover { 
	background-color:inherit;
	color:#01adeb;
	text-decoration:none;
}
/* Override font properties */
font { 
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS",Geneva, Verdana, Arial, Helvetica, sans-serif; 
	/*font-size:inherit;*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

.hide {
	display:none;
}

input, 
select, 
textarea { 
	vertical-align:middle;
	color:#32373c;
	font-size:1em;
}
input.text, 
select, 
textarea { 
	padding:1px; 
	background-color:#fff; 
	color:inherit; 
	line-height:1.2em;
}
input.text:focus, 
textarea:focus { 
	background-color:#fff;
	color:inherit;
}
input.radio, 
input.checkbox { 
	margin:0 3px 0 0; 
	vertical-align:middle;
}
label { 
	vertical-align:middle;
}
label.radio, 
label.checkbox { 
	margin-right:1.5em;
}
/* Firefox fix */
option {
	padding-right:0.7em;
}

/* Float clearing workaround also working on Mozilla */

.clearer { 
	clear:both; 
	height:0px; 
	overflow:hidden; 
	margin-top:0px;
}

.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.tro_fixup_spacing {font-size:0;}

/************************** Styles for jquery jog plugin ***********************************/

/* The table that contains the log messages */
#jog-table {
    border: 1px;
    border-collapse: collapse;
}

/* Put a border below each log header and entry row */
#jog-table td, #jog-table th {
    border-bottom: 1px;
    border-style: solid;
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: baseline;
    text-align: left;
}

#jog-when,
#jog-table .jog-when {
    text-align: right;
}

/* A light-red background for Severe log rows ... */
#jog-table tr.jog-level-Severe > td,
#jog-table tr.jog-level-Alert > td {
    background: #ff9999;
}

/* ... except for the message itself (it makes it easier to read the message) */
#jog-table tr.jog-level-Severe > td.jog-message,
#jog-table tr.jog-level-Alert > td.jog-message {
    background: inherit;
}

/* A light-orange background for Warning and Config rows ... */
#jog-table tr.jog-level-Warning > td,
#jog-table tr.jog-level-Config > td {
    background: #ffcc99;
}

/* ... except for the message itself */
#jog-table tr.jog-level-Warning > td.jog-message,
#jog-table tr.jog-level-Config > td.jog-message {
    background: inherit;
}

/*default webpart forms input */
.utypiaWebPart-body input.text {color:#000000;}

.ui-dialog .ui-dialog-titlebar-close.ui-button-icon-only .ui-icon {left:0px;top:0px;margin:0px;}