/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm           window_styles.js             3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file defines the styles used by the user          |
|        interface for the main window and dialog boxes.        |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #C5C5C5;
}

.note {
    background-color: #FFFF99;
	overflow: auto;
}

* {
	-moz-box-sizing: border-box; 
} 

fieldset {
	border: none;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

fieldset.groupbox {
    border: 1px solid #666666;
}

fieldset.last {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/***************************************************************\
|                         dialog box styles                     |
\***************************************************************/

.lighting_control {
	width: 300px;
	height: 380px;
}

.detail_control {
	width: 300px;
	height: 190px;
}

.display_control {
	width: 300px;
	height: 180px;
}

.color_chooser {
	width: 300px;
	height: 160px;
}

.add_hyperlink {
	width: 400px;
	height: 110px;
}

.edit_sticky_note {
	width: 300px;
	height: 300px;
}

.ip_address_chooser {
	width: 300px;
	height: 210px;
}

.connection_status {
	width: 300px;
	height: 160px;
}

.ip_help {
	width: 300px;
	height: 300px;
}

.time_configuration {
	width: 300px;
	height: 320px;
}