﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{    
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;    
    background: #c9c0cb url('/Content/images/vega3.png') no-repeat;
    background-position: top center;
}

img
{
	margin:0px;
	border:0px;
	vertical-align:text-bottom;
}

a:link
{
    color: #000;
    text-decoration: underline;
}
a:visited
{
    color: #000;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
textarea
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
	border: 1px solid #CCC !important;
}
select 
{
	border: 1px solid #CCC !important;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    max-width: 980px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #000;
    border: none;
    line-height: 2em;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 3.6em !important;
}

#main
{
    padding: 15px 25px 15px 25px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    border:1px solid #999;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
    max-width: 980px;
}

body#in-dialog {
    background-image: none;
    background-color: white;
}

#in-dialog #main {
    padding: 10px;
    margin: 0;
    box-shadow: none;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------
ul#menu
{
    
    padding: 0 10px 0;
    position: relative;
    margin: 0;
    text-align: right;
    max-width: 980px;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.2em;
    color: #fff;
}

ul#menu li a
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.0em;
    background-color: #eee;
    color: #222;
    -moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #f6f2b6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}
*/














/*


.menu {font-family: arial, sans-serif; position:relative; z-index:100; top: 3px;border: none; padding-left:10px; padding-bottom:27px; text-align:right; max-width: 980px; }
.menu ul li a, .menu ul li a:visited 
{
	display:block; text-decoration:none; color:#000;
	width:150px; height:20px; text-align:center; color:#fff;
	background:#330067; line-height:20px;
	font-size:0.9em; overflow:hidden; font-weight: bold;
	padding: 2px; margin-left: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
.bottom 
{
	display:block; text-decoration:none; 
	width:150px; text-align:center; color:#fff;
	background:#330067; line-height:20px;
	font-size:0.8em; overflow:hidden; font-weight: bold;
	padding: 2px; margin-left: 5px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	height: 8px;
}
/* specific to non IE browsers /
.menu ul li:hover a, .menu ul li.fakehover a {color:#FFCA32;}
.menu ul li:hover ul, .menu ul li.fakehover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide, .menu ul li.fakehover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide, .menu ul li.fakehover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul, .menu ul li.fakehover ul li ul {display: none;}
.menu ul li:hover ul li a, .menu ul li.fakehover ul li a 
{
	display:block; background:#330067; color:#fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    font-weight:normal;
	}
.menu ul li:hover ul li a:hover, .menu ul li.fakehover ul li a:hover {color:#FFCA32;}
.menu ul li:hover ul li:hover ul, .menu ul li.fakehover ul li:hover ul 
{
	display:block; position:absolute; left:105px; top:0;		
	}
.menu ul li:hover ul li:hover ul.left, .menu ul li.fakehover ul li:hover ul.left {left:-105px;}











*/





/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
 /* border: solid 1px #e8eef4;*/
  border-collapse: collapse;
  
}
table td
{
	vertical-align:top;
}
/*
table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}
*/
.data th
{
  background-color:#777;Color:#fff;font-size:1.15em;
	
  padding: 3px 5px;
  text-align: left;
  /*background-color: #eee; */
  border: solid 1px #e8eef4;   
}
table th a
{
	color:#fff !important;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:20px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:#000;
}

#logindisplay a:link
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #000;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/***/
.fields
{
	text-align: left;
    border-collapse: collapse;
    border-spacing: 1px;
    font-size: 0.8em;    
}

.fields .wide 
{
	width: 500px;
}

.fields .label
{
	font-weight: bold;    
    background-color: #EEEEEE;
    width: 200px;   
    margin: 0px 5px 0px -10px;
    padding: 5px 0px 5px 10px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
    text-align:left;
    vertical-align: top;
    color: #333333;    
}

.fields .small-label 
{
	font-weight: bold;    
    background-color: #EEEEEE;
    width: 140px;   
    margin: 0px 5px 0px -10px;
    padding: 5px 0px 5px 10px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
    text-align:left;
    vertical-align: top;
    color: #333333;
}

.fields th
{
  background-color:#777;
  Color:#fff;	
  padding: 3px 5px;
  text-align: left;
  /*background-color: #eee; */
  border: solid 1px #e8eef4;   
}

.fields td 
{
	width: 250px;
    margin: 0px 5px 0px -10px;
    padding: 5px 0px 5px 10px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
    text-align:left;
    vertical-align: top;
}

.fields .no-border
{
	border: none;
	width: 100px;
}

/****/

.data
{
	
}

.data tr
{
	border-top:1px solid #ccc;	
}
.data tr.even:hover
{
	background-color:#ddd !important;
}
.data tr.odd
{
	background-color:#f2f2f2;
}
.data tr.odd:hover
{
	background-color:#ddd !important;
}
.data tr.red
{
	background-color:#f9c3c3;
}
.data tr.red:hover
{
	background-color:#f77 !important;
}
.data tr.weekend
{
	background-color:#cbcbcb;
	border-top:1px solid #aaa !important;	
}
.data tr.weekend:hover
{
	background-color:#ddd !important;
}
.data td
{
	font-size: 11px;
	padding: 5px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


@font-face {
  font-family: "Sosa";
  src: url("webfont/sosa-regular-webfont.eot");
  src: local("☺"),
    url("webfont/sosa-regular-webfont.woff") format("woff"),
    url("webfont/sosa-regular-webfont.ttf") format("opentype"),
    url("webfont/sosa-regular-webfont.svg#sosa") format("svg");
  }
  
  .sosa {
      font-family: "Sosa";
  }

  .validation-summary-valid {
      display: none;
  }