﻿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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************************/

html {
    height: 100%;
    background-color: rgb(0,106,180);
}
#clinixHtml {
     height: 100%;
    background-color:#ff7a01;
}
body {
    height: 100%;
    overflow: hidden;
}



.vcLogo {
    float: left;
   
    padding-top: -10px;
}

.bsLogo {
    margin: 0 auto;
}

#topBar {
    background-color: #fff;
    height: 140px;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
}

.shadow {
    background-color: #fff;
    height: 140px;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
}

#content {
    width: 100%;
    height: 100%;
}

#login {
    font-family: 'Verdana';
    font-size: 1.0em;
    width: 350px;
    margin: 100px auto;
}

.lable {
    color: #DBDBDB;
}

#loginForm
{
	margin-top:-50px;
}

input[type="text"], input[type="password"] {
    font-family: 'Verdana';
    font-size: 1.0em;
    margin-top: 5px;
    width: 350px;
    height: 35px;
    border: 1px solid #B6B7B7;
    border-radius: 6px;
    padding-left: 5px;
    color: #8E8E8E;

    border: 1px solid #347EAF;
    -webkit-box-shadow:0 0 10px 1px #aaa inset;
    -moz-box-shadow:   0 0 10px 1px #aaa inset;
    box-shadow:        0 0 10px 1px #aaa inset;
}


input[type="submit"] {
    float: right;
    font-family: 'Verdana';
    font-size: 1.0em;
    padding-left: 30px;
    padding-right: 30px;
    height: 35px;
    color: #fff;
    background-color: #006AB4;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.submit {
    float: right;
	text-align:center;
    font-family: 'Verdana';
    font-size: 1.0em;
    padding-left: 30px;
    padding-right: 30px;
    height: 35px;
    color: #fff;
    background-color: #006AB4;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.submit:hover {
    background-color: white !important; 
    cursor: pointer;
}

input[type="reset"] {
    float: left;
    font-family: 'Verdana';
    font-size: 1.0em;
    padding-left: 30px;
    padding-right: 30px;
    height: 35px;
    color: #006AB4;
    background-color: #FFF;
    border: 1px solid #DBDBDB;
    margin-right: 10px;
}

input[type="reset"]:hover {
    background-color: #006AB4;
    color: #fff;
    cursor: pointer;
}


#footer {
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;

    -webkit-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.75);
}

#navDiv {
    position: absolute;
    width: 400px%;
    float: right;
    height: 25px;
}

#nav {
    position: fixed;
    bottom: 0px;
    margin-bottom: 5px;
	height: 25px;
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#nav li {
    float: left;
}

#nav a {
    color: #006AB4;
    font-family: "Verdana";
    font-size: 0.9em;
    display: block;
    text-align: center;
    padding: 5px 10px;
    height: 20px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;

    -moz-transition-property: color;  /* FF4+ */
    -moz-transition-duration: 0.5s;
    -webkit-transition-property: color;  /* Saf3.2+, Chrome */
    -webkit-transition-duration: 0.5s;
    -o-transition-property: color;  /* Opera 10.5+ */
    -o-transition-duration: 0.5s;
    -ms-transition-property: color;  /* IE10? */
    -ms-transition-duration: 0.5s;
    transition-property: all;  /* Standard */
    transition-duration: 0.5s;
}

#nav a:hover, #nav a:active {
    color: #fff;
    background-color: #006AB4;
}

p {
    margin-left: 10px;
    font-size: 10pt;
    margin-top: 10%;
    font-family: Tahoma; font-size: 10pt;
}

#eminem{
min-width:940px;
margin:0 auto;}
#addedInfoPanel{position:absolute; right:20px; top:180px; width:30%; list-style:none; color:#fff}
#compatInfoPanel{position:absolute; left:20px; top:0px; width:30%;margin-top: 0px; list-style:none;color: #006AB4}



#navDivClinix {
    position: absolute;
    width: 400px;
    float: right;
    height: 25px;
}

#navClinix {
    position: fixed;
    bottom: 0px;
    margin-bottom: 5px;
	height: 25px;
}

#navClinix ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#navClinix li {
    float: left;
}

#navClinix a {
    color: darkgrey;
    font-family: "Verdana";
    font-size: 0.9em;
    display: block;
    text-align: center;
    padding: 5px 10px;
    height: 40px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;

    -moz-transition-property: color;  /* FF4+ */
    -moz-transition-duration: 0.5s;
    -webkit-transition-property: color;  /* Saf3.2+, Chrome */
    -webkit-transition-duration: 0.5s;
    -o-transition-property: color;  /* Opera 10.5+ */
    -o-transition-duration: 0.5s;
    -ms-transition-property: color;  /* IE10? */
    -ms-transition-duration: 0.5s;
    transition-property: all;  /* Standard */
    transition-duration: 0.5s;
}

#navClinix a:hover, #navClinix a:active {
    color: #fff;
    background-color: #ff7a01;
}