@charset "utf-8";
/* CSS Document */

.gcm_error {
    color: #E74C3C;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.gcm_success {
    color: #4BB543;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

h1 {
	font-size: 14px;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 2px;	
}

#cp .header {
	border-bottom: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;	
	padding-top: 0px;
	height: 38px;
	text-align: left;
}

#cp .header h1 {
	font-size: 16px;
	border: 0px;
	margin: 0px;
	padding-top: 16px;
	float: left;
	text-align: left;
}

#cp .header img {
	padding: 0px;
	margin: 0px;
	float:right; 
}

#cp .icons {
	height: 65px;
	width: 580px;
	float: none;
}

/*
#cp .icon {
	width: 106px;
	float: left;
	border:	#000000 0px solid;
	text-align: center;
}

#cp .icon img {
	border: 0;
	color: #FFFFFF;
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
*/

#notice_message  {
	border:				#ccc 1px solid;
	background-color:	#fff;
	padding:			10px 10px 10px 10px;
	font-weight: bold;
	margin-bottom: 8px;
}

.full {
	width:100%;
	display:block;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.passed {
	color:green;	
}

.failed {
	color:red;
}

.held {
	color:orange;
}

/*****************************************************************************/
/* AJAX SEARCHING                                                            */
/*****************************************************************************/

.search_table {
	margin-bottom: 8px;
}
 
.search_text {
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

.search_box {
	border: 1px solid #BBBBBB;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	line-height: 20px;
        text-indent: 4px;
}
	
.gcm_theme_button {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  border-radius: 30px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #E74C3C;
  border-color: #357ebd;
}


#search_results {
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;	
	z-index: -1;	
}

#search_results ul {
	margin: 0;
	padding: 0;
	list-style:none!important;
	list-style-image: none!important;
}

#search_results ul li {
	margin-bottom: 0px;
}

div.autocomplete {
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
    z-index: 1;	  
}
	
div.autocomplete ul {
	list-style:none!important;
	list-style-image:none!important;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected {	
	background-color: #003D71;
}

div.autocomplete ul li.selected a {	
	color: white;
}

div.autocomplete ul li {
/* list-style-type:none; */
/*	display:block; */
	margin:0;
	padding:6px;
	cursor:pointer;
}

/*****************************************************************************/
/* TABLES                                                                    */
/*****************************************************************************/

#mytable table a:link {color: #000000;}
#mytable table a:visited {color: #000000;}
#mytable table a:hover {color: #CC6633;}
#mytable table a:active {color: #000000;}
#mytable table a:focus{color: #000000;}

#mytable table caption {
	padding: 18px 2px 15px 2px;
	color: #cfcfcf;
	background-color: inherit;
	font-weight: normal;
	text-align: centered;
	text-transform: capitalize;
	}

#mytable table{
	border: 1px solid #D9D9D9;
}
#mytable table tr td{
        font-size: 14px;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 6px 6px;
	text-align:left;
}
#mytable table thead th{
        font-size: 14px;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #003D71;
	border-bottom: 0px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	font-weight: normal;
	text-align: left;
	padding: 6px 6px;
	color:#ffffff;	
}
#mytable table thead th a:link { color:#ffffff; }
#mytable table thead th a:visited { color:#ffffff; }
#mytable table thead th a:hover {color: #CC6633;}
#mytable table thead th a:active {color: #ffffff;}
#mytable table thead th a:focus{color: #ffffff;}

#mytable table tbody tr th{
        font-size: 14px;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	border-left: none;
	padding: 12px 12px;
	background-color: #003D71;
	color:#ffffff;
	font-weight: normal;
	white-space:nowrap;
	text-align: left;	
}
#mytable table tbody td{
        font-size: 14px;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	border-left: 1px solid #D9D9D9;
	padding-left: 8px;
}

#mytable table tbody tr.odd{
	background-color: #F2F2FA;
}

#mytable table tbody tr.light_red {
	background-color: #FFCCCB;
}

#mytable table tbody tr.light_green {
	background-color: #90EE90;
}

#mytable table tbody tr.highlight{
	background-color: #ffff99;
}

#mytable table tbody tr:hover {
	color: #333333;
	background-color: #E5E5ED;
}

#mytable table tbody tr.odd:hover {
	color: #333333;
	background-color: #E5E5ED;
}

#mytable table tfoot td, #mytable table tfoot th{
        font-size: 14px;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #003D71;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	font-weight: normal;
	text-align: right;
	padding: 8px 8px;
	color:#ffffff;	
}

/*****************************************************************************/
/* MENU                                                                      */
/*****************************************************************************/

#sddm
{	
        font-size: 14px;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
        margin: 0;
	padding: 0;
	z-index: 1;
}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color: #4D5D8E;	
	font-weight: 400;
	border-right: 1px solid #003D71;		
	width:80px;
}

#sddm li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 4px 9px;
	/*width: 60px;*/
	background: #FFF;
	color: #4D5D8E;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	
	color: #fff;
	background: #003D71;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #003D71;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 6px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fff;
	color: #4D5D8E;	
	font-weight: normal;
}

#sddm div a:hover
{	background: #003D71;
	color: #FFF;
}

.menu-text { 
        font-size: 14px;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align:right;	
	display:inline;
	width: 100%;
	white-space:nowrap;
	font-weight: normal;
	padding-top: 0px;	
}

.menu-link { 
        font-size: 14px;
	font-family: Ubuntu, "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;	
	display: inline;
	border-right: 1px;
	border-right-color:#003D71;
	border-right-style:solid;
	font-weight: 400;	
}

