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, font, img, ins, kbd, q, s, samp,
small, strike, sub, 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: Arial,sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
    font-size: 12px;
	text-align: left;
	font-weight: normal;
}
big {
	font-size: 14px;
	font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
} 
.clear{
    float:none;
    clear:both;
    height:0;
    width:100%;
    display:block
}

.hide {
    display: none;
}
/*footer*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

#container {
    padding: 0 15px;
}

#footer, .push {
	height: 110px; /* .push must be the same height as .footer */
}

#footer {
    position: static;
}

/*common*/

html, body {
    height:100%;
}
a {
    text-decoration: none;
    color: #58b6dd;
}

a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #000;
	padding-bottom:10px;
}
h4 {
    font-size: 14px;
    font-weight: normal;
    color: #7f7f7f;
    padding-top: 2px;
	padding-bottom:10px;
}
p {
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
ul, ol {
    font-size: 12px;
    color: #000;
}
hr {
    height: 1px;
    background: none;
    overflow: hidden;
    border: none;
    border-bottom: 1px dashed #CCCCCC;
    margin: 10px 0;
    padding: 0;
    clear: both;
}

#top ul.buttons {
    position: absolute;
    top: 0;
	right: 20px;
}

#top ul.buttons li {
    float: left;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius:  0 0 6px 6px;
    height: 31px;  
    padding: 0 15px;
    margin-right:2px;
}

#top ul.buttons li.light {
    background: #e1e1e1 url(../images/app/bg/blue/loginas-button.gif) repeat-x top left;
}

#top ul.buttons li.dark {
    background: #424242 url(../images/app/bg/blue/logout-button.gif) repeat-x top left;
}

#top ul.buttons li.blue {
    background: #4baad7 url(../images/app/bg/blue/tab.gif) repeat-x top left;
}
#top ul.buttons li.red {
    margin-right:20px;
    background: #ff7979 url(../images/app/bg/bg_top_button_error.gif) repeat-x top left;
}
#top ul.buttons li.orange {
    margin-right:20px;
    background: #ffd65d url(../images/app/bg/bg_top_button_warning.gif) repeat-x top left;
}

#top ul.buttons li a {
    font-size: 11px;
    font-weight: bold;
    color: #7f7f7f;
    text-shadow: #fff 1px 1px;
    line-height: 30px;
}

#top ul.buttons li.dark a,#top ul.buttons li.red a, #top ul.buttons li.blue a {
    color: #fff;
    text-shadow: #000 1px 1px;
}


/* =============================== ALERT =============================== */

div.alert {
    height: 26px;
    padding-left: 34px;
    background: url(../images/bg/bg_alerts.gif) no-repeat top left;
    margin: 15px 0;
}

div.alert p {
    line-height: 1;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
}

div.error { background-position: center left; color: #ff0000; }

div.warning { background-position: top left; color: #f87800; }

div.info { background-position: bottom left; color: #274da7; }
/*detail-view

html{
	
}
table.det-view th#label, table.det-view td#value
{
	font-size: 0.9em;
	padding: 0.3em 0.6em;
	    color: #000000;
	font-size:12px;
	vertical-align: top;
}
table.det-view th#label
{
	text-align: right;
	width: 160px;
	padding-right: 20px;
    color: #000000;
	font-size:12px;
	font-weight:bold;
}
table.det-view .null
{
	color: pink;
}

table.det-view
{
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}


table.det-view tr.det-odd
{
	background:#ffffff;
}

table.det-view tr.det-even
{
	background:#ffffff;
}
*/

