body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	background: #fff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a {
	cursor:pointer;
	color:#3b5998;
	-moz-outline-style:none;
	text-decoration:none
}

div#container {
	font-size: 16px;
	margin: 0 auto;
	margin-top: 20px;
	background: #fff;
	padding: 5px;
}

div#Contacts {
	border: 1px solid #aaa;
	height: 100px;
	overflow: auto;
	width: 640px;
	background: #eee;
}

input#empSearch {
	width: 630px;
}

div#senderInfo input.iText {
	font-size: 16px;
	border: 1px solid #aaa;
	padding: 5px;
	min-width: 360px;
	color: navy;
}

div#senderInfo p {
	margin-top: 3px;
}

div#senderInfo h3 {
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

div#uploadContainer {
/*	display: none;*/
}

div#thankYou {
	display: none;
	background: #CEF2E0;
	width: 600px;
	text-align: center;
	padding: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
}

h1 {
	text-align: center;
	color: navy;
	margin: 0;
}

span.optional {
	color: #4E5580;
	font-size: 12px;
}

div#login {
	width: 150px;
	margin-left: 30px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #000;
	padding: 5px;
	border: 1px solid #aaa;
	cursor: pointer;
	position: absolute;
	top: 80px;
	left: 250px;
}

div#login:hover {
	background: #eee;
}

div#dialogLogin {
		display: none;
}

.hidden {
	display: none;
}

.emailForm {
	margin-bottom: 5px;
	width: 100%;
}

.outputMsg {
	border: 1px solid red;
	padding: 10px;
	background: #eee;
	margin-top: 10px;
	white-space: pre-line;
}

.emailForm td, .emailForm th {
	padding: 5px;
	text-align: left;
	
}

div#dialogLogin {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

div.highlight {
	border: 1px solid #a0a0a0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #fff;
}

input.date {
	width: 110px;
}

div#additionalSettings {
	display: none;
}

div#publicUrl {
	background: #E8FFE2;
}

div#privateUrl {
	background: #FFE3E3;
	display: none;
}

div.finishUrl {
	padding: 10px;
	padding-top: 1px;
	margin-bottom: 50px;
}

div.finishUrl h2 {
	margin: 0;
}


h2 {
	margin-top: 5px;
}

p.success {
	color: #339933;
	font-weight: bold;
	font-size: 20px;
}


.msgOutput {
	display: none;
        border: 1px solid red;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        padding-bottom: 15px;
}

.msgOutput.success, .xmsg_success {
        border: 1px solid #008000;
        background: #EEFFEA;
        text-align: center;
        padding: 5px;
        font-size: 14px;
}

.msgOutput.failed, .xmsg_failed {
        border: 1px solid #FF0000;
        background: #FFEBE8;
        text-align: center;
        padding: 5px;
        font-size: 14px;
}

.msgOutput div.closeMe {
        color: #000;
        font-size: 10px;
        cursor: pointer;
        color:#3b5998;
        text-align: right;
        padding: 5px;
	float: right;
}

.msgOutput .msg {
}

div#loginForm {
	border: 1px solid #aaa;
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 10px;
}

div#loginForm h3 {
	border-bottom: 1px solid #aaa;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	padding-bottom: 5px;
	color:  #1C2A47;
}


div#loginForm table {
	text-align: center;
	margin: 0 auto;

	margin-top: 10px;
	margin-bottom: 10px;
}


div#loginForm table th {
	color: #555;
		color: red;

	width: 200px;
}

div#loginForm table td {
	text-align: left;
}

div#loginForm table td input {
	border: 1px solid #BDC7D8;
	padding: 5px;
}

div#headerBackground {
	background: #e3e3e3;
	height: 85px;
	position: absolute;
	width: 100%;
}

div#header {
	position: relative;
	height: 85px;
}

div#headerRight {
	color: #fff;
	margin-left: 60px;
	height: 100%;
}

div#headerRight a {
	color: #fff;
}

div#headerRight table {
	margin: 0 auto;
}

div#headerLeft {
	margin-top: 15px;
}

div.floatLeft {
	float: left;
}

div.clearfix {
	clear: both;
}

div#header p {
	margin: 0;
	padding:0;
	color: #fff;
	font-size: 13px;
	font-style: italic;
}

div#header h3 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	color: #fff;
	font-size: 42px;
	line-height: 50px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

div#header h3 a {
	color: #fff;
}

div#header p#subtext {
	color: #c0c0c0;
}

div#header h3 span#vik {
	color: #CC6162;
}

div#globalContainer {
	width: 860px;
	margin: 0 auto;
}

table#tblLogin {
	text-align: left;
	color: #0c2d48;
}

table#tblLogin td {
	padding: 1px;
	padding-right: 5px;
	padding-top: 4px;
}

table#tblLogin td input {
	padding: 0;
	margin: 0;
}

table#tblLogin td input.login {
	border: 1px solid #aaa;
	padding: 2px;
	font-size: 12px;
	width: 150px;
}

ol.topMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

ol.topMenu li {
	font-size: 14px;
	float: left;
	margin-right: 10px;
	padding: 10px;
	background: #233142;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

ol.topMenu li.selected {
	background: #fff;
}

ol.topMenu li:hover {
	background: #fff;
}

ol.topMenu li.selected a, ol.topMenu li:hover a {
	color: #000 !important;
}

.xmsg_success {
        border: 1px solid #008000;
        background: #EEFFEA;
	text-align: center;
        padding: 5px;
        font-size: 14px;
}

.xmsg_failed {
        border: 1px solid #FF0000;
        background: #FFEBE8;
        text-align: center;
        padding: 5px;
       	font-size: 14px;
}

.info {
        border: 1px solid #008000;
        background: #EEFFEA;
	text-align: center;
        padding: 5px;
        font-size: 14px;
}

.center {
	text-align: center;
}


.uploadifyQueueItem {
	margin: 0 auto;

}
#uploadTop {
}

.troubleshoot {
	background: #F8F9FF;
	border: 1px solid #172269;
	padding: 10px;
	width: 400px;
	margin: 0 auto;
	margin-top: 30px;
}

.troubleshoot h3 {
	margin: 0;
	margin-bottom: 10px;
}

.hover tr:hover {
	background: #FFFFA6;
}

.tblSender {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

.tblSender td, .tblSender th {
	padding: 5px;
	border-bottom: 1px solid #aaa;
}


.tblSender th {
	background: #eee;
	text-align: left;
}

h4 {
	border-bottom: 1px solid #aaa;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #283D68;
	color: #4569B3;
}

.tblList {
	border: 1px solid #213253;
}

.tblList tr td, .tblList tr th {
	padding: 5px;

}

.tblList tr th {
	background: #455d7a;
	color: #fff;
}
.tblList tr.highlight {
	background: #eee;
}

.center {
	margin: 0 auto;
}

#tblMyFiles {
//	width: 700px;
	width: 100%;
}

div.inputQuestion {
	text-align: center;
}

div.inputQuestion input#submit {
	padding: 5px;
	font-size: 20px;
}
div.inputQuestion input#secret {
	padding: 10px;
	width: 200px;
	font-size: 20px;
}

div.inputQuestion h1 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
}

#msgOut {
	border: 1px solid #c0c0c0;
	padding: 5px;
}


div#devicesViewTabsBox {
        margin-top: 10px;
}

div#tabsContent {
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

div#devicesViewTabsBox ul {
        margin: 0;
        border-bottom: 1px solid #aaa;
        list-style-type: none;
        padding: 3px 10px 3px 10px;
        text-align: center;
}

div#devicesViewTabsBox ul li {
        display: inline;
        position: relative;
        top: 0px;
        margin-left: 5px;
        margin-right: 0px;
        padding: 3px 4px;
        border: 1px solid #aaa;
        background: #ececec;
        text-decoration: none;
//        border-bottom: none;
        cursor: pointer;
}

div#devicesViewTabsBox ul li, div#devicesViewTabsBox ul li a {
        color: #555;
}

div#devicesViewTabsBox li.selected {
        background: #fff;
        border-bottom: 1px solid #fff;
}

div#devicesViewTabsBox li:hover {
        background: #fff;
}

.button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-decoration: none;
	color: initial;
}

.done {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.txtCritical {
	color: red;
	font-weight: bold;
}

.txtGood {
	color: green;
}

.txtNotice {
	color: blue;
}

#formSettings {
	text-align: left;
}

#formSettings td {
	padding: 3px;
}

.small {
	font-size: 11px;
}

#urlDownload {
	font-size: 20px;
	color: navy;
}

#urlHighlight {
	font-size:14px;
	padding: 5px;
	text-align: center;
}

.login_button{
	width: 80px;
    height:45px;
    border:none;
    border-radius:5px;
    font-size:17px;
    font-weight:600;
    color:#fff;
    background-color:#1859c9;
    cursor:pointer;
	margin-top: 10px;
}

.button_div{   
	width: 580px;
    display:flex;
    justify-content:right;
    border-radius:7px;
    padding:7px;
}

.login_button:hover{
    background-color:#1859c9db;
}

div.tokenExample {
	background: #fff;
	margin-top: 5px;
	border: 1px solid #c0c0c0;
}

div.tokenExample p {
	padding: 5px;
}

div.tokenExample h3 {
	margin: 0;
	background: #eee;;
	padding: 5px;
	font-size: 16px;
	height: 30px;
}

.copyButton:hover {
	cursor: pointer;
	background: #ddd
}

.copyButton {
	padding: 5px;
	border: 1px solid #aaa;
	text-align: right;
	float: right;
}

.copyButton2:hover {
	cursor: pointer;
	opacity: .5;
}
