/*
 * Copyright (c) 2003-2005, Pietra Arumaga, architexels.net, pixelblender@gmail.com
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * Redistributions of source code must retain the above copyright notice, this
 * list of conditions and the following disclaimer.
 *
 * Redistributions in binary form must reproduce the above copyright notice,
 * this list of conditions and the following disclaimer in the documentation
 * and/or other materials provided with the distribution.
 *
 * Neither the name of Pietra Arumaga, architexels.net nor the
 * names of its contributors may be used to endorse or promote products derived
 * from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */

/*
DESCRIPTION: default style for architexels.net
*/

body {
	font-family: arial, tahoma, trebuchet, helvetica, verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #000000;
	/*
	color: #000000;
	background-color: #ffffff;
	*/
}

a:active, a:link, a:visited {
	color: #ffffff;
}

a:hover {
	color: #7B7B7B;
	text-decoration: none;
}

.QTIcon:active, .QTIcon:link, .QTIcon:visited {
	width: 30px;
	height: 30px;
	background-image: url('http://192.168.0.1/images/quicktime_icon_off.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}

.QTIcon:hover {
	width: 30px;
	height: 30px;
	background-image: url('http://192.168.0.1/images/quicktime_icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}

.WMVIcon:active, .WMVIcon:link, .WMVIcon:visited {
	width: 30px;
	height: 30px;
	background-image: url('http://192.168.0.1/images/wmv_icon_off.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}

.WMVIcon:hover {
	width: 30px;
	height: 30px;
	background-image: url('http://192.168.0.1/images/wmv_icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}

.RealIcon:active, .RealIcon:link, .RealIcon:visited {
	width: 30px;
	height: 30px;
	background-image: url('http://192.168.0.1/images/real_icon_off.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}

.RealIcon:hover {
	width: 30px;
	height: 30px;
	background-image: url('http://192.168.0.1/images/real_icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}
