@charset "utf-8";
/*
Color Settings :
Background	: #DDD
Text				: #000
Gray				: #CCC
Orange			: #F90
Blue				: #08F
Light-Blue	: #5f9dd6
Red					: #F00

*/

/* Bootstrap Hacks */
body {
	background-color: #EEE;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	color: #555;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
form {
  margin: 0;
}
.table th {
  padding: 5px 8px;
  line-height: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #CCC;
}

.table td {
  padding: 5px 8px;
  line-height: 13px;
  text-align: left;
  vertical-align: top;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #FFF;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #DDD;
}
legend {
	background-color: #EEE;
  width: auto;
  padding: 5px 10px;
  margin: 5px 0px;
  font-size: 18px;
  line-height: normal;
  color: #333333;
  border:  1px solid #CCC;
  font-weight: bold;
  border-radius: 5px
}
.breadcrumb {
  margin: 0 0 10px;
  background-color: #E7E7E7;
  border: 1px dashed #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li > a {
  color: #888;
  font-weight: bold;
}
.breadcrumb > li > a:hover {
  color: #06C;
}
.breadcrumb > li > .divider {
  color: #999;
}

.well {border: 1px solid #CCC; border-radius: 5px; }

.outer-well {background-color: #ECECEC; }

[class*=" icon-"] {
  background-image: url(../global/images/glyphicons-halflings.png);
}

.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url(../global/images/glyphicons-halflings-white.png);
}

.alert {
  padding: 8px 35px;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.help-block,
.help-inline {
  color: #F00;
  font-size: 11px;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 0px;
  margin-left: 10px;
}
.form-horizontal .control-label {
  width: 120px;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 130px;
  *margin-left: 0;
}
.btn
{
	margin: 5px;
}

.nav-tabs {
  border-bottom: 1px solid #DDD;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 0px;
}

.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar
{
	margin-bottom: 0px;
	border-bottom: 2px solid #000;
}

.navbar-inner
{
  background-color: transparent;
  background-image: -moz-linear-gradient(top, #f2f2f2, #CCC);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#CCC));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #CCC);
  background-image: -o-linear-gradient(top, #f2f2f2, #CCC);
  background-image: linear-gradient(to bottom, #f2f2f2, #CCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#CCC', GradientType=0);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.navbar .nav {
  margin: 0;
}

.navbar .nav > li > a {
  border: 1px solid #CCC;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #CCC;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #F00;
}

.navbar .btn-navbar {
  padding: 0px 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #777, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #777, #e5e5e5);
  background-image: -o-linear-gradient(top, #777, #e5e5e5);
  background-image: linear-gradient(to bottom, #777, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#ffe5e5e5', GradientType=0);
}
.nav-header {
	background-color: #CCC;
  padding: 3px 5px;
  color: #000;
  border-bottom: 1px solid #BBB;
}

/* Fix Formating */
.pull-none {float: none; }
.remove-none {clear: none; }
.remove-left {clear: left; }
.remove-right {clear: right; }
.remove-both {clear: both; }
.centered-margin {margin-left: auto; margin-right: auto; }
.text-center {text-align: center; }
.text-left {text-align: left; }
.text-right {text-align: right; }

/* Link Formating */
a:link, a:visited, a:active {
	color:#000;
	border: none;
	text-decoration: none;
}
a:hover {
	color:#06C;
	text-decoration: none;
}

a.gotoLink:link, a.gotoLink:visited, a.gotoLink:active {
	color:#F00;
	text-decoration: none;
	font-weight: normal;
}
a.gotoLink:hover {
	color:#06C;
}

/* Images Formating */
.captcha {
	background-color:#999;
	margin:3px;
	padding:2px;
	border:1px solid #000;
}

/* Language Flag Formating */
#langFlag {
	margin: 5px;
	padding: 0px;
	float: right;
	font-size: 11px;
	font-weight: normal;
}
#langFlag img {
	margin: -2px 0px 0px 0px;
	padding: 0px 2px;
	width: 15px;
}

/* Template Page Styling */
header {
	background-color: #5f9dd6;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #000;
}
header img {
	margin: 10px 20px 0px 20px;
	padding: 0px;
}

header p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

section {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
}

footer {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	height: 80px;
	color: #777;
	text-align: right;
	border-top: 2px solid #000;
  background-color: #EEE;
  background-image: -moz-linear-gradient(top, #EEE, #5f9dd6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#5f9dd6));
  background-image: -webkit-linear-gradient(top, #EEE, #5f9dd6);
  background-image: -o-linear-gradient(top, #EEE, #5f9dd6);
  background-image: linear-gradient(to bottom, #EEE, #5f9dd6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#5f9dd6', GradientType=0);
}

#mainTitle {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #000;
	
}

#mainContent {
	margin: 0px;
	padding: 5px;
	min-height: 400px;
}
#contentContainer #contentWarp {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
#contentContainer {
	margin: 0px;
	padding: 0px 10px;
	clear: both;
	height: auto;
	min-height: 300px;
}

/* Hack Formating */
.table-center td
{
	text-align: center;
}

/* Modal Dialog Formating */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 80%;
    height: 75%;
    position: relative;
    margin: 40px auto 0 auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #ECECEC;
}

.closex {
    background: #606061;
    color: #FFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

a.closex:link, a.closex:visited, a.closex:active { color: #FFF; }
.closex:hover { background: #00d9ff; }



