/********************************************
* Arizona Technology Council
* Developed by I-ology
* http://www.i-ology.com
*
* Created 01/08/2009- AC
*
* Tech Connect Magazine Definitions
********************************************/

/*******************************************
* Layout Definitions
*******************************************/

.form-width input,
.form-width select {
	width: 200px;
	margin-top: 5px;
}

.form-width textarea {
	width: 300px;
	margin-top: 5px;
}

/*******************************************
* Headers
*******************************************/

#gcoi-logo a {
    float: left;
    display: block;
    width: 400px;
    height: 161px;
    text-indent: -9999px;
    background: url(/CWT/External/WCPages/images/logo_gcoi.gif) top left no-repeat;
}

#aztc-logo a {
    float: right;
    display: block;
    width: 297px;
    height: 161px;
    text-indent: -9999px;
    background: url(/CWT/External/WCPages/images/logo_aztc_tc.gif) top left no-repeat;
}

.event-info table tr td table tr td {
    padding: 5px 0;
}

.event-info a {
    text-transform: uppercase;
    text-decoration: underline;
	color: #E85100;
}

.event-info a:hover {
    text-transform: uppercase;
    text-decoration: none;
}

.quaternary {
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

.quaternary a {
    text-transform: none;
    color: #74A1B2;
}

.quaternary a:hover {
    text-transform: none;
    text-decoration: none;
}