@import url(mbox/icons.css);

p {
	color: #58585a;
	padding-left: 10px;
}

h1 {
	color: #000;
	font-size: 28px;
	font-weight: bold;
}

h2 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

h4 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

ul {
	list-style-position:inside;
	list-style-type: square;
	color: #000;
	padding-left: 40px;
}

.heading {
	margin: 20px 0;
	overflow: auto; /* http://stackoverflow.com/questions/1394724/css-margin-top-when-parents-got-no-border */
}

.heading .image{
	float: left;
	margin-right: 15px;
}

.heading .title {
	margin-top: 5px;
	font-size: 24px;
	font-weight: bold;
}

.heading .subtitle {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #58585a;
}

a:hover {
	color: #182d74;
}

table.list  {
	width: 100%;
    border-collapse: seperate;
}

table.list th {
    background-color: #182D73;
    font-family: Arial;
    font-size: 16px;
    height: 35px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 12px;
}

table.list th.vertical {
	overflow: hidden;
    white-space: nowrap; /* text on one line only */
    vertical-align: bottom;
    height: 100px;
}

table.list th.vertical > div {
	width: 1em;
}

table.list th.vertical > div > div {
	-moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg);
}

table.list tr td {
	font-size: 11px;
    padding: 4px 10px;
}

/*
    odd rows
    not odd because of header row
*/
table.list tr:nth-child(even) td {
    background-color: #CCCCCC;
}

/*
    even rows
    not even because of header row
*/
table.list tr:nth-child(odd) td {
    background-color: #F9F9F9;
}

/*
    needs to be seperated from nth-child definition, to get priority
*/
table.list tr.odd td {
    background-color: #CCCCCC;
}
table.list tr.even td {
    background-color: #F9F9F9;
}
table.list tr.alert td {
    background-color: rgba(255, 123, 123, .6);
}


form {
	overflow: auto;
}

form .formline {
	min-height: 30px;
    line-height: 30px;
    margin: 10px 0;
	clear: both;
}

form input[type="text"], form input[type="password"], form select, form textarea {
	border-color: #DCDDDE;
    border-style: solid;
    border-width: 1px;
    color: #707173;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    width: 288px;
	padding: 0px 5px;
	vertical-align: middle;
	float: left;
}

form .value {
	display: block;
	color: #707173;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    width: 288px;
	padding: 0px 5px;
	vertical-align: middle;
	float: left;
	font-weight: normal;
}

form select {
	width: 300px;
	padding: 0px;
}

form textarea {
	width: 380px;
	height: 150px;
}

form textarea.small {
    width: 288px;
}

form select option {
	color: #707173;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
	padding: 0px 5px;
}

form input[type="checkbox"] {
	vertical-align: middle;
}

form input[type="submit"], button {
	border-style: solid;
    border-width: 1px;
	border-color: #182D75;
	background-color: #2340A5;
    color: #FFF;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
}

form label {
	display: block;
	float: left;
	min-width: 80px;
	color: #707173;
    font-size: 15px;
    font-weight: bold;
	height: 28px;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10px;
}

.domain form label {
	float: none;
}

form table td {
	vertical-align: top;
}

form table th {
	font-weight: bold;
	font-size: 15px;
	background-color: #707173;
	color: #fff;
	padding: 5px 10px;
}

div.twitter {
	width: 166px;
	min-height: 301px;
	background: no-repeat url(../layouts/mbox/templates/twitter/twitter.png);
	padding: 105px 10px 10px 10px;
}

div.twitter .tweet {
	margin-bottom: 15px;
	font-size: 12px;
	text-align: left;
}

div.twitter .time {
	margin-top: 5px;
	color: #182D75;
	font-size: 10px;
}

div.message {
	padding: 10px;
	border: 1px solid #DDD;
	background-color: #F9F9F9;
	margin: 10px 0;
}

div.message.error {
	border-color: #933;
	background-color: #F99;
}

div.message.success {
	border-color: #393;
	background-color: #9F9;
}

.signup form label {
	width: 185px;
}

.hidden {
	display: none;
}

.box {
	padding: 8px;
	font-size: 16px;
	/*font-weight: normal;*/
	text-align: center;
	border: 1px solid #999;
	background: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 5px 5px 8px #CCC;
}
/* table of contents styles */
div.toc {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 80px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 5px 5px 8px #CCC;
	background: #EFEFEF;
}
div.toc ul {
	margin: 0;
	padding: 3px 0 3px 15px;
	list-style: none inside none;
}
div.toc h1, div.toc h2, div.toc h3, div.toc h4 {
	margin: 0;
	padding: 2px 0;
	color: #777;
}
div.toc h1 {
	font-size: 16px;
}
div.toc h2 {
	font-size: 14px;
}
div.toc h3 {
	font-size: 12px;
}
div.toc h4 {
	font-size: 11px;
}

.dijitDialogPaneContent h2 {
	margin-top: 0px;
}

#addNewAliasField {
    margin: 0 5px 0 0;
    width: 180px;
}
#dtaliasdomain {
    float: none;
    margin: 0 0 0 5px;
    width: 180px;
}
