/* imports should be on the top*/

/*----------------------------global navigation ------------*/
@import "shared/header.css";
@import "shared/breadcrum_add.css";

/*end imports*/

body {
    font-family: "Helvetica";
}

a:link {
    color:#0066FF;
	text-decoration:none;
}

a:visited {
    color:#660066;
	text-decoration:none;
} 

a:hover {
    color:#660066;
    text-decoration:underline;
}


h2 {
    color: #666666;
    font-style: italic;
    font-size: 20px;	
}

h7{
    font: bold 1.3em Helvetica;
    color: #FF0066;
}

p {
    font: 1em Helvetica;
    line-height: 1.5;
    color: #666666;
}

hr{
 	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0;
 }

/* Paddings (Margins) */
.no_pad_bottom{
    margin-bottom: 0px;
}

.no_pad_top{
    margin-top: 0px;
}	

.pad_bottom {
    margin-bottom: 20px;
}

.pad_top {
    margin-top: 20px;
}

.pad_row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pad_all {
    margin: 10px;
}

.pad_right {
    margin-right: 20px;
}

.pad_left {
    margin-left: 20px;
}

.small_pad_top {
    margin-top: 10px;
}

.pad_table td {
    padding-left: 5px;
    padding-right: 5px;
}

.pad_table td.alpha {
    padding-left: 0;
}

.pad_table td.omega {
    padding-right: 0;
}

.gap *{
    margin-bottom: 20px;
}

/* Alignment */

.centered, .centered * {
    text-align: center;
}

.centered img, .centered a{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text_align_middle{
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.text_align_bottom{
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: bottom;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/* Typographical */

.small_font {
    font-size: .8em;
    font-weight: bold;
	
}

.medium_font {
    font-size: 1.2em;
}

.big_font {
    font-size: 1.5em;
}

.capitalize_font {
    text-transform: uppercase;
}

.blue_font {
    color:#0066FF;
}

.grape_font{
    color: #660066;
}

.pink_font{
    color: #FF0066;
}

.normal_font {
    font-weight: normal;
}

.bold_font {
    font-weight: bold;
}

.justified {
    text-align: justify;
}

.righted, .righted * {
    text-align: right;
}

/* Specific classes */
.bmarks a{
    padding-right: 2px;
}
.bmarks a:hover{
    text-decoration: underline;
}

.bmarks{
    margin-bottom: 10px;
}

.blue_button{
  background: url(/images/register_button.png) no-repeat;
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  width: 85px;
  height: 30px;
  border:0;
}

a.blue_button{
  display: block;
  padding-top: 6px;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  height: 24px;
}

.blue_button:hover {
  cursor: pointer;
  background: url(/images/register_button.png) no-repeat 0 -60px;
}

.blue_button_disabled {
  color: #CCC;
  font-size: 8pt;
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  width: 85px;
  height: 30px;
  border:0;
  cursor: pointer;
  background: url(/images/register_button.png) no-repeat 0 -90px;
}

a.link_button{
    background: transparent url(/images/homepage/greyButton.png) no-repeat scroll top center;
    border: medium;  
	display: block;   
    color: #666666;
	width:197px;
    height: 25px;
    font-weight: bold;
    padding-top: 8px;
    font-size:14px;    
	text-align:center;
}

a.link_button:hover {
    background: transparent url(/images/homepage/greyButton_up.png) no-repeat scroll top center;
    color: #FF0066;
	cursor: pointer;
	text-decoration:none;
}

a.link_button:active {
    background: transparent url(/images/homepage/greyButton_down.png) no-repeat scroll top center;
    color: #660066;
}

a.pink_link_button {
    background: transparent url(/images/pinkButton_small.png);
    border: medium;   
    display: block;   
    text-align:center;
    width:164px;
    color: #FFFFFF;
    height: 22px;
    font-weight: bold;
    padding-top: 8px;
    font-size:14px;    
}

a.pink_link_button:hover {
    background: transparent url(/images/pinkButton_small.png) 0px -30px;
    width: 164px;
}

a.pink_link_button:active {
    background: transparent url(/images/pinkButton_small.png) 0px -60px;
}

#logged_info{
	margin-top:35px;
}

.global_banner {
    border: dotted;
    width: 350px;
    height: 60px;
}

.job_search {
    height: 30px;
    float: right;
    width: 100%;
    z-index: 1005;
}
.search_box{
    width:630px;
    float:right;
}

#text_tag_ctr{
    float:left;
    margin-left:15px;
    background: url(/images/homepage/textfield.png) no-repeat;
}

#search_button{
	float:left;
    background:transparent url(/images/homepage/search_button.png) no-repeat;
    border:none;
    height:26px;
    width:33px;
	padding:0px ;
    margin:0px 0px 5px -9px;
}

#search_button:hover{
    background:transparent url(/images/homepage/search_button.png) no-repeat 0px -26px;
	cursor:pointer;
}

#search_button:active{
    background:transparent url(/images/homepage/search_button.png) no-repeat 0px -52px;
}

#keywords{
    background: transparent;
    margin:2px 0 0 10px;
    border:none;
    height:23px;
	line-height:20px;
	font-size:14px;
    vertical-align:middle;
    color:#666666;
    width:350px;
    text-align:justify	
}

#keywords.text{
    margin-top:6px;
    margin-left:10px;
}

/*Popup*/
.simple_overlay {
    display: none;
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #666;
    padding-right: 5px;
    padding-left: 5px;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.modal_overlay {
    display: none;
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #666;
    padding-right: 5px;
    padding-left: 5px;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close{
    background-image: url(../images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* Map(Previously FatStudent App)*/
#map {
    height: 600px;
    width: 100%;
	padding-bottom:25px;
	padding-top:25px;
}
/* END */