/*
    Stylesheet for Networking.xtend
    
    @author: Matthew Nehrbass
*/

BODY{
    color: black;
    background: white;
    text-align: left;
    font-variant: small-caps;
    font-size: 9pt;
    font-family: verdana, helvetica, tahoma, sans-serif;
}

.nwlink{
    color:black;
    text-decoration: none;
}

.nwlink:visited{
    color: black;
    text-decoration: none;
}

.nwlink:hover{
    color: blue;
    text-decoration: underline;
}

#networking_main{
    left: 10px;
    top: 10px;
    width: 740px;
    
    padding: 5px;
    text-align: left;
    background-color: #BFD5EA;
    border-color: black;
    border-style: double;
    border-width: 2px;
}

#networking_left{
    position: relative;
    float: left;
    overflow: auto;
    text-align: left;
    
	margin: 5px;
    padding: 5px;
    width: 500px;
    
    background-color: white;
    border-color: black;
    border-style: double;
    border-width: 2px;
}

#networking_calendar{
    position: relative;
    float: right;
    overflow: hidden;
    text-align: center;
	
    margin: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    
    width: 180px;
    
    background-color: white;
    border-color: black;
    border-style: double;
    border-width: 2px;
}

#networking_right_top{
    position: relative;
    float: right;
    overflow: hidden;
    text-align: left;
    
	margin: 5px;
    padding: 5px;
    
    width: 180px;
    
    background-color: white;
    border-color: black;
    border-style: double;
    border-width: 2px;
}

#networking_right_middle{
    position: relative;
    float: right;
    overflow: auto;
    text-align: left;
    
	margin: 5px;
    padding: 5px;
    
    width: 180px;
    
    background-color: white;
    border-color: black;
    border-style: double;
    border-width: 2px;
}

#networking_right_bottom{
    position: relative;
    float: right;
    overflow: hidden;
    text-align: left;
    
	margin: 5px;
    padding: 5px;
    
    width: 180px;
    
    background-color: white;
    border-color: black;
    border-style: double;
    border-width: 2px;
}

A#menu{
    text-decoration: none;
    vertical-align: middle;
    
    padding-left: 10px;
    padding-right: 10px;
    
    border-color: black;
    border-style: double;
    border-width: 2px;
}

A#menu:link{
    color: white;
    background: blue;
}

A#menu:visited{
    color: white;
    background: blue;
}

A#menu:hover{
    color: black;
    background: orange;
}

A#menu:active{
    color: black;
    background: blue;
}

.even{
    color: black;
    background-color: white;
}

.odd{
    color: black;
    background-color: #E2ECF5;
}

.label{
    text-align: left;
    text-transform: capitalize;
}

.profile{
    background: #CCCCCC;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.quick_profile{
    text-align: left;
}

.oops{
    text-align: center;
}

.table_link{
    text-align: center;
}

A#table_link{
    text-decoration: none;
    vertical-align: middle;
    
    padding-left: 1px;
    padding-right: 1px;
}

A#table_link:link{
    color: black;
}

A#table_link:visited{
    color: black;
}

A#table_link:hover{
    color: blue;
    text-decoration: underline
}

A#table_link:active{
    color: blue;
}

A#new_messages{
    vertical-align: middle;
    
    padding-left: 1px;
    padding-right: 1px;
}

A#new_messages:link{
    color: red;
    font-weight: bold;
}

A#new_messages:visited{
    color: red;
    font-weight: bold;
}

A#new_messages:hover{
    color: black;
}

A#new_messages:active{
    color: black;
}

.header{ 
    text-align: left;
    font-weight: bold;
}

A#message_link:link{
    color: blue;
    font-weight: bold
}

A#message_link:visited{
    color: blue;
    font-weight: bold;
}

A#message_link:hover{
    color: black;
}

A#message_link:active{
    color: black;
}

#fulfill{
    text-align: left;
    
    background: #CCCCCC;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.table_img{
    border: 0;
}

A#table_img{
    vertical-align: center;
    
    padding-top: 5px;
    padding-bottom: -10px;
    padding-right: 2px;
    padding-left: 2px;
}

#edit_membership{
    background: #CCCCCC;
    width: 95%;
    
    padding: 0px;
    margin: 0px;
    border: 0px;
    
    border-color: black;
    border-style: double;
    border-width: 2px;
}

.group_name{
    vertical-align: middle;
    width: 95%;
    
    background: #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    
    border-color: black;
    border-style: double;
    border-width: 2px;
}

.message_list{
    font-size: .90em;
    background: #CCCCCC;

	border: 0px;
	padding: 0px;
	margin: 0px;
}

.inbox_cell{
	padding-left: 4px;
	padding-right: 4px;
}

#todo{
    font-size: .90em;
    text-align: left;
    background: #CCCCCC;

    padding: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: -10px;
    margin-left: 0px;
}

A.upcoming_event_link{
    color: black;
}

A.upcoming_event_link:hover{
    color: white;
}

.personal_event:hover{
    background: #BFD5EA;
}

.group_event:hover{
    background: #DDDDDD;
}

.image_link{
    text-decoration: none;
    color: black;
}

.back_link{
    padding-left: 5px;
    padding-right: 5px;
    
    border: 2px;
    border-style: solid;
    border-color: black;
    
    color: black;
    font-weight: bold;
    background: white;
    text-decoration: none;
}

.back_link:hover{
    color: #BFD5EA;
    background: black;
}

#message_form{
    position: absolute;
    left: 100px;
    top: 300px;
    width: 400px;
    height: 200px;
    
    text-align: left;
    background-color: white;
    border-color: black;
    border-style: double;
    border-width: 2px;
}

.nwg_message1{
    background-color: #EEEEEE;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px; 
}

.nwg_message2{
    background-color: white;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

